body {
	background:url(images/grass.jpg);
	color:#3e3a3a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 700px;
}

a{
	font-size:12px;
}

p{
	margin: 15px 0px;
	color: #333333;
	text-align: left;
}

/********************** Header ***************************/

#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/newnewheader.jpg);
	width:700px;
	height:340px;
	position:relative;
}

#header ul{
	background-color: #464646;
	width:694px;
	border: 3px solid #333333;
	display:block;
	top:340px;
	position:relative;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}

#header li{
	display:inline;	
}

#header ul a{
	text-decoration:none;
	color:#a7a7a7;
	margin: 0px 15px;
	font-weight:bold;
}

#header ul a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

/********************** Content ***************************/

#content {
	background-color:#8b8a8a;
	width:694px;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
}

img{
	border-width:0px;
}

h1{
	color:#333333;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#333333;
	font-size:16px;
	text-align:left;
	width:200px;
	margin: 10px 0px 15px 0px;
}

#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

#left a{
	color:#333333;
}

#left a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#photos a{
	margin-right:28px;
	border-top:3px solid #333333;
	border-bottom:3px solid #333333;
	border-left:3px solid #333333;
	border-right:3px solid #333333;
}

#right {
	float:right;
	width:184px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
}

#right a{
	color:#333333;
	text-align:justify;
	font-weight:bold;
}

#right a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	text-align: center;
	font-weight:bold;
}

/********************** Footer ***************************/

#footerline {
clear:both;
background-color:#8b8a8a;
font-size:1px;
height:1px;
}

#footer {
	width:694px;
	text-align:center;
	padding: 6px 0px;
	background-color:#464646;
	text-decoration:none;
	color:#a7a7a7;
	border: 3px solid #333333;
	font-size:12px;
}

#footer a{
	color:#a7a7a7
}

.editable {
}

