/* CSS Document */

body{
	background-color: #2E2423;
	font-family: Cambria;
	margin: 10px;
	padding: 5px;
	list-style-type: square;
	font-size: 16px;
	line-height: 12px;
	list-style-image: none;
	text-align: centre;
}

#wrapper{
	width: 50em;
	height: ;
	background-color:#ffffff;
	padding: 15px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	left: 0%;
	text-align: centre;
	border-bottom: 5px solid #000000;
}

#banner{
height: 110px;
background-image: url(../images/banner.jpg);
background-repeat:no-repeat;
border-bottom: 5px solid #000000;
}

#nav{
	padding: 5px 0px 0px;
	text-align: left;
	height: 20px;
	background-color: #FFFFFF;
	width: 100%;
}

#nav ul{
	padding: 0;
	margin: 0;
}

#nav ul li{
	padding: 0;
	margin: 0;
	display: inline;
}

#nav ul li a{
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	text-align: left;
	width: 9em;
	padding: 0 25px 0 25px;
	border-right: 1px solid #333333;
}

#nav ul li a:hover, #nav ul li a:focus{
	background-color: #000000;
	color: #FFFFFF;
}

#content p{
	font-size: 12px;
	text-align: left;
	line-height: normal;
	color: #50483A;
	margin: 0;
	padding-left: 10px;
	padding-right: 0px;
	font-family: Cambria;
	font-style: normal;
	font-weight: normal;
	overflow: hidden;
	padding-bottom: 0px;
}

#content p a{
	font-size: 14px;
	color: #333333;
	font-family: Cambria;
	text-decoration: none;
	text-align: left;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}

#content p a:hover, #content p a:focus{
	color: #333333;
	text-decoration: underline;
	font-family: Cambria;
	line-height: 14px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}


#content h1{
	font-size: 140%;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-family: Cambria;
	letter-spacing: normal;
	text-align: left;
	border-bottom: thin none #333333;
	margin: 0;
	padding: 10px;
	line-height: normal;
}

#content h2{
	font-size: 14px;
	font-family: Cambria;
	color: #333333;
	padding-left: 10px;
	text-align: left;
	border: thin none #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
}

#content h3{
	font-size: 90%;
	color: #333333;
	padding-left: 10px;
	text-align: left;
	border: thin none #000000;
	margin: 0;
	line-height: normal;
}

#content h4{
	font-size: 100%;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-family: Cambria;
	letter-spacing: normal;
	text-align: left;
	border-bottom: thin none #333333;
	margin: 0;
	padding: 15px;
	line-height: normal;
}

#content h5{
	font-size: 14px;
	color: #2E2423;
	font-style: normal;
	font-weight: bold;
	font-family: Cambria;
	letter-spacing: normal;
	text-align: left;
	margin: 0;
	padding: 0px;
	line-height: 16px;  
}  
  
#footer{
	text-align: left;
	line-height: normal;
	margin-right: auto;
	background-color: #CCCCCC;
	width: 50em;
	margin-left: auto;
	background-image: url(../images/silver_gradiant.jpg);
}
