/* CSS Document */

body {
margin: 0;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
color: #000000;
background: #ba3523 url(images/body_deg2.gif) repeat-x
}

#wrap {
background: #000000;
border:  none;
margin: 0 auto;
width: 790px;
}

#header {
  width: 770px;
  margin-left:10px;
  margin-right:10px;
  background-color: #000000;
}
#maincontainer {
	width: 770px;
	margin-left:0px;
	margin-right:10px;
	color: #000000;
	background-color:#FFFFFF;
	float: left;
	line-height: 1.6em;
	text-align: left;
	position:relative; 
	z-index:0;
}
#nav {
  width: 400px;
  float: left;
  background-color:#FFFFFF;
	position:relative; 
	z-index:0;
	}
#main {
  float: right;
  width: 370px;
  background-color:#FFFFFF;
	position:relative; 
	z-index:0;
	}


#navsmall {
  width: 300px;
  float: left;
  background-color:#FFFFFF;
   	position:relative; 
	z-index:0;
}
#mainwide {
  float: right;
  width: 470px;
  background-color:#FFFFFF;
   	position:relative; 
	z-index:0;
}

#mainall {
 float: right;
 width: 770px;
 background-color:#FFFFFF;
  	position:relative; 
	z-index:0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #ba3523;
}

a:hover {
text-decoration: underline;
color: #425695;
}

#footer {
clear: both;
margin: 0 auto;
padding: 0px 0em 0px 0em;
width: 770px;
text-align: center;
color: #808080;
font-size: 0.9em;
height:70px;
background: #000000;
border: none;}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style10 {color: #FFFFFF}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.subjectheader {color: #000000; font-size: large; }
.homeitalic {color: #000000; font-weight: bold; font-style:italic;}
.style18 {color: #FFFFFF; font-size: large; }
.style21 {
	font-size: x-small;
	font-style: italic;
}
.style20 {
	font-size: medium;
	font-weight: bold;
}
.style21 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.smallf {font-size: x-small}
.items {font-size: large}
.quotes {font-size: x-small}
.style32 {font-size: 14px; font-weight:bold;}
.hometitle {color: #FFFFFF; font-size: 14px; font-weight: bold; }
.photo {
padding:2px;
margin:0 8px 4px 0;
}

/* form elements */
form {
	margin:5px; 
	padding: 5px;
	border: 1px solid #000000; 
	background-color: #FFE1AD; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0px; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #303030;	
}

#imageContainer {
	position:relative;
	margin:auto;
	width:300px;
	height:418px;
	border:1px solid #000;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}