html, body, ul, li, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	margin: 0;
	list-style: none;
	color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 0px;
	font-size: 12px;
}

h1 img {
	display: block;
}

img {
	border: 0;
	padding-top: 10px;
}

a {
	color: #666666;
	font-weight: bold;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.left {
	float: left;
	position: relative;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}

body {
	background: white;
	text-align: center;
	color: #666666;
	padding-bottom: 60px;
	font-family: arial, sans-serif;
	font-size: 13px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
	position: relative;
}

#body-left {
	padding-top: 20px;
}

#body-right {
	width: 514px;
	position: absolute;
	top: 5px;
	left: 400px;
}

#menu {
	background-image:url(images/menu.gif);
	margin-top: 5px;
	height:225px;
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#menu li{
}

#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	line-height: 41px;
}

#menu a:hover{
	color:#339900;
}

#h-color {
	margin-top: 18px;
}


#h-age {
	margin-top: 20px;
	padding-left: 10px;
}

#h-welcome {
	margin-top: 18px;
	float: left;
}

#age {
	background: url(images/box_bg.gif) no-repeat;
	padding: 30px 20px 30px 30px;
}

#age-outer {
	width: 374px;
}

#age p{
position:relative;
}

#age .left {
	margin-right: 15px;
}

#age .more {
	padding-right: 10px;
}

#age p {
	margin-top: 0;
	margin-bottom: 0em;
}

#welcome-more {
	margin-top: 20px;
}

#copyright {
	text-align: center;
	background: #E8E8E8;
	font-size: 11px;
	padding: 4px;
	margin-top: 30px;
}

