@charset "UTF-8";
body {
	background-image: url(images/PhotoGray_browser_bg-2.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}
#container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/PhotoGray_bg_c-1.jpg);
	background-repeat: repeat;
	height: 810px;
}
#menu {
	background-image: url(images/PhotoGray_canvas.jpg);
	float: left;
	height: 35px;
	width: 700px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu ul {
	text-decoration: none;
	height: 35px;
	padding-right: 0px;
	padding-left: 90px;
	width: 600px;
	margin-left: 100px;
	line-height: 0.2em;
}
#menu ul li {
	color: #CCCCCC;
	height: 35px;
	display: inline;
	line-height: 0.1em;
	padding-right: 15px;
	padding-left: 15px;
}
#menu ul li a {
	font-family: Futura, "Futura Condensed", "Eras Light";
	font-weight: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	height: 35px;
}
#menu  ul  li  a:hover {
	color: #FF0000;
}
#main {
	float: left;
	width: 600px;
	margin-top: 10px;
	padding: 20px;
	background-color: #FFFFFF;
	margin-left: 26px;
	border: 1px solid #CCCCCC;
	background-image: url(images/Corporate-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#centermain {
	float: left;
	width: 600px;
	margin-top: 145px;
}
#centermain p {
	font-family: Futura, "Futura Condensed", "Eras Light";
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}
#leftmain {
	width: 160px;
	float: left;
	margin-top: 140px;
}
#leftmain h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #77C05C;
	margin-bottom: 1em;
	text-transform: capitalize;
}
#leftmain p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 15px;
}
#leftmain  p  a, a:visited {
	color: #333333;
	text-decoration: none;
}
#leftmain p a:hover {
	color: #FF0000;
	text-decoration: none;
}
#rightmain {
	width: 430px;
	margin-left: 10px;
	float: left;
	margin-top: 140px;
	overflow: auto;
}
#footer {
	height: 10px;
	width: 700px;
	line-height: 1.5em;
	float: left;
}
#footer p {
	font-family: Futura, "Futura Condensed", "Eras Light";
	font-size: 10px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 2px;
}
#footer p a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p a:hover {
	color: #FF0000;
}
