
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img1.jpg) repeat-x;
	font-family: arial;
	font-size: 13px;
	color: #000000;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	color: #300000;
}

p, ul, ol {
	margin-top: 0;
	padding-top: 0;
	line-height: 130%;
}

ul, ol {
	color: #000000;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	list-style-position: outside;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #300000;
}

a:hover {
	text-decoration: underline;
	color: #A40000;
}

/* Header */

#header {
	height: 157px;
	margin-bottom: 10px;
	padding-top: 0px;
	
}

#header * {
   	text-align: center;
	text-decoration: none;
	color: #FFFF8A;
}

#header h1 {
	letter-spacing: 0px;
	font-size: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h2 {
	letter-spacing: 4px;
	font-size: 13px;
	font-style: normal;
}
#headerad {
	text-align: center;
	height: 90px;
	margin-bottom: 40px;
	padding-top: 5px;
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
}

#clearboth {
	width: 600px;
	height: 2px;
	margin: 0 auto;
	clear: both;
}

#colOne {
	float: left;
	width: 247px;
}
#colOne h3 {
	color: #FFFF8A;
	font-size: 18px;
	background-color: #300000
}

#colTwo {
	float: right;
	width: 653px;
}
#colTwo h2 {
	font-size: 20px;
}
#colTwo a:link, 
#colTwo a:visited,
#colTwo a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: #ffffff;
	border-top: thin solid #FFFF8A;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	line-height: 100%;
}
#bottomad {
	clear: both;
	padding: 10px;
	text-align: center;
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 0;
}

.boxed .content {
	padding: 20px;
	background: url(images/img3.gif) repeat-x;
}

.boxed .image {
	float: left;
	margin: 5px 20px 0 0;
}
.boxed .image2 {
	float: right;
	margin: 5px 0px 0 15px;
}