* {
  margin: 0;
  padding: 0;
}
ul{list-style-type: none;}

body{
	font-family: sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	background-color: #161616;
}	

a:link{ text-decoration:none; color: #666666; }
a:visited{color: #666666;}
a:hover{color: #6996f1;}


div.title{
	margin-top:40px;
        font-size: 17px;
	width:292px;	/*size of image*/

}
div.content{
	padding-left:15px;
	padding-right:15px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div.work{
	width: 870px;
	margin-top:15px;margin-bottom:15px;
	margin-left:auto;margin-right:auto;
}


#menu{
	position: relative;
	bottom: 30;
	margin-top: 5px;
	margin-bottom:5px;
}
#menu ul li a{
	font-family: verdana;
	font-size:14px;
}
#menu ul li{
	display: inline;
	padding-right:2px;
}




#line{
	height:1px;
	width: 900px;
	border: none;
}
#line2{
	height:1px;
	width: 700px;
	margin-top:20px;margin-bottom:20px;
	margin-right: auto; margin-left: auto;
	border: none;
}

div.description{
	width: 700px;
	margin-right: auto; margin-left: auto;

}
p.description{
	font-family: arial;
	font-size: 13px;
	position: relative;
}

a img {
  border: none;
}




/*WORK PAGE IMAGES-------------------------------------------------------*/
div.work a{
	/*border: thin grey solid;*/
	margin-bottom: 15px;
	display: block;
}
a.oscillateLink {
	width: 870px;
	height: 250px;
	background: url('Images/Bumpers/oscillate_bumper.jpg') bottom;
}
a.oscillateLink:hover {
	background-position: 0 0;
}
a.reelLink {
	width: 870px;
	height: 250px;
	background: url('Images/Bumpers/reel_bumper.jpg') bottom;
}
a.reelLink:hover {
	background-position: 0 0;
}
a.rainWorldLink {
	float: right;
	width: 428px;
	height: 250px;
	background: url('Images/Bumpers/rainWorld_bumper.jpg') bottom;
}
a.rainWorldLink:hover {
	background-position: 0 0;
}
a.lastTrainLink {
	width: 428px;
	height: 250px;
	background: url('Images/Bumpers/lastTrain_bumper.jpg') bottom;
}
a.lastTrainLink:hover {
	background-position: 0 0;
}
a.cobraLink {
	float: right;
	width: 428px;
	height: 250px;
	background: url('Images/Bumpers/cobra_bumper.jpg') bottom;
}
a.cobraLink:hover {
	background-position: 0 0;
}
a.displacementSphereLink {
	width: 428px;
	height: 250px;
	background: url('Images/Bumpers/displacementSphere_bumper.jpg') bottom;
}
a.displacementSphereLink:hover {
	background-position: 0 0;
}
a.stillsLink {
	width: 870px;
	height: 250px;
	background: url('Images/Bumpers/stills_bumper.jpg') bottom;
}
a.stillsLink:hover {
	background-position: 0 0;
}
/*WORK PAGE IMAGES-------------------------------------------------------*/



ul.stills li{
	margin-bottom: 15px;
}



div.about{
	padding:0px;
	margin:15px;
	margin-top:30px;
	margin-bottom: 30px;
	width:870px;
	font-family: verdana;
	font-size: 12px;
	color: #AAAAAA;
}
div.about p.info_header{
	/*color: #6996f1;*/color: #FFFFFF;
	font-style: italic;
	font-family: verdana;
	font-size: 19px;
	margin-bottom: 8px;
}
div.info_block{
	margin-bottom: 20px;
	padding:10px;
}



div.cv{
	padding:0px;
	margin:15px;
	margin-top:30px;
	margin-bottom: 30px;
	width:870px;
	font-family: verdana;
	font-size: 12px;
	color: #AAAAAA;
}
div.cv_block{
	margin-bottom: 50px;
}
p.cv_header{
	color: #6996f1;
	font-size: 15px;
	font-weight: bold;
	font-family: verdana;
	margin-bottom: 10px;
}	
p.cv_title{
	margin-bottom:5px;
	font-style: italic;
	font-size: 15px;
	font-family: verdana;
	color: #FFFFFF;
}
p.cv_text{
	font-size: 11px;
}

div.footer{
	font-family: verdana;
	font-style: italic;
}
div.footer p{
	margin-top:10px;
	margin-bottom:15px;
}


