body{
	margin:0;
	text-align: center;
	font: 0.8em 'Arial', sans-serif;
	color: #333;
	background-color: #9A3704;
}

img {
  border: none;
}

img.floatLeft { 
    float: left; 
    margin: 3px; 
}

/*
########################## Container ###########################################
*/

#main{
	background: #FFF url(images/content_bg.gif) repeat-y right;
	width: 750px;
	text-align: left;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	border: 1px solid #000000;
}
#header{
	text-align: right;
	height: 120px;
	background-color: #CC4602;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}
#sidebar{
  float: right;
  width: 230px;
  padding: 5px;
}

#sidebar img{display: block;
    margin-left: auto;
    margin-right: auto
}

#content{
  padding: 5px;
  margin-right: 240px;
}


#navigation{
	display: block;
	padding: 2px;
	margin: 0;
	list-style-type: none;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer{
  text-align: center;
  font-size: 0.9em;
  color: #FFFFFF;
}

/*
########################## Header ##############################################
*/
#header .text{
	color: #000000;
	text-transform: uppercase;
	margin: 7px;
	display: block;
	float: left;
	text-align: left;
	padding: 5px;
	font-family: 'Arial', sans-serif;
	font-size: 34px;
	font-style: normal;
	line-height: 0.7em;
	font-weight: bold;
	font-variant: normal;
}
#header .img{
  padding: 5px;
  border: 1px solid #CC4602;
  margin: 7px;
}

/*
########################## Navigation ##########################################
*/
#navigation li{
  display: inline;
  margin: 0 3px;
  padding: 0 9px 0 3px;
  border-right: 1px #E34E02 solid;
  color: #FFF;
}
#navigation li a{
  color: #FFF;
  text-decoration: none;  
}
#navigation li a:hover{
  text-decoration: underline;
}
#navigation li a.active{
  border-bottom: 1px dotted #FFF;
}

/*
########################## Text-formats ########################################
*/
h1{
  color: #000;
  font: normal bold 1.3em "Arial", serif;
  margin: 5px;
  border-bottom: 1px #EFEFEF solid;
}

h2{
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.h2blue{
	color: #333399;
}

h3{
  color: #FFFFFF;
  font: italic 1.1em "Tahoma", sans-serif;
  text-align: left;
  padding: 3px 7em;
  background: #000000;
  margin: 0;
}
#content p{
  margin: 10px;
  padding: 3px;
  border-bottom: 1px #F8F8F8 solid;
} 
#sidebar p{
  padding: 5px;
}
#header a{
	color: #000000;
}
a{
  color: #3333FF;
  text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #3366FF;
}
#footer a{
  color: #FFFFFF;
}
#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}

label{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
	color: #FFFFFF;
	border: 1px solid #781351;
	background-color: #9A3704;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}
