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


#container {
	position: relative;
	margin: 0px auto;
	width: 900px;
}
#header {
	position: relative;
	background-image: url(../images/home/header.jpg);
	background-position: 0px 20px;
	background-repeat: no-repeat;
	height: 120px;
	width: 900px;
}
#header_gen {
	position: relative;
	background-image: url(../images/general/header_gen.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 120px;
	width: 900px;
}
#logo {
	float: left;
	padding-top: 19px;
}
#topnav {
	text-align: right;
	float: right;
	padding-top: 97px;
	padding-right: 70px;
	width: 600px;
}
#topnav_gen {
	text-align: right;
	float: right;
	padding-top: 49px;
	padding-right: 70px;
	width: 600px;
}
#wrapper {
	margin: 0;
	padding: 0;
}
#main {
	float: left;
	width: 620px;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#footer_gen {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 150px;
	background-image: url(../images/general/base_gen.jpg);
	background-position: 20px 0px;
	background-repeat: no-repeat;
	}
#home_top {
	background-image: url(../images/home/home_top.gif);
	background-position: 20px 0px;
	background-repeat: no-repeat;
	height: 10px;
}
#home {
 background-image: url(../images/home/home_mid.gif);
	background-position: 20px 0px;
	background-repeat: repeat-y;
}
#home_bottom {
 background-image: url(../images/home/home_bot.gif);
	background-position: 20px 0px;
	background-repeat: no-repeat;
 height: 10px;
}
#rh_panel {
	float: right;
	width: 250px;
	margin: 20px 0 0 0;
}
#rh_top {
		height: 10px;
 background-image: url(../images/general/rh_panel_top.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#rh_mid {
	background-image: url(../images/general/rh_panel_mid.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#rh_bot {
	height: 10px;
	background-image: url(../images/general/rh_panel_bot.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.q {
	float: left;
	width: 30px;
	padding-top: 4px;
}
.question {
	float: left;
	width: 590px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.a {
	clear: right;
	float: left;
	width: 30px;
}
.answer {
	float: left;
	width: 590px;
	padding-bottom: 12px;
}
.clearfix {
clear: both;
}

