/* -----[ Go Cyber Base Style Sheet ]--------------------------------------------------------------------- */
/* -----[   www.gocyber.co.nz ]--------------------------------------------------------------------- */

#container {
	width: 900px;
	margin: 0 auto;
}
#header {
 background-color: #ffffff;
 background-image: url(../images/home/santa_gertrudis_header.gif);
	background-position: left top;
 background-repeat: no-repeat;
	height: 160px;
}
#wrapper {
	background-color: #dcdcdc;
}
#topbar {
 background-image: url(../images/general/top_grey_strip.gif);
	background-position: left top;
 background-repeat: no-repeat;
	height: 22px;
}
#bottombar {
 background-image: url(../images/general/bottom_grey_strip.gif);
	background-position: left top;
 background-repeat: no-repeat;
	height: 22px;
}
#topnav {
	padding-top: 138px;
 padding-left: 110px;
}
#content {
	float: left;
	background-color: #ffffff;
	width: 333px;
	padding: 15px 0 0 20px;
	height: 300px;
}
#content_top {
	background-image: url(../images/general/vignette.gif);
	background-position: left top;
	background-repeat: repeat-x;
	width: 338px;
	height: 60px;
	border-bottom: solid white 6px;
}
#content_top h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.001em;
	color: #ffffff;
	text-align: center;
	vertical-align: top;
	padding-top: 14px;
}
#sidebar {
	float: right;
	background-color: #ffffff;
 background-image: url(../images/home/main.jpg);
	background-position: 15px 15px;
 background-repeat: no-repeat;
	width: 532px;
	height: 300px;
	padding: 15px 15px 0 0;
}
#anchor {
 margin: 0; 
	padding: 15px 15px 15px 15px;
	display:none; /* hidden */
}
.clearfix {
	clear: both;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/* -----[ Additional Styles ]--------------------------------------------------------------------- */

#content_main {
	float: left;
	background-color: #ffffff;
	width: 620px;
	padding: 15px 15px 0 15px;
}
#sidebar_main {
	float: right;
	width: 220px;
	height: 100%;
	padding: 0 15px 0 15px;
}
