body {
	background: url(images/background.png) #e7e3d7;
	font-size: 10px;
	font-family: "Verdana", sans-serif;
	margin: 0px;
}

#container {
	position: absolute;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	background: url(images/bgtile.png);
}

#header {
	width: 770px;
	height: 83px;
	background: url(images/header.png);
}

#footer1 {
	width: 770px;
	height: 90px;
	background: url(images/footer1.png);
}

#footer1 #about {
	padding-top: 24px;
	margin-left: 470px;
	width: 150px;
}

#footer1 #about h1 {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	margin: 0px;
}

#footer1 #about p {
	font-family: "Arial", sans-serif;
	font-size: 9px;
	margin: 0px;
}

#footer2 {
	width: 770px;
	height: 85px;
	background: url(images/footer2.png);
}

#footer2 p {
	margin: 0px;
	text-align: right;
	color: #fff;
	font-size: 9px;
	padding-right: 25px;
	padding-top: 12px;
}

#footer2 a {
	color: #fff;
	text-decoration: none;
}

#footer2 a:hover {
	text-decoration: underline;
}

#content {
	width: 770px;
	background: url(images/bgtext.png) no-repeat;
}


#content #text {
	position: relative; 
	left: 338px;
	margin-top: -185px;
	width: 390px;
	padding-bottom: 60px;
	text-align: justify;
}

#content #text p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content #text a {
	color: #252c4f;
	font-weight: bold;
	text-decoration: none;
}

#content #title {
	position: relative;
	padding-left: 35px;
	padding-top: 10px;
	font-size: 3.6em;
}

#content #menu {
	position: relative;
	margin-left: 40px;
	margin-top: 50px;
	padding: 2px 20px;
}

#content #menu ul {
	background: url(images/bgmenu.png) repeat-y;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	list-style-type: none;
}

#content #menu li {
	margin: 0px;
	padding: 0px;
}

#content #menu a {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 24px;
}

#content #menu a:hover {
	color: #007ac3;
}

#content #menu .menu {
	font-size: 14px;
}

#content #menu .submenu {
	font-size: 11px;
	margin-left: 16px;
}