* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 110px;
	background: #014022 url(images/clicks_01.jpg) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

h1, h2, h3 {
	color: #999;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #ff8300;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Sidebar Box Style */

.sidebar {
	margin-bottom: 20px;
}

.sidebar .title {
	margin: 0;
	padding: 5px 0;
	background: url(images/clicks_07.jpg) repeat-x left bottom;
	font-size: 1em;
}

.sidebar .content {
	padding: 15px;
}

/* Section */

.section {
}

.section .title {
	padding: 10px 0;
	background: url(images/clicks_07.jpg) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
}

.section .details {
	padding: 10px;
}

.section strong {
	font-weight: bold;
	color: #dc0201;
}

.section .greentext {
	font-weight: normal;
	color: #008800;
}

.section .redtext {
	font-weight: normal;
	color: #dc0201;
}

.section .whitetext {
	font-weight: normal;
	color: #ffffff;
}

/* Header */

#header {
	height: 37px;
	background: url(images/clicks_02.jpg) repeat-x;
}

/* Header > Menu */

#menu {
	width: 700px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/clicks_03.jpg) repeat-x;
	border: 1px solid #323232;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/clicks_04.jpg);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/clicks_05.jpg);
}

/* Wrapper */

#wrapper {
	background: url(images/clicks_06.jpg) repeat-x;
	background-color: #000;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Main */

#main {
	float: right;
	width: 460px;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/* Content > Sidebar > Location */

#location {
	padding: 20px 15px;
	color: #ff8003;
}

#location h2 {
	margin: 0;
	font-size: 1.3em;
	color: #ff8003;
}

#location h3 {
	margin: 0;
	font-size: 1em;
	color: #ff8003;
}


/* Content > Sidebar > SiteInfo */

#siteinfo {
}

#siteinfo ul {
	margin: 0;
	list-style: none;
}

#siteinfo h3 {
	margin: 0;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
}

#siteinfo p {
	margin-bottom: 1.4em;
	font-size: small;
	line-height: normal;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #474747;
	background: #161616;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
	text-align: center;
}
