/* CSS Document */

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #CC9933;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 110%;
	margin: 0px 0px 10px;
	padding: 0px;
}
h3 {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 130%;
	font-size: 100%;
	margin:0;
}
a {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	background: #EBEBEB;
}
a:visited {
	color: #0000CC;
}

/* DIV styles */
#wrap {
	width: 800px;
	text-align: left;
	margin: 50px auto 0px;
	border: 1px solid #A87E40;
}
#header {
	background: url(../images/goclickgo-logo.jpg) no-repeat 20px center;
	height: 60px;
	text-align: right;
	margin: 0px;
	padding: 30px 30px 0px 0px;
	border-bottom: 1px solid #A87E40;
	font-size: 160%;
	font-weight: bold;
	font-style: italic;
}
#nav {
	clear: both;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #A87E40;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul a {
	margin: 0px;
	padding: 3px 0px;
	text-align: center;
	width: 100px;
	display: block;
	color: #A87E40;
	font-weight: bold;
	font-size: 85%;
	background: url(../images/buttons/button_4.jpg) no-repeat center center;
	text-decoration: none;
}
#nav ul a:visited {
	color: #A87E40;
}
#nav ul a:hover {
	background: url(../images/buttons/button_3.jpg) no-repeat center center;
}
#nav li {
	display: inline;
	float: left;
}
#content {
	margin: 0px;
	padding: 30px 0px 10px;
}
#content_text {
	float: left;
	width: 460px;
	font-size: 85%;
	margin: 0px;
	padding: 20px 0px 0px 20px;
}
#content_text p {
	line-height: 160%;
}
#content_text ul, #content_text ol {
}
#content_text li {
	line-height: 140%;
}
#content_pic {
	float: right;
	width: 280px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#blog_archive {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 30px 0px 0px;
}
#footer {
	background: #F4F4F4;
	border-top: 1px solid #A87E40;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
	font-size: 70%;
}
#footer a {
	text-decoration: none;
	color: #CC9933;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #CC9933;
}

/* Class styles */
.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
