* {
	margin: 0;
	padding: 0;
}

ul {
	list-style:none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	background-color: #61A5E2;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	color:#F68873;
	line-height:120%;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

h4 {
	font-size:14px;
	font-weight:bold;
}

a, a:visited {
	font-weight:bold;
	color:#F16246;
	text-decoration:underline;
}

a:hover {
	color:#7F7067;
}

.font-red{
	color:#a50400;
}

.font-blue{
	color:#000fff;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
}

.font-blue2{
	color:#000fff;
}

#container {
	position:relative;
	margin: 0 auto;
	width: 801px;
	height:713px;
	text-align:left;
}

#header {
	position:relative;
	height:84px;
}

#header ul.nav {
	position:absolute;
	right:0;
	bottom:5px;
	text-align:right;
}

#header ul.nav li {
	position:relative;
	display:block;
	font-weight:bold;
	float:left;
	padding:4px 4px 4px 20px;
	color:#FFFFFF;
}

.spa {
	border-bottom: #ffffff 1px dashed;
}

#header ul.nav li a, #header ul.nav li a:visited {
	position:relative;
	color:#FFD4CC;
	text-decoration:none;
	padding-bottom:4px;
}

#header ul.nav li a:hover {
	color:#FFFFFF;
	border-bottom: #ffffff 1px dashed;
}

#content {
	padding:26px 7px;
	position:relative;
}


#content .frame {
	position:relative;
	float:right;
	width:432px;
	height:558px;
	padding-right:2px;
	overflow:auto;
}

#content .frame2 {
	position:relative;
	float:right;
	width:402px;
	height:558px;
	padding-right:2px;
	overflow:auto;
}


.img {
	float:left;
}

.img2 {
	float:right;
}







