body {
	/*background-image: url(images/background.jpg);*/
	background-color: black;
	background-repeat: repeat;
	font-family: Arial, Calibri, sans-serif;
	color: gray;
	margin: 0px;
	padding: 0px;
}
p {	text-align: justify;}
h1, h2 {color: white;}
a, a:visited {color: gray;
	text-decoration: none;}
a:hover {text-decoration: underline; color: white;}
#container2 {
	width: 900px;
	margin: 0px auto;
}
#header-index {
	width: 900px;
	margin-top: 200px}

#head {width: 900px;}

#name {width: 450px; float: left;}

#nav {width: 450px; float: left;
	margin-bottom: 10px;
	font-weight: bold;}

#nav ul {list-style: none;}

#nav li {
	float: right; 
	margin-left: 20px;
	width: 90px;
	height: 55px;
	text-align: center;
	}

#nav a {text-decoration: none;
	color: black;}
#nav a:hover {text-decoration: underline;}

.green {background-color: #33CC33;
	padding-top: 35px;
	}
.orange {background-color: #FF6600;
	padding-top: 35px;}
.yellow {background-color: #FFE303;
	padding-top: 35px;}

#content2 {
	width: 900px;
	margin: 20px auto;
	}
#footer {
	width: 900px;
	margin: 20px auto 10px auto;
	border-top: thin solid white;
	}
#footer ul {
	list-style: none;
	display: block;}
#footer li {
	display: inline;
	float: left;
	margin-right: 10px;}

#footer a, a:visited {
	color: gray; 
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#content_left {
	width:440px;
	float: left;
}
#content_right {
	width: 440px;
	float: right;}
