@charset "UTF-8";
/* CSS Document */
/* heading stuff */

body
{
	background-image: url("images/background.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color:#1A1A1A;
	font-family:  Helvetica,Arial, sans-serif;
}

h3
{
	padding-bottom: 0px;
	margin-bottom:5px;
}

ul
{
	margin-top:5px;
}


img {
	border:none;
}

#themaincontent-head
{
	width:730px;
	height:47px;
	background-image: url("images/background-top.png");
	padding:0px;
	margin:0px;
}

#themaincontent
{
	margin:0px;
	padding:0px;
	padding-left:19px;
	padding-right:9px;
	padding-bottom:40px;
	width:700px;
	/*height:500px; */
	background-image: url("images/background-middle.png");
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
}

#text
{
	color:#313131;
	padding:0px;
	margin:0px;
	text-align: left;

}

#themaincontent-foot
{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width:730px;
	height:48px;
	background-image: url("images/background-bottom.png");
}

.main-header
{
	width: 730px;
	margin-left: auto ;
 	margin-right: auto ;
	text-align:center;
}

#content
{
	padding-top:50px;
	width:100%; 
	padding:0px;
	font-size:14px;
	
	text-align:left;
}




#heading-top {
	margin-bottom:0px;
	padding-bottom:0px;
}

.heading-middle {
	margin-top:10px;
	width:100%;
	height:3px;
	background-image:url(images/textimages/headingbar.png);
}

#heading-bottom {
	padding-top:3px;
	padding-left:0px;
	margin:0px;
	position:absolute;
	right:10px;
	
}

#heading-bottom a
{
	text-decoration: none;
	color: #1A1A1A;
}



