/* CSS Document */

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1 {
	color:#49B498;
	font-size:12px;
	font-weight:bold;
}
p {
	margin:4px;
}

div#container {
	padding:4px;
	width:760px;
	height:600px;
	margin:auto;
	background-image:url(../images/main_bg-page-6.jpg);
	background-repeat:no-repeat;
}
div#homelink {
	position:relative;
	float:right;
	left:0;
	top:0;
}
div#sponsor {
	width:78px;
}
div#content1 {	
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;  
	float:right;
	width:420px;
	height:320px;
	margin:7px 80px 2px 2px;
}
* html div#content1 {	
	margin:7px 40px 2px 2px; !IMPORTANT
}
div#content1 img {
	margin:5px;
}
div#content2 {	
	clear:right;
	float:right;
	width:320px;
	height:100px;
	margin:-112px 170px 2px 2px;
}
* html div#content2 {	
	margin:-112px 85px 2px 2px; !IMPORTANT
}div#nav {
	position:relative;
	margin:-25px 0 45px;
	float:left;
	height:280px;
	width:110px;
}
div#nav ul {
	list-style: none;
	margin-top:0;
}

div#nav li {
	margin: 0px;
	padding: 0px;
}

div#nav li a {
	display: block;
	padding: 3px 10px 3px 20px;
	width: 110px;
	color: #49B498;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

div#nav li a:hover {
	color: #FFF;
	background-color: #49B498;
}

div#footer {
	color:#666666;
	text-align:center;
}
div#footer a {
	color:#666666;
	text-decoration:underline;
}
div#footer a:hover {
	color:#666666;
	text-decoration:none;
}

