/* BODY
---------------------------------------------------------------------- */

body {
	padding: 30px;
	border: 0;
	margin: 0;
	background: #F7EEEA;
	font: 0.8em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}



/* DIVS
---------------------------------------------------------------------- */


#skip_to a, #skip_to a:hover, #skip_to a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
} 


#skip_to a:focus {
	position: static;
	width: auto;
	height: auto;
}


#top {
	width: 1px;
	height: 1px;
}


#wrapper {
	width: 940px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #EDD693;
	border: 1px solid #A24C36;
}


#banner {
	width: 900px;
	height: 75px;
	padding: 0;
	margin: 20px;
	background: #A24C36 url(../images/banner.png) no-repeat left top;
	border: 1px solid #fff;
}


#left_column {
	width: 580px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0 0 20px 20px;
	background: #fff;
	border: 1px solid #A24C36;
}


#content {
	text-align: left;
	padding: 20px 35px;
	margin: 0;
	background: #fff;
}


#right_column {
	width: 288px;
	float: right;
	padding: 0;
	margin: 0 20px 20px 5px;
	background: #fff;
	border: 1px solid #A24C36;
	line-height: 1px;
}


#footer {
	width: 400px;
	background: #333;
	height: 10px;
}


#w3c_icons {
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
}



/* NAVIGATION
---------------------------------------------------------------------- */


#navlist {
	width: 900px;
	padding: 5px 0 5px 0;
	margin: 0 auto;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #A24C36;
	line-height: 1;
}


#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}


#navlist li a {
	padding: 3px 0.7em 4px 0.7em;
	margin-left: 3px;
	border: 1px solid #A24C36;
	border-bottom: none;
	background: #fff url(../images/button_bg.png) repeat-x left top;
	text-decoration: none;
}


#navlist li a:link {
	color: #A24C36;
}


#navlist li a:visited {
	color: #A24C36;
}


#navlist li a:hover {
	color: #A24C36;
	background: #EED1CA;
	border-color: #A24C36;
}


#navlist li a#current {
	background: #A24C36;
	color: #fff;
	border-bottom: none;
}




/* IMAGES
---------------------------------------------------------------------- */

img {
	border: none;
}


.pictureborder {
	margin: 20px 0;
	padding: 0;
	border: 1px solid #AD74BA;
}


.picture_float_left {
	padding: 0;
	float: left;
	margin-right: 20px;
}


.picture_float_left_bordered {
	padding: 10px;
	float: left;
	margin-right: 12px;
	border: 1px solid #DDC4E2;
}


.picture_float_right_bordered {
	padding: 10px;
	float: right;
	margin-left: 12px;
	border: 1px solid #DDC4E2;
}


.w3c_icon_padding {
	padding: 0;
	border: 0;
	margin: 0 5px 0 5px;
}



/* FONT STYLES
---------------------------------------------------------------------- */


h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 1.8em;
	color: #A24C36;
	padding: 0;
	margin: 20px 0;
}


h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 1.5em;
	color: #C26249;
	padding: 0;
	margin: 30px 0;
}


.website_by {
	text-align: center;
	margin: 20px 0 0 0;
	font-family: arial, helvitica, sans, serif;
	font-size: 0.9em;
	color: #A24C36;
}


.website_by a {
	color: #A24C36;
	text-decoration: underline;
}


.website_by a:hover {
	color: #C88F77;
	text-decoration: none;
}



/* LINK STYLES
---------------------------------------------------------------------- */


a {
	color: #A24C36;
}


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



/* FLOATS AND ALIGNEMENTS AND MISC
---------------------------------------------------------------------- */


li {
	margin: 0 0 1em 0;
}

	
.float_left {
	float: left;
}


.float_right {
	float: right;
}


.text_left {
	text-align: left;
}


.text_center {
	text-align: center;
}


.text_right {
	text-align: right;
}


.clear {
	clear:both;
}


.hidden {
	visibility: hidden
}
