@charset "utf-8";
* html, body {
	width: 100%;
	height: 100%;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	height: 100%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#banner a {
	margin: 0px;
	padding: 0px;
}
#main {
	background-image: url(../images/aceface_02.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 780px;
	background-color: #FFFFFF;
}
#pillar {
	float: right;
	height: 545px;
	width: 1px;
}

#right_nav {
	float: right;
	width: 220px;
	margin-top: 100px;
	margin-right: 30px;
}
#right_nav li a {
	color: #50ae71;
	text-decoration:none;
	background-image: url(../images/roundel.jpg);
	background-repeat: no-repeat;
	height: 42px;
	padding-left: 47px;
	line-height: 15px;
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
}
#right_nav li {
	line-height: 3em;
	vertical-align: middle;
	list-style-type: none;
}
#left_text {
	width: 220px;
	margin-top: 100px;
	margin-left: 30px;
	float: left;
	color: #2f4753;
}
#main_text {
	margin-left: 30px;
	padding-top: 40px;
	width: 720px;
}
#strider {
	font-family: Calibri, "Gill-Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
#strider a {
	color: #999999;
	text-decoration: none;
}
.cleaner {
	clear: both;
}
