/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background: #fff;
	}

html {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #333;
	font-family: verdana, geneva, sans-serif;
	line-height: 1.6em;
	font-size: 12px;
	}
		
/* ------------------------------[ main page elements ]--- */
#container {
	text-align: left;
	background: none;
	color: #000;
	border: 1px solid #000;
	}
#header {
	margin-left: 0px;
	}
#home #header {
	margin-left: 35px;
	}
	
#content {
	color: #333;
	background: url(../images/bg-about.jpg) no-repeat right top;
	}
#content p {
	margin: 8px 120px 10px 220px;
	}

#footer {
	font-size: 85%;
	color: #555;
	text-align: right;
	padding-right: 35px;
	}

/* ------------------------------[ page backgrounds ]--- */

#home #content {
	background: #006600 url(../images/bg-home.jpg) no-repeat right top;
	color: #fff;
	}
#education #content {
	background: url(../images/bg-education.jpg) no-repeat right top;
	}
/* ------------------------------[ navigation ]--- */
.menu {
	float: left;
	width: 200px;
	font-size: 110%;
	text-align: left;
	list-style: none outside;
	padding: 0;
	margin: 0;
	}
.menu li {
	display: inline;
	line-height: 14px;
	padding: 0;
	margin: 0;
	}
.menu li a {
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	padding: 8px 12px 4px 0;
	margin-left: 38px;
	background: transparent;
	color: #006600;
	font-weight: normal;
	}
.menu li.here a, .menu li.here a:hover {
	text-decoration: underline;
	}
.menu li a:hover {
	color: #006600;
	text-decoration: underline;
	}
	
#home .menu {
	float: left;
	width: 200px;
	font-size: 110%;
	text-align: left;
	list-style: none outside;
	padding: 0;
	margin: 0;
	}
#home .menu li {
	display: inline;
	line-height: 14px;
	padding: 0;
	margin: 0;
	}
#home .menu li a {
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	padding: 8px 12px 4px 0;
	margin-left: 38px;
	background: transparent;
	color: #fff;
	font-weight: normal;
	}
#home .menu li.here a, #home .menu li.here a:hover {
	text-decoration: underline;
	}
#home .menu li a:hover {
	color: #fff;
	text-decoration: underline;
	}
