/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */
img {
	border:none
}
#wrapper {
	width:950px;
	margin:auto;
	background-color:#FFF;
	border:solid 1px #DDD ;
}
#header {
	width:950px;
	margin:auto;
}

#sse3
{
	width:950px;
	margin:auto;
    background-color: #737066;
    height: 50px;
    clear:both;
    text-align:center;/*For IE5 or IE No DOCTYPE*/
}
        
#sses3
{
    margin: 0 auto;/*If you don't want the menu center aligned, remove this line and above text-align:center*/
    border-left:solid 1px #fff;
}
        
#sses3 ul
{
    font: normal 20px "Times New Roman", Times, serif;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
}
        
#sses3 li
{
    background: #58564E;
    line-height: 50px;
    position: relative;
    overflow: hidden;/*used to hide slip*/
    z-index: 0;
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
    border-right:solid 1px #fff;
}
        
#sses3 li.current, #sses3 .slip
{
    background-color: #737066;
}
        
#sses3 li a
{
	text-align: center;
	text-decoration: none;
	padding: 0 13px;/*30px is used to adjust the distance between each menu item. Now the distance is 30+30=60px.*/
	/*width: 100px;*/ /*If you prefer a fixed width, uncomment this line and comment out above line*/
	color: white;
	display: block;
	z-index: 2;
	white-space: nowrap;
}
        
#sses3 li.current a
{
    color: white;
}
        
#sses3 .slip
{
    position: absolute;
    top: 0;
    z-index: -1;
}
#main_visual {
	width:930px;
	height:auto;
	margin:auto;
	padding:10px;
}
#homepage_left {
	width:445px;
	margin:auto;
	padding:10px;
	float:left;
}
#homepage_right {
	width:445px;
	margin:auto;
	padding:10px;
	float:right;
}

#footer {
	width:auto;
	margin:auto;
	padding:10px;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:#577A82;
}
.title2 {
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#577A82;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
}
a.content:link{
	color:#000;
	text-decoration:none
}
a.content:hover, a.content:active{
	color:#577A82
}


.content_right{
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-top:10px;
	text-decoration:none
}
a.content_right:link{
	font-size:12px;
	color:#666;
	text-decoration:none
}
a.content_right:hover, a.content_right:active{
	font-size:12px;
	color:#888
}
