@charset "utf-8";
/* CSS Document */

body {
	background: url(img/back.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#403f3f;
}

p {
	margin: 0 0 10px 0
}

#bottom {
	width: 100%; 
	margin:auto; 
	background:#333;
	color: silver;
	padding: 12px 0 12px 0;
	text-align: center;
	font-size:10px;
	clear: both;
}

#content {
	padding: 10px 60px 10px 10px;
	border-left: 1px dashed #545656;
	background: #eaf3f1
}

#content img {
	margin: 0 10px 0 10px
}

#content p {
	text-align: justify
}

h1 {
	color: #3073bf;
	margin-top: 0px;
	font-size: 18px;
	background: url(img/float.gif) no-repeat;
	padding-left: 30px;
	height: 28px;
	padding-top: 4px
}

h2 {
	color: #3073bf;
	margin-top: 0px;
	font-size: 16px;
}

#nav {
	float: left; 
	width:18%; 
	padding: 1%;
	font-size: 10px
}

#nav img {
	margin: 0 5px 10px 0;
	float: left;
}

#nav a {
	font-size: 12px;
}

#nav hr {
	clear: both; 
	color: #fff; 
	border-bottom: 1px dotted #808080;
	margin: 15px 0 15px 0
}

a {
	color: #3073bf;
}

a:visited {
	color: purple;
}

a:hover {
	color: #cc6920;
	text-decoration: none;
}


.frame {
	background: #fff; 
	width: 90%;
	max-width: 1280px;
	margin: auto;
}

#top {
	background: url(img/top.jpg); 
	width: 100%; 
	margin: auto; 
	height: 194px
}

#top img {
	border: none;
}

.right {
	float: right; 
	width: 80%
}

.lefttd {
	border-right: 1px dashed gray; 
	border-bottom: 1px dashed gray;
	width: 50%;
	vertical-align: top
}

.righttd {
	border-bottom: 1px dashed gray;
	width: 50%;
	vertical-align: top
}

.ads {
	width: 336px;
	height: 280px;
	margin-right: 10px
}