a.projects {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-family: Arial, sans-serif;
	}	
	
a.projects:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-family: Arial, sans-serif;
	}
	
a.projects:active {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-family: Arial, sans-serif;
	}
	
a.projects:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	background-color: #de7005;
	}



#intro_box {
	margin:25px 0px 20px 30px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: repeat;
	width: 700px;
	padding: 20px;
	border: 1px solid #3798c2;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}	


#project_box {
	margin:0px 0px 20px 30px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: repeat;
	width: 700px;
	padding: 20px;
	border: 1px solid #de7005;
	color: #333333;
}	

		#project_info {
		float: left;
		width: 390px;
		}
		
		#project_info2 {
		float: left;
		width: 100%;
		}
		
		#project_thumbs {
		float: right;
		width: 290px;
		}
		

		#watch {
		float: right;
		color: #333333;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 290px;
		height: 30px;
		background-image: url(../images/production/watch_bg2.gif);
		background-repeat: no-repeat;
		}
		
#video_box {
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 740px;
	height: 355px;
	border: 1px solid #3798c2;
	color: #333333;
	margin-top: 25px;
	margin-left: 30px;
}

#video_box_s {
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 528px;
	height: 318px;
	border: 1px solid #3798c2;
	color: #333333;
	margin-top: 25px;
	margin-left: 30px;
	background-image: url(../images/production/video_bg_sml.jpg);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-left: 212px;
}

#video_box_m {
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 705px;
	height: 318px;
	border: 1px solid #3798c2;
	color: #333333;
	margin-top: 25px;
	margin-left: 30px;
	background-image: url(../images/production/video_bg_med.jpg);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-left: 35px;
}

#video_box_l {
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 705px;
	height: 412px;
	border: 1px solid #3798c2;
	color: #333333;
	margin-top: 25px;
	margin-left: 30px;
	background-image: url(../images/production/video_bg_lrg.jpg);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-left: 35px;
}


