body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	margin:0;
	text-align:center;
}

img {
	border:none;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#06c;
}

a:hover {
	text-decoration:underline;
	color:#06c;
}

h1 {
	font-size:32px;
	color:#19f;
	margin:0 0 20px 0;
	font-weight:normal;
}

h3 {
	font-size:15px;
	color:#06c;
}

#page {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#main {
	float:left;
}

#nav {
	float:left;
	background:#1390f9 url(../images/side_bottom.gif) no-repeat bottom;
	width:200px;
	min-height:500px;
}

#top {
	background:#0e54c6 url(../images/top_side.gif) no-repeat right;
	height:100px;
	min-width:760px;
	text-align:center;
}

#content {
	background-image:url(../images/roundcorner.gif);
	background-repeat:no-repeat;
	width:750px;
	padding-left:10px;
	padding-top:10px;
}

.navbutton {
	position:relative;
	height:80px;
	top:-40px;
}

.navbutton a {
	position:absolute;
	left:16px;
	bottom:0;
}

.halfcolumn {
	float:left;
	width:335px;
	padding-left:20px;
}

.thirdcolumn {
	float:left;
	width:225px;
	padding-left:20px;
}

.twothirdscolumn {
	float:left;
	width:475px;
	padding-left:20px;
}