html.center, body.center {
	height:100%;
}

body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#AAA;
	background:#000 url(/images/rectangle.gif) repeat;
}

body, ul, h1, h2, h3, h4 {margin:0; padding:0;}

h1 {
	color:#CCC;
	font-size: 22px;
	letter-spacing:2px;
	line-height:22px;
	font-weight: bold;
	padding-bottom:8px;
	border-bottom:1px solid #333;
}

h2 {
	color:#CCC;
	font-size: 18px;
	letter-spacing:1px;
	line-height:18px;
	font-weight: bold;
	margin-bottom:10px;
}

h3 {
	color:#CCC;
	font-size: 16px;
	letter-spacing:0px;
	line-height:16px;
	font-weight: bold;
	margin-bottom:6px;
}

h4 {
	color:#F00;
	font-size: 15px;
	letter-spacing:0px;
	line-height:15px;
	font-weight: bold;
}
h5 {
	color:#CCC;
	font-size: 13px;
	letter-spacing:0px;
	line-height:15px;
	font-weight: bold;
}



h4#c, p#c, div#c {
	text-align:center;
}

p {
	padding:0 0 6px 0;
	margin:0;
}


#page {width:800px; margin:10px auto;}

#shadowtop, #shadowfoot {width:800px; height:15px;}
#shadowslide {background:url(/images/shadow_slide.png) repeat-y;}
#shadowtop {background:url(/images/shadow_top.png) no-repeat;}
#shadowfoot {background:url(images/shadow_foot.png) no-repeat;}

#container {
	width:760px;
	text-align: center;
	margin: 0px auto;
}

#header {
	height:150px;
}

#content {
	width: 708px;
	margin: 20px auto 10px auto;
	text-align:left;
}

#content #left {
	font-size:11px;
	width: 410px;
	text-align:left;
	margin-top:15px;
	float:left;
}

#content #right {
	width:250px;
	text-align:right;
	margin:15px 0 0 450px;
	padding: 0;
}

#content #all {
	font-size:11px;
	width:100%;
	text-align:center;
	margin:15px 0 0 0;
	padding: 0;
}

#sub {
	margin:15px;
}

#content  #all div.w {
	width:155px;
	margin:0 15px;
	float:left;
}

#content  #all div.s {
	width:222px;
	margin:0 6px;
	float:left;
}

#content  #all div#f {
	margin:0px 14px 0 0;
}

#content  #all div#l {
	margin:0px 0 0 14px;
}


#content img {
	border:1px solid #666;
	margin:2px 0 0 0;
}

#content img:hover {
	border:1px solid #CCC;
}

#content ul {
	list-style:disc;
}
#content li {
	width:100%;
	background-color:#000;
	text-align:left;
}

#navtop, #footer {
	height: 20px;
	background-color: #333;
}

#navtop {margin: 1px 0;}

#footer #text {
	line-height: 10px;
	padding: 5px 0;
}

a {text-decoration: none;}
a:link, a:visited {color: #FFF;}
a:active, a:hover {color: #977;}

ul {
	list-style: none;
	}

#nav a {
	display: block;
	font-weight: bold;
	letter-spacing:1px;
	padding: 4px 0px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	letter-spacing:normal;
	padding: 3px 0px;
}

#nav a:hover, #nav li li a:hover {
	background-color:#700;
}

li {
	float: left;
	position: relative;
	width: 96px;
	text-align: center;
	cursor: default;
	background-color: #333;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #400;
	padding: 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

#swith {
	text-align:left;
	padding:2px 27px 3px 27px;
	background:#515151;
}

#swith #a {
	color:#FFF;
}

.clearing {
	height: 0px;
	clear: both;
}

input {
	color:#FFF;
	background-color: #333;
	border:1px solid #666;
	font-size: 11px;
	width:120px;
	height: 15px;
	margin: 2px 0;
	padding:0 4px;
}

input#button {
	height:18px;
	padding:0 0 2px 0;
}

input#button:hover {
	border:1px solid #CCC;
	cursor:pointer;
}

textarea {
	color:#FFF;
	background-color: #333;
	border:1px solid #666;
	margin:5px 0;
	padding:0 4px;
	font-size: 12px;
}