@charset "UTF-8";
/* CSS Document */

	a img{
	border: none;	
	}
	
	#navcontainer {
		margin: 0; 
		padding: 0px 0px 6px 0px; 
		font-family: arial, helvetica, sans-serif;
	}

	
 /* to stretch the container div to contain floated list */ 
   #navcontainer:after {
		content: "."; 
		display: block; 
		line-height: 1px; 
		font-size: 1px;
		color: transparent; 
		clear: both;
		} 

	#navcontainer	img	{
		margin: 0px;
		padding: 0px 0px 1px 0px;
		}

	ul#navlist {
		list-style: none; 
		padding: 0; 
		margin: 0px; 
		background-color: #2E67B2;
		}

	ul#navlist li {
		text-align: left;
		float: left; 
		margin: 0px 0px 0px 0px; 
		border-left: 1px solid #CCC;
		padding: 0; 
		background-color: #2E67B2;
		height: 44px;
		}

	ul#navlist li { width: 105px; voice-family: "\"}\""; voice-family:inherit; width: 104px;} 
	html>body ul#navlist li { width: 104px; } 
		

	ul#navlist li a {
		display: block; 
		padding: 7px 5px 25px 7px; 
		color: #fff; 
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
		height: 50px;
		text-shadow: 0 0 0 #000;
		font-weight: bold;
		}

	#navcontainer>ul#navlist li a { width: auto; height: auto; } 

	ul#navlist li#active a {
		background: #f0e7d7; 
		color: #C30; 
		}

/*	ul#navlist li a:hover,
	ul#navlist li#active a:hover {
		color: #2E67B2;
		background-color: #FFFF00;
			}
*/	
	ul#navlist li a:hover,
	ul#navlist li#active a:hover {
		color: #FFFF00;
				}
		
	ul#navlist li.home	{
		border-left: none;
		}
		
	ul#navlist li.long	{
		height: 44px;
		}
		
	.long a:hover	{
		height: 34px;
		}		

	ul#navlist li#empty	{
		width: 58px;
}

.clear	{
		clear: both;
		margin: 0px 0px 0px 40px;
		}
		
#home	#cover	{
		line-height: 18px;
		margin: 0px 0px -1px 0px;
		padding: 10px 0px 0px 0px;
		height: 375px;
		background-image: url("../cover/050717_mister_president.jpg");
		background-repeat: no-repeat;
		background-color: black;
	}
		
	

a:link {color:#23408f;}
a:visited {color:#23408f;}
a:hover {color:#666;}
a:active {color:#23408f;}

body {
    margin: 0px;
    padding: 0px;
    background: #23408f;
/*    background: #2E67B2 url(Images/bg.jpg) top center repeat-y;*/
    font-family: "Arial", "Helvetica", sans-serif;
	color: #333333;
    font-size: 12px;
}


h1{
	margin-top: 0px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: lighter;
}


h2{
	font-size: 20px;
}

h3{
	font-size: 16px;
}

.blue{

	color:#23408f;
	font-weight:bold;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 900px;
	background-color:#fff;
  /*  background: #ffffff url(main_bg.jpg) top left repeat-y; */
}

#header {
    margin: 0px;
    padding: 0px;
  }

#header * {
    margin: 0px;
    padding: 0px;
}

.linelong{
clear: left;
float: right;
margin-top: 5px;
margin-bottom: 5px;
border-top: solid 1px #CCC;
width: 900px;
}



#content {
   	position: relative;
    width: 850px;
	padding: 0 20px 20px 20px;
	margin-top: 5px;
	text-align: justify;
}


#sidebar {
    float: right;
    margin: 0 5px 0 5px;
    padding: 10px;
   	background-color: #ccc;
	width: 200px;
}

#footer {
    width: 874px;
	background-color: #2d68b2;
	display: block;
	height: 20px;
	padding: 10px;
	border: 3px solid #fff;
	clear: both;
	color: #fff;
	font-size: 10px;
	text-align:center;
}

#footer a:link {color:#fff;}
#footer a:visited {color:#fff;}
#footer a:hover {color:#FFFF00;}
#footer a:active {color:#fff;}


.floatright{
float: right;
margin: 0 5px 10px 20px;
}