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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background:url(../img/bg.jpg);*/
	text-align: center;
	background-color:#000000;
}

td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:bold;
}

#background {
	margin: 0 auto;
	width: 1200px;
}

#headframe {
	margin: 0 auto;
	width: 1200px;
	height: 136px;	
}

#headframe .partial {
	margin: 0 auto;
	float:left;
	height:136px;
}

#headframe #partialleft {
	background:url(../images/left_corner.png);
	width:177px;
}

#headframe #partialmleft {
	background:url(../images/left_head.png);
	width:186px;
}

#headframe #header {
	background:url(../images/head.png);
	width:449px;
}

#headframe #partialmright{
	background:url(../images/right_head.png);
	width:201px;
}

#headframe #partialright {
	background:url(../images/right_corner.png);
	width:187px;
}

#menubar {
	margin: 0 auto;
	width: 1200px;
	height: 22px;	
}

#menubar .partial_m {
	margin: 0 auto;
	float:left;
	height:22px;
	float:left;
}

#menubar #parital_m_left {
	background:url(../images/menu_left.png);
	width:363px;
}

#menubar #menu {
	background:url(../images/menu.png);
	width:449px;
	text-align:center;
	vertical-align:middle;
	line-height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#menubar #partial_m_right {
	background:url(../images/menu_right.png);
	width:388px;
}


#spacer {
	background:url(../images/spacer.png);
	margin: 0 auto;
	width:1200px;
	height:76px;
}

#container {
	background:url(../images/content.png);
	margin: 0 auto;
	width:1200px;
	background-repeat:repeat-y;
	text-align:center;
}

#container .content {
	text-align:left;
	width: 780px;
	margin-left: 200px;
}

#footer {
	background:url(../images/footer.png);
	margin: 0 auto;
	width:1200px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}