<Style type="text/css">

/* To reseet browser-specific settings */

* {
	margin: 0;
	padding: 0px;
	border: 0 solid;
}

/* Basic elements */

body {
	color: #000;
	background: #fff;
	font: 13px "Arial", san-serif;
	text-align: center; /* This is asking IE to center the container */
}

/* Basic divs centering the layout */

#container {
	width: 750px;
	margin: 0 auto; /* To center the box */
}

#main {
	position: relative;
	width: 100%;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	background: #fff;
}

/*The Site Structure*/

#innercontainer {
	float: left;
	width: 100%;
	border: 0px solid #bda400;
	margin: 0px;
	color: #000;
	background: #fff;
	padding: 0px;
	z-index: 1; 
}


#header {
	float: left;
	width: 100%;
	height: 200 px;
	font: 24px "Georgia", serif;
	color: #cc6600;
	padding: 0px 0px 20px 0px;
	margin-top: 0px;
	text-align: right;
	font-weight: bold;
}

#left {
	float: left;
	width: 25%;
	margin: 2 0 2 2px;
	color: #cc6600;
	font-weight: bold;
	font-size: 24px;
	background-color: transparent;
	padding: 10 10 5 5px;
}

#left a {
	text-decoration: underline;
	color: #cc6600;
}

#left a:link {
	text-decoration: none;
	color: #cc6600;
	background: #fff;
}

#left a:visited {
	text-decoration: none;
	color: #cc6600;
	background: #fff;
}

#left a:hover {
	text-decoration: none;
	color: #fff;
	background: #cc6600;
}

#left a:active {
	text-decoration: none;
	color: #cc6600;
	background: #fff;
}


#left ul {
	font: 100% "Georgia", serif;
	color: #6b1000;
	line-height: 20px;
}

#left li {
	font: 100% "Georgia", serif;
	color: #6b1000;
	line-height: 20px;
}

#ad {
	font: 10px "Arial", san-serif;
	color: #cc6600;
}

#ad a:link {
	text-decoration: underline;
}

#ad a:hover {
	text-decoration: none;
	color: #fff;
	background: #cc6600;
}

#ad a:visited {
	text-decoration: underline;
}


}

#right {
	float: left;
	width: 70%;
	margin: 2 2 2 0px;
	color: #000;
	background: #fff;
	padding: 10px;
	z-index: 1;
}

/*The next line removes the border around image links*/
img {border-width: 0;}

#footer {
	float: left;
	width: 100%;
	font-size: 8px;
	background: #cc6600;
	color: #fff;
	padding: 0px;
	margin-top: 15px;
	text-align: right;
}

#footer a {
	color: #fff;
	padding: 0 5 0 5px;
	border-right: 1px solid #fff;
}

#footer a:link {
	color: #bda400;
	background: #6b1000;
}

#footer a:hover {
	text-decoration: none;
	color: #6b1000;
	background: #bda400;
}

#footer a:active {
	text-decoration: none;
	color: #fff;
	background: #129;
	border-left: 1px solid #129;
}

.firstwords {
	font: 13px "Arial", san-serif;
	color: #cc6600;
	font-weight: bold;
}

</Style>
