/** BASIC */

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #54663A;
	border:0px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #336600;
}

a:hover {
	text-decoration: none;
}

.float_left {float: left;
              margin-right: 6px;}

.float_right {float: right;
              margin-right: 6px;}

.bullet {list-style-type: disc;}

/** HEADER */

#header {
	width: 700px;
	height: 85px;
	margin: 0px auto;
	background: #CDE2A1 url(images/img01.gif) no-repeat left top;
	
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background: url(images/img02.gif) no-repeat right top;
}

/** MENU */

#menu {
	width: 700px;
	height: 30px;
	margin: 0px auto;
	background: url(images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	padding: 7px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: small;
	font-weight: lighter;
	color: #336600;
}

#menu a:hover {
	color: #FFFFFF;
	
}

/** MENU2 */

#menu2 {
	width: 700px;
	height: 30px;
	margin: 0px auto;
	background: url(images/img08.gif) repeat-x left top;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	padding: 7px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: small;
	font-weight: lighter;
	color: #cccccc;
}

#menu2 a:hover {
	color: #666633;
	background: #cccccc;
}

/** CONTENT DEFAULT*/

#contentdefault {
	width: 700px;
	margin: 2px auto;
	background: url(images/img09.gif) repeat-y left top;
}

#columnADefault {
	float: right;
	width: 440px;
	padding: 20px;
}

#columnBDefault {
	float: left;
	width: 200px;
	padding: 10px 10px
}

#columnBDefault h2 {
	font-size: large;
}





/** CONTENT */

#content {
	width: 700px;
	margin: 2px auto;
	background: url(images/img04.gif) repeat-y left top;
}

#columnA {
	float: right;
	width: 680px;
	padding:10px;
}

#columnA h2 {
	font-size: large;
}


#columnB {
	float: left;
	width: 200px;
	padding: 20px 10px
}

#columnB h2 {
	font-size: large;
}
/** FOOTER */

#footer {
	width: 700px;
	margin: 0px auto;
	background: #BED985 url(images/img05.gif) no-repeat left bottom;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	background: url(images/img06.gif) no-repeat right bottom;
	font-size: smaller;
}
