* {
	padding: 5;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #0C6;
	border-right-color: #0C6;
	border-bottom-color: #0C6;
	border-left-color: #0C6;
} 

body {
background: #eee;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
	text-decoration: none;
	color: #0F0;
}
a:hover {
	text-decoration: underline;
	color: #0F0;
}

#wrap {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

#header {
	height: 40px;
	background-color: #eee;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}
#header h1 a {
	text-decoration: none;
	color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header h1 a:hover {
	text-decoration: none;
	color: #960;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header h2 {
	color: #960;
	font-size: 20px;
	font-weight: 100;
	padding: 0 0 0 31px;
}

#menu {
	height: 180px;
	background: #eee url(images/menu.png) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
	color: #022A02;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
	color: #87CF87;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content {
	padding: 20px;
	background-color: #eee;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}

.main {
	border-top: 1px solid #aaa;
	padding: 10px;
	background-color: #063;
}
.main h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #CF3;
}
.main h2 a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.left h2 a:hover {
	color: #CF3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#bottom {
	background: #eee url(images/bottom.png) no-repeat;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
#wrap #content #facebook {
	padding: 20px;
	float: right;
	width: 200px;
}
