

* {
	margin: 0;
	padding: 0;
}

body {
background:#ffffcc;
margin:0;
color:#333333;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}


h1, h2, h3 {
	margin-bottom: 15px;
	margin-left: 15px;
	font-weight: bold;
	font-style: italic;
	color: #940f04;
}

h1 {
	font-size: 197%;
	font-weight: bold;

}

h2 {
	font-size: 170%;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
}

p, ul, ol {
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 0px;
	line-height: 1.6em;
	text-align: justify;
}





a:link, a:visited {
	color: #0C3561;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: none;
	color: #FF6700;
	font-weight: bold;
}


img {
	border: none;
	padding-left: 20px;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 15px 30px 0 20px;
	padding-left: 20px;
}

/* Menu */

#menu {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	float: none;
	position: relative;
	font-family: helvetica, impact, sans-serif;
	font-size: small;
}

#column {
	width: 600px;
}

#menu ul {
	margin: 0;
	padding-left: 8px;
	list-style: none;
}

#menu li {
float: left;
	display: inline;
	padding: 0 24px 0 0;
	height: 35px;
}

#menu a {
	display: block;
	padding: 8px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #940f04;
}
#menu a:hover {
	font-weight: bold;
	color: #000000;
}


/* Header */

#header {
	width: 800px;
	height: 274px;
	margin: 0 auto;
	background: url(/images/header.jpg) no-repeat center center;
}

/* Logo */


#logo h1 {
	padding-top: 90px;
	letter-spacing: 8px;
	font-size: 197%;
	color: #940f04;
}

#logo h2 {
	letter-spacing: 2px;
	font-size: 85%;
	color: #940f04;
}

#banner {
	width: 480px;
	left: 130px;
	top: 125px;
	margin: 0 auto; /* to center */
	position: relative; /* so you can use a left co-ordinate */
	border: none; 
	font-weight: normal;
	font-size: larger;
	color: #FFFFFF;
	text-align: left;
}

#content {
	clear: both;
	width: 800px;
	margin: 0 auto; /* to center */
	padding: 5px 0;
	border-top: 2px solid #CC6600;
	color: #940f04;
	text-align: left;
}

#footer {
	clear: both;
	height: 20px;
	width: 800px;
	margin: 0 auto; /* to center */
	padding: 15px 0;
	background: #CC6600;
	border-top: 5px solid #ff8001;
	text-align: center;
}

#adsense {
	width: 160px;
	left: 0px;
	margin-left: 15px;
	top: 0px;
	float: right;
	position: relative; /* so you can use a left co-ordinate */
	border: none; 
	text-align: left;
}

#centered {
	position: relative;
	top: 50px;
	width: 410px;
	margin: 0 auto 0 auto;
}
