body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px; /* top */
	background-color: #336600;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 100px;  /*  offset from left margin */
	text-align: left;
	width: 1100px;
}
#main {
	width: 1100px;
	background-image:url(images/maclaren.jpg);
	
}
/******************** header ********************/
#header {
	width:870px;
	height:341px;
	margin-left:115px;  /*  offset from left edge */
	background-color: #336600;
	display:block;
}
#nav {
	width:865px;
	height:22px;
	margin-left:115px;  /*  offset from left edge */

	background-color:#339900;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#ffffff;
	width:119px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:119px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#339900;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#000000;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:870px;
	margin-left:115px;  /*  offset from left edge */
	background-color:#66ff00;
}
#left {
	float:left;
	width:510px;     /*   index age with news box to right  */
	display:inline;
	margin: 20px 0px 30px 20px;

}
#left2 {      /*   wider page for content pages  */
	float:left;
	width:870px;
	display:inline;
	/*  margin: 20px 0px 30px 20px; */
		margin: 20px 0px 30px 0px;

}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #ff0000;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #006600
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #006600;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
/***** news ****/
#right {
	float:right;
	width:260px;          /*  width of news box at top right */
	background-color:#339900;/*  color of news box at top right */
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #ffffff;
}
.post {
	margin-top:20px;
}
#post a{
	color:#ff0000;    /*  post content links*/
	font-weight:900;
	text-decoration:none;
}

.post a:hover {
	text-decoration:underline;
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:920px;
	text-align:center;
	color:#ff0000;  /*  footer default*/
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#ffffff;    /*  footer links*/
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	text-align:center;
	font-weight:500;
	display:block;
	clear:both;
	color:#ffffff;    /* copyright text */
	margin: 10px 0px;
}
.clear{
	clear:both;
}


