/* GDS Web Design (2 column left menu 1024 x 768) */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CEA278;
}

#container {
	margin: 0 auto;
	width: 950px;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #CEA278;
}

#header {
	color: #333;
	width: 775px;
	float: right;
	padding: 0px;
	height: 115px;
	margin: 0px 0px 0px 0px;
	background-color:#543C22;
	text-align: center;
}

#leftcolumn {
	color: #333;
	background:#543C22;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 245px;
	width: 175px;
	float: left;
}

#rightcolumn {
	float: right;
	background:#f1d8b9;
	margin: 0px;
	height: 410px;
	width: 748px;
	display: inline;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #543C22;
	padding: 10px;
}

#menu {
	color: #333;
	background:#543C22;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 300px;
	width: 175px;
	float: left;
}

#footer {
	width: 950px;
	clear: both;
	color: #FFFFFF;
	background-color:#543C22;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

.menu{
	width: 160px;
	border: 0px solid #252525;
	padding-left: 8px;
}

.menu ul{ 
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu a{
	background: url(images/menu.jpg) no-repeat left top;
	font: bold 13px Verdana;
	display: block;
	width: 160px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 2px solid #CEA278;
	border-bottom: 2px solid #300;
	padding:6px 0;
	text-align: left;
}

.menu a:hover{
	color: #000000;
	background: url(images/menu.jpg) no-repeat bottom left;
}

.wrapper{ 
	padding: 20;
	margin: 0;
	list-style-type: none;
}

.style1{
	text-decoration: none;
	color: #533E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	height: 20px;
}

.style2{
	text-decoration: none;
	color: #533E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.style2b {
	text-decoration: none;
	color: #533E29;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

.style2c {
	text-decoration: none;
	color: #533E29;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 350px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.style2d{
	text-decoration: none;
	color: #533E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	float: right;
}

.style3{
	text-decoration: none;
	color: #533E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style3b {

	text-decoration: none;
	color: #C90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style4{
	text-decoration: none;
	color: #533E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 40px;
	line-height: 20px;
}

.style5{
	text-decoration: none;
	color: #533E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	width: 210px;
}

.style6{
	text-decoration: none;
	color: #533E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
	text-align: justify;
	padding: 0px;
	width: 120px;
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
	text-decoration: none;
	color: #C90;
}

img.floatLeft {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
}

img.floatRight {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
}
