body {
	background-image: url(images/header_bck.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

#header {
	height: 109px;
}

#container {
	margin: 1em;
	width: 85%;
}

#nav {
	float: left;
	width: 22%;
}

#nav ul{

}
	
	#nav ul li{
	font-weight:bold;
	text-transform: capitalize;
	list-style-type: none;
	margin-bottom: 5px;
	}
	
	.here {
	list-style-image: url(images/orange_bullet.gif);
	}

#nav ul li a {
text-decoration: none;
padding: 5px 10px 15px 0px;
color: #ff561f;
}
#nav ul li a:link {
color: #ff561f;
}
#nav ul li a:visited {
color: #ff561f;
}
#nav ul li a:hover {
color: #00b5de;
}
	








#content {
	float: right;
	width: 75%;

}

a:link {
	color: #ff561f;
}
a:visited {
	color: #ff561f;
}
a:hover {
	color: #00b5de;
}


.stand {
	margin: 1.2em;
	border: thin dotted #950F00;
	padding: 1.2em;
}


h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #FF561F;
}
h2 {
	font-size: 1.3em;
	color: #950F00;
}
h3 {
	font-size: 1.1em;
	color: #950F00;
}

.next {
	color: #00B4DC;
	text-align: right;
}

