
body {
	background: #CCCCCC; 
	font: 0.8em Verdana, sans-serif; 
	color: #333;
	}
a {
	color: #f60;
	text-decoration: none;
	}
h3 {font-variant: small-caps;}
img {border: 0px;}
p {text-indent: 1.5em;}

/*canvas definition*/
#main {
	width: 760px; 
	margin: auto;
}

/*top banner*/
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #333333;
	background-image:url(name.jpg);
	}

/*Navigation bar */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 90%;
	}
ul.menu li {
	display: inline;
	margin: 0;
	}
ul.menu, ul.menu li a {
	padding: 2px 10px 5px;
	}
ul.menu li a {
	font-size: 12px;;
	color: #000;
	margin: 0;
	}
ul.menu li a:hover {
	background: #cef85b;
	color: #000;
	text-decoration: none;
	}
ul.menu li.current_nav_item a, ul.menu li.current_nav_item a:hover {
	color: #333;
	background: #cef85b;
	text-decoration: none;
	}

/*Center Content*/
#content {
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	}

/*Footer definition*/
#footer {
	height: 17px; 
	text-align: center; 
	padding-left: 10px;
	background-color: #CEF85B; 
	color: #000; 
	clear: both;
	}

/*push images to right*/
#imgright{
	float: right;
	padding-left: 20px;
	}
	
/*center the email address image*/
#center{
	margin: 10px 110px 20px;
	position: relative;
	}
