/*Div Wrapper, main container, 760 pixels width, auto= centers the div/box*/
#wrapper {
	margin: auto;
	width: 760px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	/*border-right: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
	border-top: 1px solid #FFFFCC;*/
}
body {
	background: #A2AB90 url(pics/back.jpg) no-repeat fixed -150px 0px;
}


/*Navigation Div*/
#nav {
	float: left;
	width: 130px;
	background: #8F9A7A;
	height: 300px;
}

/*The central Div that contains the main text*/
#textbox {
	float: left;
	width: 430px;
	background: #FFFFCC;
}

/*Style for the p=paragrahp tag within textbox*/
#textbox p {
	padding-left: 20px;
	padding-right: 5px;
	line-height: 18px;
}
#textbox img {
	float: left;
	padding-right: 10px;
}



/*Advert Div Style*/
#advert {
	float: right;
	width: 160px;
	background: #A2AB90;
}

/*p = paragraph within Advert, styles*/
#advert p {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#footer {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background: #8F9A7A;
	margin: auto;
	width: 760px;
	border-right: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
}

h1 {
	font-size: 24px;
	padding-left: 20px;
	color: #808A68;
	border-bottom: 1px solid #A2AB90;
}
h2 {
	font-size: 14px;
	color: #8F9A7A;
	padding-left: 20px;
}





/*Styles for links*/
a:link {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}
a:visited {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}
a:hover {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}
a:active {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}

a.menu
{
  float       : left;
  padding-left: 10px;
  width       : 121px;
}

/*Styles for TextBoxlinks*/
.texta:link {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
	color: #333333;
	float: none;
}
.texta:visited {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
	color: #333333;
}
.texta:hover {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
	color: #336633;
}
.texta:active {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
	color: #333333;
}


.clear {
	clear: both;
}


img {
	border-style: none;
}
