body{
background:#4c772f;
font-family: Arial,Verdana,Helvetica,sans-serif;
color: #2A4288;
font-size: 12px;
background-image: url(../files/img/film.jpg);
background-position: center top;
background-repeat: repeat-x;
margin: 0;
padding: 0;
text-align: center;
}

#container {
background:#FFFFFF;
display: table;
width: 798px;
margin: 20px auto;

border-color : #E0E0E0;
border-style : solid;
border-width : 1px;
}


h1 {
margin: 0px 0px 0px 0px;
font-family: Helvetica;
font-size: 18px;
color: #D50004;
letter-spacing: 2px;
padding-bottom: 3px;
}

/******************************
   Header + Navigation Menu
******************************/
#header {
 width: 575px;
 height: 28px;
 float:left;
 padding: 0px 0px 0px 0px;
}

#menu-h a {
color : #666666;
padding:1px 2px;
font-size : 12px;
text-decoration : none;
border-left:#C9C9C9 2px solid;
font-weight : bold;
padding: 0px 20px 0px 13px;
}
#menu-h a:link {
color : #666666;
padding:1px 2px;
font-size : 12px;
text-decoration : none;
border-left:#C9C9C9 2px solid;
padding: 0px 20px 0px 13px;
}
#menu-h a:visited {
color : #666666;
padding:1px 2px;
font-size : 12px;
text-decoration : none;
border-left:#C9C9C9 2px solid;
padding: 0px 20px 0px 13px;
}
#menu-h a:hover {
color : #D50004;
font-size : 12px;
text-decoration : none;
padding:1px 2px;
border-left:#D50004 5px solid;
padding: 0px 20px 0px 10px;
}



a:link, a:visited, a:active
{ background-color: inherit; color:#245900; text-decoration: none; }

a:hover
{ background-color: inherit; text-decoration: none; color:#245900; }



/******************************
	News Updates Column
******************************/

#newsupdate {
	width: 240px;
	float: left;
}

.newstitle {
	margin-top: 8px;
	width: 233px;
	text-align: left;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #80aa11;
	float: left;
}

.newstitle span {
	color: #666666;
}

#newsupdate p {
	margin: 0;
	padding-left: 3px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #505050;
}

.date {
	width: 240px;
	float: left;
	margin-top: 7px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6A6A;
}

/******************************
	Welcome Message IMG+TEXT
******************************/
.rightcontainer {
	width: 798px;
	float: right;
}

#welcome {
	width: 798px;
	height: 165px;
	padding: 0px 0px 0px 0px;
}

/******************************
	  Webpage Contents
******************************/

#content {
margin-top: 10px;
padding-left: 10px;
padding-right: 20px;
width: 750px;
float: right;
text-align : justify;
color: #333333;

}

#content h3 {
text-align: left;
font-family: "Trebuchet MS", Helvetica, sans-serif;
float:left;
margin: 0;
font-size : 24px;
letter-spacing : 4px;
color: #6A6A6A;
}

#content p {
margin: 0;
padding: 0;
text-align : justify;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height : 22px;
}

/******************************
 images in content if you want - align left or right;
 
ex: <img src="blah.jpg" class="left" />
******************************/
#content .left {
	float: left;
}

#content .right {
	float: right;
}

/******************************
	Footer
******************************/

#footer {
	float: left;
	margin-top: 10px;
	padding-top: 3px;
	width: 798px;
	border-top: 1px #a4a4a4 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#footer a {
	color: #245900;
}

#footer a:active, a:visited {
	color: #245900;
}

#footer a:hover {
	color: #245900;
}
