body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-align: center;
	background-color: #787878;
	background-image: url(jpg/bg1.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#container {
	margin: 0 auto;
	text-align: left;
	top: 0; 
	left: 0; 
	width: 800px; 
}

#masthead {
	width: 800px;
	height: 150px;
	overflow: hidden;

	background-repeat: repeat-x;
	background-position: 0 0;
}
#masthead h1 {
	margin-left:20px;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}
#masthead h2 {
	margin:-10px 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFCC99;
	}

#mainbody {
	border-width: 5px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #000000;
	border-collapse: separate;
	width: 750px;
	background:#ffffff;
	background-image: url(jpg/pgbg1.jpg);
	clear:both;
	margin-top: 50px;
	padding: 20px;
	text-align:left;
}


div#mainbody h2 {
margin: 0px;
}

.left-photo {
    float: left; 
	border-spacing: 1px;
	border-style: solid;
	border-color: #000;
	margin:5px 10px 0 0;
}

.right-photo {
    float: right; 
	border-spacing: 1px;
	border-style: solid;
	border-color: #000;
	margin:5px 0 0 10px;
}

.center-photo {
	border: 2px solid #000000;
	display:block;
	margin-left:auto;
	margin-right:auto; 
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #646464;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #646464;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #646464;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #646464;
}

p {
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

a:link, a:visited {
	color: #0000ff;	
	text-decoration:none;
}

a:hover, a:active {
	color: #ff0000; 
	text-decoration:none;
}

#footer {
	width: 800px;
	height: 62px;
	padding-top:10px;
	clear: both;
	background-image: url(jpg/footer1.jpg);
	background-repeat: no-repeat;
}

#footer p {
	color:#ffffff;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;

}

#footer a:hover {
	color: #0000ff;
	text-decoration: none;
}

#navbar {
	margin: 0;
	padding: 0;
	width:800px;
	clear:both;
}

#navbar ul{
	background: url(gif/bg.gif) bottom center repeat-x;
	padding-left: 0;
	margin: 0;
	float: right;
	font-weight: bold;
}
* html #navbar ul{
	margin-bottom: 1em;
}

#navbar ul li{
	display: inline;
}

#navbar ul li a, #navbar ul li span{
	float: left;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 13px 8px 6px;
	text-decoration: none;
	border: none;
	background-image: url(gif/middle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navbar ul li span{
	padding-left: 0px;
}

#navbar ul li a#leftcorner{
	float: none;
	padding-left: 10px;
	padding-right: 0px;
	background-image: url(gif/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navbar ul li a#rightcorner{
	padding-right: 10px;
	background-image: url(gif/right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navbar ul li a:hover{
	color: #ff0000;
	text-decoration: none;
	border: none;
}

.clear {
    overflow: hidden;
    width: 100%;
}

