body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	background-color: #1E1E1E;
}


h1 {
	font-weight: bold;
	font-size: 29px;
	color:#FFF;
	margin-top: 0px;
	margin-left: 30px;
	padding-top: 40px;
	margin-bottom: 0px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	color:#32B6C2;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h5 {
	font-weight: bold;
	font-size: 17px;
	color:#FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}

.menu {
	padding: 0px;
	margin: 0px;
}
.menu li{
	list-style: none;
	height: 30px;
	display: block;
	padding-left: 40px;
	padding-top: 5px;
	width: 150px;
	text-decoration: none;
	background-image: url(images/button.jpg);
}

.menu a {
	color: #595959;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #000;
}
.box {
	width: 222px;
	margin-left: 20px;
	margin-top: 10px;
	background: url(images/box.jpg) no-repeat;
}
.box a    {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
}
.box2 {
	width: 222px;
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.box2 a    {
	font-size: 9px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.box_header {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 30px;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	color:#49C7D1;
}
.box ul {
	text-decoration: none;
}
.box li    {
	display: block;
	text-decoration: none;
	line-height: 20px;
	text-align: left;
}
.box a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
}

#container {
	margin: auto;
	width: 825px;
}
#header {
	width: 825px;
	height: 229px;
}
#content {
	margin: auto;
	float: left;
	width: 825px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #595959;
}
#left {
	float: left;
	width: 546px;
	padding-left: 15px;
	padding-right: 15px;
	color:#FFFFFF;
	text-align: justify;
	font-size: 12px;
}
#left a   {
	color: #49C7D1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
}
#left a:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
}

#left img   {
	margin-right: 15px;
}
#xxx img    {
	margin-right: 0px;
}
#right ul   {
	padding-left: 31px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right {
	float: right;
	width: 248px;
	border-top: solid  5px #dcdcdc;
	background-color: #BABABA;
}
#xxx    {
	text-align: center;
}

#footer {
	float: left;
	width: 825px;
	height: 26px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	font-size: 9px;
	background-color: #49C7D1;
}

#headertext  {
	margin-top: -229px;
	height: 229px;
}
#headertext a {
	color: #FFF;
	text-decoration: none;
}
#headertext a:hover {
	color: #32B6C2;
	text-decoration: none;
}
