@charset "utf-8";

*
{
	margin:0;
	padding:0;

}

body {
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	background-image:url(../img/backmain.gif);
	text-align:center;
}

h1{
font-size:150%;
border-bottom:1px #CCCCCC dashed;
color:#333333;
margin:0 0 20px 0;
}

h2{
font-size:117%;
}

p{
margin:20px 0 ;
}


#header
{
/** height:170px; **/
background-image:url(../img/backmain.gif);
}

#header h1
{
font-size:2em;
border-bottom: none;
display:inline;
padding:0px 20px;

}

#logo
{
display:inline;
vertical-align:middle;
padding:20px 0px;
}

#ContentWrapper
{
text-align:left;
overflow:auto !important;
overflow/**/:hidden;
width:1024px;
padding: 0px;
background:#FFFFFF url(../img/content_bg.jpg) top left repeat-y;

}


#navigator
{
overflow:auto !important;
overflow/**/:hidden;
width: 100%;
background : #E8E8E8 url(img/navy_bg.jpg) left top repeat-x;
border-bottom:3px solid #cccccc; 
margin:0px;
padding:0px;
}

#navigator li
{
float:left;
width:12.8em;
border-right: 1px solid #CCCCCC;
list-style:none;
}

#backhome
{
width:20em;
}

#navigator li a
{
	display:block;
	width: 100%;
	color:#333333;
	text-decoration:none;
	text-align:center;
	line-height:2.4em;
	background: #E8E8E8 url(../img/navy_bg.jpg) 0 0 repeat-x;
}

#navigator li a:hover
{
color:#333333;
background: #FFFF99 url(../img/navy_bg.jpg) 0 -58px repeat-x;
}

#navigator .current
{
color:#333333;
background: #FFFF99 url(../img/navy_bg_current.jpg) 0 0 repeat-x;
}


#primary
{
	float:left;
	width:80em;
	border-color:#000099;

}

#primary * *
{
	margin:0;
}


#subject{
margin:30px 20px;
}

#primary .list{
margin-bottom:20px;
}

#primary .list h3{
padding: 3px 10px;
background-color:#F3F3F3;
border-left: 5px solid #2D78BF;
border-bottom: 1px solid #CCCCCC;
margin-bottom:15px;
}


#primary .list ul{
margin-left:25px;
}

#primary .list li{
padding-left:20px;
border-bottom: 1px solid #CCCCCC;
list-style:decimal;
}

#primary .list li {
margin: 5px 0 15px 0;
}


#toplist{
width:100%;
height:25px;
position:static;
}

#content
{
width:100%;
position:static;
}

#footer{
clear:both;
padding:10px 0;
border-top:3px solid #CCCCCC;
text-align:center;
background-color:#E8E8E8;
}

.album,.member{
float:left;
}
