.body {
	width:1050px;
	height:600px;
	margin-top:65px;
	margin-left:25px;
	font-family:arial;
	font-size:13px;
	color:gray;
}

.menu {
	float:left;
	margin-right:40px;	
	height:550px;
	font-weight:bold;	
	
}

.menu .animation {
	height:540px;
	width:150px;	
	background-color:white;
}

.menu .header {
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#424242;	
}

.menu .photoProjects {
	height:459px;
}

.menu .option {
	display:block;
	color:#9C9C9C;
	text-decoration: none;	
	margin-top:3px;
}

.menu .option.highlighted {
	color:#6B6B6B;	
}

.menu .option.selected {
	color:#FF6EC7;	
}

.menu .option.selected.highlighted {
	color:#CD1076;	
}

.main {
	width:800px;	
	float:left;	
}

.home img {
	width:687.5px;
	height:550px	
}

.photoProject {
	width:800px;
	height:550px;	
}

.photoProject .carousel {
	float:left;		
}

.photoProject .carousel, .img {
	width:687.5px;
	height:550px
}

.photoProject img {
	width:687.5px;
	height:550px		
}

.photoProject .button {
	width:25px;
	float:left;
	cursor:pointer;	
}

.photoProject .additional {
	float:left;
	position:relative;
	width:100px;
	height:550px;	
}

.photoProject .additional .tracker {
	position:absolute;
	bottom:0px;
	left:15px;
}

.photoProject .additional .tracker .button {
	color:gray;
	font-weight:normal;
}

.photoProject .additional .tracker .button.highlighted {
	color:#CD1076;
	font-weight:bold;
}


.photoProject .additional .artistStatementLink {
	position:absolute;
	top:0px;
	left:15px;
	color:gray;
	font-weight:normal;
	cursor:pointer;			
}


.photoProject .additional .artistStatementLink.highlighted {
	color:#CD1076;
	font-weight:bold;
}


.loadingAnimation {
	width:120px;
	height:30px ;	
}

.artistStatement {
	width:500px;
}


.cv {
	float:left;
	margin-left:10px;	
	padding-bottom:35px;
}

.cv th, td {
	text-align:left;	
	vertical-align:top;
	padding-bottom:10px;
}

.cv table .col1 {
	width:100px;
}

.cv table .title {
	font-style:italic;	
}

.cv table .note {
	margin-left:10px;	
}

.cv .download {
	display:block;
	margin-bottom:35px;	
	color:#FF83FA;	
}

.contact .email {
 	margin-bottom:3px;	
}

.news {
	width:600px;
}

.news .group .header {
	font-weight:bold;
	margin-bottom:8px;	
}

.news .group .entry {
	margin-bottom:8px;	
}

.news .group .entry .title {
	font-style:italic;	
}

.news .group .entry a {
	color:#FF6EC7;
	text-decoration:none;	
}

.news .group .entry a:visited {
	color:#CD1076;
	text-decoration:none;	
}

.news .divider {
	width:600px;
	height:1px;
	margin-bottom:8px;
	background-color:gray;	
}

.links .group {
	float:left;
	width:250px;	
}

.links .header {
	color:#9C9C9C;
	margin-bottom:3px;	
}

.links a {
	display:block;
	margin-bottom:3px;	
}

.links a {
	color:#FF6EC7;
	text-decoration:none;	
}

.links a:visited {
	color:#CD1076;
	text-decoration:none;
}