/* CSS Document */
/*blue   #323296
red #990000
*/
	  
body {
	background-color: #000000;
	text-align: center;
}

/*==========================  DEFAULT  =======================*/

div.main_container {
	width: 950px;
	font-family: Tahoma, sans-serif;
	margin:0 auto;
	text-align:left;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #292929;
	border-right-color: #292929;
	border-bottom-color: #292929;
	border-left-color: #292929;
}

/*========================== top content  =======================*/
.top_content{
/*height:175px;*/
margin-top:5px;
/*border: 1px solid #292929;*/
color: #ffffff;
background-color: #000000;	
padding-bottom:10px;
}




/*========================== logo and menus  =======================*/

.logo_div{

	padding-top:10px;
	text-align: left;
/*	border: 1px solid #292929;*/
}

.menu_div{

text-align: left;
margin-left:163px;
}



.bigtext{
text-align: left;
font-size: 44px;
margin-left:163px;
}


.medtext{
text-align: left;
font-size: 34px;
margin-left:163px;
}




.menu_div A:link {font-weight: bold;text-decoration: none; color: #ffffff;	font-size: 16px; }
.menu_div A:visited {font-weight: bold;text-decoration: none; color: #ffffff;	font-size: 16px; }
.menu_div A:hover {font-weight: bold; text-decoration: none;	color: #0066FF ; font-size: 16px;}
.menu_div A:active {font-weight: bold; text-decoration: none; color: #ffffff;	font-size: 16px;}


.prop
{
height:460px;
width:1px;
float:left;
}



.list_column A:link {font-weight: normal;text-decoration: none; color: #ffffff;	font-size: 12px; }
.list_column A:visited {font-weight: normal;text-decoration: none; color: #ffffff;	font-size: 12px; }
.list_column A:hover {font-weight: normal; text-decoration: none;	color: #0066FF ; font-size: 12px;}
.list_column A:active {font-weight: normal; text-decoration: none; color: #ffffff;	font-size: 12px;}

/*========================== special for index page   =======================*/
.main_content_index_page
{
	width:870px;
	margin-left:40px;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	float:left;

}
.clearer
{clear:both;
}


.footer_menu{
	height: 30px;
	width: 856px;
	margin-left: 3%;
	padding-top: 15px;
	padding-right:94px;
	margin:0 auto;
	font-size: 13px;
	background-color: #000000;
	text-align: right;
	color: #292929;
	font-family: Tahoma, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #292929;
	border-right-color: #292929;
	border-bottom-color: #292929;
	border-left-color: #292929;
}

.footer_menu A:link {text-decoration: none; color: #ffffff;font-weight: normal; }
.footer_menu A:visited {text-decoration: none; color: #ffffff;font-weight: normal; }
.footer_menu A:hover {text-decoration: none; color: #0000FF ; font-weight: normal;}
.footer_menu A:active {text-decoration: none; color: #ffffff;font-weight: normal; }


/*========================== front page special    =======================*/



.list_column{
width:370px;
margin-left:123px;
float:left;
text-align: left;
padding-bottom:10px;
}

/*========================== image page    =======================*/

.image_box
{
	width:800px;
	margin-left:20px;
	float:left;
text-align: center;
/*	border: 1px solid #FFFF00;*/
}
.thumb_box
{
	width:800px;
	margin-left:20px;

	float:left;
	text-align: center;
	border: 1px solid #FFFF00;

}



.scrollingbox{
height:80px;

overflow-x:scroll; /* scroll horizontal */
overflow-y:hidden; /* Hide vertical*/
}