@charset "UTF-8";
/* CSS Document */

body {
border: none;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

a {
text-decoration: none;
color: #03c1c1;
}

a:hover {
color: #ff00fd;
}


.blue {
font-weight: bold;
color: #04D2D2;
}

.homeLink {color: #999999}




#news_items {
color: #999999;
margin: 300px 0 0 0;
font-weight: bold;
font-size: 12px;

}



#main_container {
width: 100%;

/*Change Min-Width to Adjust video Float*/



min-width: 1200px;
min-height: 600px;
border-top: #fff solid 2px;

}

#logo {
	width: 227px;
	height: 218px;
	/*margin: 0 0 0 0;*/
	/*position: fixed;*/
	/*border: #FF0000 solid 2px;*/
	}


#sidebar {
width: 261px;
height: 600px;
/*border: #33FF00 solid 2px;*/
margin: 0px 0px 0px 0px;
float: left;


}
	
	
	#menu {
	width: 261px;
	height: 337px;
	margin: 0 0 0 0;
	/*background:url(images/Buttons.jpg);*/
	/*border: #00FF00 solid 2px;*/
		}
	
		#button_work {
	width: 90px;
	height: 35px;
	margin: -318px 0px 0px 125px;
	
		}
		
		#button_info {
		width: 90px;
		height: 35px;
		margin: 30px 0px 0px 125px;
		}


		#button_news {
	width: 90px;
	height: 35px;
	margin: 32px 0px 0px 125px;
		}

#top_label {
width: 200px;
height: 110px;
margin: 0 auto 0 auto;
}






#video_container {
width: 640px;
margin: 0px auto 0 auto;
}

#video_footer_left {
margin: 8px 0 0 0;
float:left;
}

#video_footer_right {
font-size: 12px;
color: #03c1c1;
margin: 8px 0 0 0;
float:right;
}
