/* CSS Document */
/*blue   #323296
red #990000
*/
	  
body {
background-color: #6d6e72;
background-image: url(bg_linear.jpg);
background-repeat: repeat-x;
text-align: center;

}


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

div.main_container {
	width: 950px;
	font-family: Tahoma, sans-serif;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}

/*========================== top content  =======================*/
.top_content{
	height:175px;
	padding-top:20px;
	margin-bottom:2px;

	margin-left:25px;
	
}

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

.logo_div{
	width:152px;
	float:left;
	padding-right:55px;
	font-size: 11px;
	color: #000000;
}
.menu_item_div{
	float:left;
	width:104px;
	margin-right:1px;
	height: 123px;
	position: relative;

}
.menu_link {
	position: absolute;
	bottom: 3px;
	width:104px;
	text-align: center;
}


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


.prop
{
height:460px;
width:1px;
float:left;
}
.left_content
{
	width:152px;
	float:left;
	margin-left: 25px;
	font-size: 12px;
}



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

/*========================== special for index page   =======================*/
.right_content_index_page
{
	width:524px;
	margin-left:55px;
	color: #000000;
	font-size: 12px;
	float:left;

	
}

.right_content_index_page A:link {text-decoration: none; color: #0000FF;font-weight: normal;}
.right_content_index_page A:visited {text-decoration: none; color: #0000FF;font-weight: normal; }
.right_content_index_page A:hover {text-decoration: none;	color: #CC0099 ; font-weight: normal;}
.right_content_index_page A:active {text-decoration: none; color: #0000FF;font-weight: normal;}
/*========================== standard right cotnent   =======================*/
.right_content
{
	width:529px;
	margin-left:55px;
	color: #000000;
	font-size: 12px;
	float:left;

	
}

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





.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: #FFFFFF;
	text-align: right;
	color: #666666;
		font-family: Tahoma, sans-serif;
}

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

.cookie A:link, .cookie A:visited, .cookie A:active {
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 9px;
}

.cookie  A:hover {font-family: Tahoma, sans-serif;text-decoration: none;	color: #0000FF ; font-weight: normal; font-size: 9px;}



 .image_caption_floatleft
{
	float: left;
	font-weight: normal;
	width: 300px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 11px;
}

 .image_caption_floatright
{
	float: right;
	font-weight: normal;
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 11px;
}


 .general_image_floatleft
{
	float: left;

	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

 .general_image_floatright
{
	float: right;

	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
 .thumb_show {
	padding: 5px;
margin:5px;
	float: left;
/*	width:110px;*/
	height:100px;
	text-align: center;
/*	border: 1px solid #CCCCCC;*/
}