body {
	text-align: center;
	width: 100%;
}

#container {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background: url('header.png') no-repeat;
	width: 720px;
	height: 170px;
}

#header2 {
	background: url('header2.png') no-repeat;
	width: 720px;
	height: 190px;
	font: 2.1em Arial;
	color: black;
	font-weight: none;
}

#menu {
	padding-top: 135px;
}
#menu a {
	vertical-align: 50%;
	text-decoration: none;
	color: #000000;
	font: 1.2em Arial;
}
#menu a:hover{
	text-decoration:underline;
	color: #666666;	
}
#subtitle {
	padding-top: 40px;
}

#body {
	background: url('body.png') repeat-y;
	width: 720px;
	text-align: left;
}

#content {
	padding-left: 25px;
	padding-right: 25px;
}

#footer {
	background: url('footer.png') no-repeat;
	width: 720px;
	height: 30px;
}

.separator {
	width: 11px;
	height: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
