/*Antaboga.co.za*/
*{
margin: 0px;
	
padding: 0px;
}
html, body {
	text-align: center;
	font-size: 15px;
	height: 100%;
	background-color: #ede8de;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #990000;
}

	h2.titles {
		font-weight: normal;
		font-style: normal;
		line-height:normal;
		font-family: 'HancockRegular', sans-serif;
		font-size: 2.2em;
		color: #8e0002;
	}
	
	h2.sub-titles {
		font-weight: normal;
		font-style: normal;
		line-height:normal;
		font-family: 'HancockRegular', sans-serif;
		font-size: 2em;
		color: #b58e4b;
	}
	
	
	
#wrap {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	position: relative;	
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
		}
/**/

h2#home {
	display:block;
	margin:0px;
	padding:0px;

}
h2#antaboga {
	display:block;
	margin:0px;
	padding:0px;

}
/**/

/*CONTAINER START******************************************************************************************/
#containert {
	width: 790px;
	margin: 0 auto;
	/*display: block;*/
	text-align: center;
	/*border: 1px solid #996600;*/
}
#containert i {
	color: #C19E42;
	font-size: large;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 800px;
	margin: 0 auto;
	/*display: block;*/
	text-align: left;
	padding-bottom:100px;
}
/*CONTAINER END******************************************************************************************/
/*FOOTER START******************************************************************************************/
#foot {
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
	padding-top:10px;
	width: 100%;
	text-align: center;
	background-color: #5e0102;
	font-size: 11px;
	clear: both;
	border-top: 1px solid #D7D9DF;
	height: 120px;
}
/*FOOTER END******************************************************************************************/
#header {
	background-color: #740102;
	width: 100%;
	height: 200px;
	/*position: relative;*/
}
#header h1 {
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(pics/header.gif) repeat-x center top;
}
#header h1 i {
	display: none;
}
/*CONTENT******************************************************************************************/
#content {
	width: 550px;
	margin-left:220px;
	padding-bottom: 50px;
	line-height: 1.3em;
	padding-top: 15px;
}
#content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#content h3 {
	color: #800205;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h4 {
	color: #800205;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h5 {
	color: #000000;
	margin-bottom: 3px;
	font-size: large;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content i {
	color: #C19E42;
	font-size: large;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content p {
	color: #261801;
	padding-bottom: 25px;
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
}

#container p a{
	color: #620000;
	padding: 2px;
}
#container p a:hover{
	color: #930000;
	background-color: #FAF9F5;
	padding: 2px;
}
#content p img{
	border: 1px solid #CCCCCC;
	padding: 7px;
	margin-top: 5px;
	margin-right: 5px;
}
#sample {
	float: right;
	clear: right;
}
#sample p img{
border: 1px solid #CCCCCC;
padding: 3px;
margin-left: 5px;
}
#content .image {
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 380px;
	width: 480px;
	overflow: hidden;
	margin-bottom: 25px;
}
#content .image p{
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 20px;
	margin: 120px;
}
#content ul{
	margin: 0px;
	padding: 0px 0px 15px 20px;
}
#content li{
	margin-bottom: 10px;
	list-style-image: url(pics/bullets.gif);
}
/*CONTENT END******************************************************************************************/
/*NAVIGATION START******************************************************************************************/
#navigation {
	margin-top: -56px;
}
#navbar{
	width: 650px;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 auto 0 auto;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navbar dl{
		width: 650px;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 auto 0 auto;
	font-weight: bold;
}
#navbar dt{
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navbar dt a{
	float: left;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	color: #d1b872;
	padding: 7px 10px 6px 10px;
}
.navspacer
{
	border-right: 1px solid #7B6528;
}
#navbar dt a:hover{
	color: #d1b872;
	background-color: #480909;
}
/*NAVIGATION END******************************************************************************************/
/*EKSTRA START******************************************************************************************/
form {
	margin-bottom: 5px;
	}

input, textarea{
	background-color: #E3E2DD;
	border: 1px solid #C6C2B7;
	font-size: 12px;
	padding:2px;
	margin:2px 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
label {
	padding-right: 0px;
	padding-left: 10px;
}
#submit {
	color: #FFFFFF;
	background-color: #660000;
	font-weight: bold;
}
fieldset {
	border: 1px solid #d1b872;
	margin: 5px;
	padding:5px;
	line-height: 30px;
	background-color: #FDFBF7;
}
#extra {
	float: left;
	width: 150px;
	clear:left;
	height: 350px;
	margin-top:0px;
	padding: 35px 15px 15px 17px;
	color: #261801;
}
.newsletter {

	background: url(pics/extra-extra.gif) no-repeat center top;
}

#extra h4{
	color: #800205;
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 1px;
	text-align: center;
	width: 150px;
	border-bottom: 1px dashed #800205;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#extra h5{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.extranews {
	background: url(pics/exstra.png) no-repeat -5px -10px;
}

#extra strong{
	color: #333333;
	font-style: italic;
	font-size: small;
}
#extra p{
	padding-bottom: 10px;
	font-size:12px;
	line-height: 1.2em;
}
#extra img{
	font-size: small;
	padding: 1px;
	border: 1px solid #663300;
	margin: 10px 0px 10px 0px;
}
#extra a{
	color: #722B23;
	text-decoration: underline;
}
/*EKSTRA END******************************************************************************************/
/*FOOTER START******************************************************************************************/
#meta {	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#meta i {
	display: none;
}
#copyright{
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-bottom: 5px;
}	
#copyright p{
color: #CDC9AE;
}
#copyright a{
color: #CDC9AE;
text-decoration: none;
}
.hide{
display:none;
}
#content table {
	background-color: #E6E0D4;
}
#content td {
	background-color: #EDE8DE;
	padding: 3px;
	text-align: center;
}

