﻿@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/siteheadbg.jpg);
	background-repeat:repeat-x;
	background-color:#434343;	
	margin:0px;
	padding:0px;
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

img {
	padding:0;
}

#wrap 	{width: 1010px;margin-left: auto; margin-right: auto;}


a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}	

#content {
	width:999px;
	float:center;
}

.contentbg {
	background-image:url(images/contentbg.jpg);
	width:999px;
	margin-bottom:10px;
}

#firstcontenthead {
	background-image:url(images/firstcontenthead.jpg);
	background-repeat:no-repeat;
	width:990px;
}

.contentText {
	padding:5px 0 0 8px;
}

.contentText p {
	padding:1px 0 0 8px;
}

.contentheadline {
	background-image:url(images/contentheadline.jpg);
	width:980px;
	height:40px;
}

.contentheadline a {
	color:#fff;
	text-decoration:none;
}

.contentheadline a:hover {
	color:#fff;
	text-decoration:underline;
}

.contentheadline p {
	padding:10px 0 0 20px;
	color:#fff;
}

#footer {
	background-color:#8c51a3;
	padding:6px;
	color:#ffffff;
	font-size:9px;
	text-align:right;
	width:999px;
	margin:15px 0 0 0;
}

#footer a {
	color:#ffffff;
}

#footer a:hover {
	text-decoration:underline;
}