body {
	color: #333333;
	font-size:12px;
	background-color: #fff;
	margin:0;
}

.container {
	width: 948px;
	margin: 0px auto;
	position:relative;
}

div.background {
	/*background: url('../img/layout/www/intro.jpg') no-repeat;*/
	 width: 948px;
	 height: 600px;
	 margin-left: -10px;
	 margin-top: -90px;
}

img {
	border:0;
}

* {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

a, a:active, a:visited {
	color: #339933;
}

a:hover {
	color: #106913;
}

h1 {
	font-size:26px;
	font-weight:700;
	color: #393;
	padding:10px 0px 0px 0px;
	margin-bottom:0;
}

h2 {
	font-size:18px;
	font-weight:700;
	color: #393;
	margin: 0px;
}

hr {
	border: 1px dotted #b7b7b7;
	border-bottom: 0;
}

dt {
	font-weight:bold;
}

.content_top {
	width:948px;
	height: 8px;
	background-image: url('../img/layout/www/content_top.png');
	background-color: white;
}

.content {
	background-color: #fff;
	padding: 3px 10px 5px 10px;
}

.content_bottom {
	width:948px;
	height: 8px;
	background-image: url('../img/layout/www/content_bottom.png');
	background-color: white;
}

.content_div {
	padding-left:30px;
	width:75%;
	position:relative;
	overflow:hidden;
}

.header {
	height:110px;
}

.menu_top {
}

.menu_top {
	list-style: none;
	margin:0;
	padding:17px 0px 0px 40px;
	position:absolute;
	width:575px;
	height:52px;
	right:-2px;
	top:40px;
	background: url('../img/layout/www/menu_top_bg.png') no-repeat;
}

.menu_top li {
	float:left;
	height:20px;
}

.menu_top a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:white;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	padding:6px 18px;
	text-shadow: #666 0px 1px 0px;
	border-right:1px solid #666;
}

.menu_top a:hover {
	background: url('../img/layout/www/menu_top_hover.png') repeat-x;
}

.menu_top .active a {
	background: url('../img/layout/www/menu_top_hover.png') repeat-x;
}

#nav {
	font-size:11px;
	position:absolute;
	top:20px;
	left: 250px;
}

.footer {
	background-color:#dad9db;
	width: 948px !important;
	font-size:11px;
	line-height: 1.3em;
}


.footer a{
	color:#333;
	text-decoration: underline;
}

.footer table {
	width:90%;
	margin: 0px;
}

.footer td {
	vertical-align: top;
}



.clear {
	clear:both;
}

