body{
	background-image: url('../images/bg.png');
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link{color: #FFF; font-weight: bold; text-decoration: none;}
a:visited{color: #FFF; font-weight: bold; text-decoration: none;}
a:active{color: #FFF; font-weight: bold; text-decoration: none;}
a:hover{color: #FFF; font-weight: bold; text-decoration: underline;}

.container{
	width: 735px;
	margin-left: auto;
	margin-right: auto;
}

.title{
	width: 735px;
	height: 60px;
	background-image: url('../images/title.png');
}

.center{
	width: 695px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../images/sitebg.png');
}

.bottom{
	width: 735px;
	height: 40px;
	background-image: url('../images/bottom_left.png');
}

.emailadd{
	width: 235px;
	height: 40px;
	background-image: url('../images/bottom_right.png');
	float: right;
}

.copyright{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
}

.menu{
	width: 137px;
	padding: 5px;
	line-height: 18px;
}

.menu a:link{color: #FFF; font-weight: bold; text-decoration: none;}
.menu a:visited{color: #FFF; font-weight: bold; text-decoration: none;}
.menu a:active{color: #FFF; font-weight: bold; text-decoration: none;}
.menu a:hover{color: #69F; font-weight: bold; text-decoration: none;}

.page_header{
	width: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

.content{
	width: 505px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.content_section{
	width: 100%;
	margin-bottom: 25px;
}

.content_section .header{
	height: 25px;
}

.content_section .header .left{
	width: 10px;
	background-image: url('../images/content_header_left.png');
}

.content_section .header .middle{
	padding: 0px;
	padding-top: 3px;
	font-weight: bold;
	background-image: url('../images/content_header_bg.png');
}

.content_section .header .right{
	width: 10px;
	background-image: url('../images/content_header_right.png');
}

.content_section .main .left{
	width: 10px;
	background-image: url('../images/content_center_left.png');
}

.content_section .main .middle{
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.content_section .main .right{
	width: 10px;
	background-image: url('../images/content_center_right.png');
}

.content_section .footer{
	height: 10px;
}

.content_section .footer .left{
	width: 10px;
	background-image: url('../images/content_footer_left.png');
	background-repeat:no-repeat;
}

.content_section .footer .middle{
	background-image: url('../images/content_footer_bg.png');
}

.content_section .footer .right{
	width: 10px;
	background-image: url('../images/content_footer_right.png');
	background-repeat:no-repeat;
}

.divider{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
}