﻿* { 
    margin: 0;
    padding: 0;
}

BODY {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 12px;
	text-align: Center;
	background-color:#343B3E;
	color: white;
}

p{
	font-size: 12px;
	line-height: 20px;
    margin-bottom: 10px;
}

h2 {
	color: white;
	font-size:18px;
	font-family:Georgia, serif;
	margin-bottom:10px;
}

a {
	FONT-FAMILY: Tahoma;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}



#pre{
	min-width:940px;
	width: 100%;
	background: url('../img/design/Head.jpg') no-repeat center top;
	float:left;
}

#all{
	width: 940px;
	margin: 0 auto 0 auto;
}


#mainmenu{
	float: left;
	width: 700px;
	text-align:left;
	margin-top: 277px;
	height:32px;
}


#mainmenu ul {
	padding: 0;
	margin: 0 0 0 20px;
}

#mainmenu ul li {
	float: left;
	list-style: none;
	width: 150px;
}

#mainmenu ul li a {
	text-align: center;
	display: block;
	color: black;
	height: 32px;
	line-height: 32px;
	text-decoration:underline;
}

#mainmenu ul li a:hover{
	color:maroon;
	text-decoration: none;
}



#content{
	margin-top: 40px;
	float: left;
	text-align: left;
	width: 100%;
}

#content #left{
	float: left;
	width: 240px;
}


#content #right{
	float: right;
	width: 660px;
}


.round_up{
	background: transparent url('../img/design/RoundTop.png') no-repeat left top;
	width:100%;
	float:left;
}

.round_up h3 {
	margin: 7px 0 0 0;
	height: 29px;
	width:100%;
	float:left;
	line-height:22px;
	color: black;
	text-align: left;
	font-size: 14px;
	text-indent: 20px;
	background-color: white;
	font-size:18px;
	font-family:Georgia, serif
}


.list_menu{
	float: left;
	width:100%;
	background: transparent url('../img/design/RoundBottom.png') no-repeat left bottom;
	margin-bottom:40px;
	padding-bottom:7px;
}


.list_menu ul {
	float:left;
	list-style: none;
	width: 100%;
	background-color:white;
}

.list_menu ul li {
	float:left;
	list-style: none;
	background-color:white;
	margin-bottom:5px;
}

.list_menu ul li a {
	float:left;
	margin: 0px 10px 0px 20px;
	padding-left:15px;
	color: black;
	line-height: 14px;
	background: url('../img/design/marker.png') no-repeat 3px 5px
}

.list_menu ul li a:hover {
	text-decoration: none;
	color: maroon;
}

#Down {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	border-top: 1px white solid;
}

#Down p {
	margin: 0;
}

#Down a {
	color: white;
	text-decoration: underline;
}

#Down a:hover {
	color: #000000;
}
