@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
}


a:link{color:#000000;
		text-decoration:none;
		font-size: 14px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		}

a:visited{color:#000000;
	        text-decoration:none;
			font-size: 14px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}

a:hover{color:#3f3534;
		text-decoration:underline;
		font-size: 14px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		
#email-btn{
	background: url(images/btn_email2.jpg); 
	display:block;
	width:241px;
	height: 24px;
}

#rollover_email:hover{
	background-position: right;
}
		
#web-btn{
	background: url(images/btn_web2.jpg); 
	display:block;
	width:90px;
	height:24px;
}

#rollover_web:hover{
	background-position:left;
}

#graphic-btn{
	background: url(images/btn_graphic2.jpg);
	display:block;
	width:105px;
	height:24px; 
}

#rollover_graphic:hover{
	background-position:bottom;
}

#video-btn{
	background: url(images/btn-emailJob.jpg);
	display:block;
	width:95px;
	height:24px; 
}

#rollover_video:hover{
	background-position: left;
}

#rollover_contact{
	background: url(images/btn_contact2.jpg);
	display:block;
	width:241px;
	height:24px; 
}
#rollover_contact:hover{
	background-position:bottom;
}


		

p {
padding-top: 5px;
padding-bottom: 5px;
}

body {
	background-image:url(images/background.jpg);
	repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


#container{
	background-image:url(images/container_bgjpg);
	repeat: repeat-x;
	margin:auto;
	width:861px;
}


#content{
	background-color:#dddddd;
}

#info{
	margin-left: 150px;
}

#info_contact{
	margin-left: 150px;
	background-image:url(images/contact-bg-container.jpg);
}

#graphic{
	margin-left: 150px;
	width: 600px;
}

#video_info{
	margin-left: 130px;
	width: 600px;
}

#links {
	text-align:right;
	background-image:url(images/links_background.jpg);
}


#right a {
color: #00467f;
text-decoration: underline;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
}

#right a:hover {
	color: #00467f;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}


#footer{
	width: 861px;
	height: 62px;
	text-align:right;
	background-image:url(images/footer_background.jpg);
}