body { 
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#95B9D1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#337da2;
	line-height:16px;
}

p { }

td { }

a:link, a:active, a:visited { 
	font-weight:bold;
	color:#337da2;
}

a:hover { 
	font-weight:bold;
	color:#95B9D1;
}

.header {
	font-size:10px;
	line-height:13px;
	padding-bottom:15px;
}

.header a:link, .header a:active, .header a:visited, .footer a:link, .footer a:active, .footer a:visited {
	color:#337da2;
	text-decoration:none;
}

.header a:hover, .footer a:hover {
	text-decoration:underline;
}

.nav {
	margin-left:20px;
	margin-top:290px;
	height:20px;
	overflow:visible;
	line-height:normal;
}

.nav#inside {
	margin-top:0px;
}

.feature-left, .feature-right {
	margin-top:60px;
	float:left;
}

.feature-left {
	width:390px;
	margin-left:50px;
	padding-right:20px;
	border-right:1px solid #337da2;
}

.feature-right {
	width:360px;
	padding-left:20px;
	margin-right:20px;
}

h1 {
	font-weight:normal;
	font-size:24px;
	line-height:24px;
}

h2 {
	font-weight:normal;
	font-size:18px;
	line-height:18px;
}

.feature-left img, .feature-right img {
	margin-right:20px;
}

.feature-left h3, .feature-right h3 {
	font-size:16px;
}

.feature-left h3 a:link, .feature-left h3 a:active, .feature-left h3 a:visited, .feature-right h3 a:link, .feature-right h3 a:active, .feature-right h3 a:visited {
	color:#337da2;
	text-decoration:none;
}

.feature-left h3 a:hover, .feature-right h3 a:hover {
	text-decoration:underline;
}

.main {
	padding:20px;
	padding-top:60px;
}

.img {
	border:1px solid #337da2;
}