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

body {
	margin:0px;
	background-image: url(../images/pageBack.jpg);
	background-color:#666666;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

* {
padding:0;
margin:0;
}


* embed, object {margin: 0; padding: 0;}

.style1 {
	color: #CCCCCC;
	font-weight: bold;
	font-size: large;
	text-align: center;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}


h3 {
color:#fff;
font-size: 20px;
}

.headertxt p{
	font-size: 15px;
	color: #FFFFFF;
	float:right;
	font-weight:bold;
	padding-right: 30px;
}


.header {
	position:relative;
	margin: 20px 0px 5px 10px;
	background-image: url(../images/headerImg.jpg);
	background-repeat: no-repeat;
	height: 50px;

}

#content { 
	position: relative;
	width:900px;
	margin: 0px auto 50px auto;
}
