html{
	background-image:url('new-images/bg.png');
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url('new-images/background.png');
	background-repeat:repeat-x;
	background-position:center top;
	margin:0px;
	padding:0px;
}

h1{
	font-weight:bold;
	font-size:14px;
}

h2{
	font-weight:bold;
	font-size:14px;
}

a{
	color:#0057AE;
	text-decoration:none;
}

a:hover{
	color:#0057AE;
	text-decoration:underline;
}


#wrapper{
	margin: 0px auto 0px auto;
	width:900px;
	padding:15px 0px 15px 0px;
}

#container{
	width:880px;
	padding:10px;
	background-color:#ffffff;
	margin:0px;
	border:1px #CCCCCC solid;
}

#menu{
	width:500px;
	margin-left:180px;
	height:26px;
}

#menu a{
	height:26px;
	width:125px;
	background-image:url('new-images/tab.jpg');
	display:block;
	text-align:center;
	line-height:27px;
	float:left;
	color:#666666;
	text-decoration:none;
}

#menu a:hover{
	color:#585858;
	background-image:url('new-images/tab-on.jpg');
}

#content{
	padding:20px;
	min-height:600px;
	width:840px;
}

#left-box{
	float:left;
	width:374px;
	padding:23px;
}

#right-box{
	margin-left:420px;
	width:374px;
	padding:23px;
}

.text{
	padding:10px;
	margin:0px 0px 0px 10px;
	width:334px;
	border-left:1px #EAEAEA solid;
	border-right:1px #EAEAEA solid;
	height:140px;
}
.button{
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 10px;
	width:334px;
	border-left:1px #EAEAEA solid;
	border-right:1px #EAEAEA solid;
	height:30px;
}
.button a{
	display:block;
	width:128px;
	height:27px;
	background-image:url('new-images/button.jpg');
	text-align:center;
	text-decoration:none;
	color:#666666;
	line-height:27px;
}
.button a:hover{
	display:block;
	width:128px;
	height:27px;
	background-image:url('new-images/button-on.jpg');
	text-align:center;
	text-decoration:none;
	color:#585858;
	line-height:27px;
}
.image{
	float: left;
	height: 150px;
	margin-right: 15px;
}
#footer{
	padding-top:5px;
	color:#808080;
	text-align:center;
}
#footer a{
	text-decoration:underline;
	color:#808080;
}