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


.wrapper{
margin:auto;
width:1040px;
}


a {
text-decoration:none;
color:#ffffff;
font-size:14px;
font-weight:normal;
font-family: 'PT Sans Narrow', sans-serif;}

a:visited {
text-decoration:none;
color:#ffffff;
font-size:14px;
font-weight:normal;
font-family: 'PT Sans Narrow', sans-serif;}

.nav {
	background-color:inherit;
	height:14px;
	width:200;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:right;
	padding:7px 1px 7px 1px;
}

.navOn {
background-image:url('images/pattern.png');
background-repeat:repeat;
height:15px;
width:200px;
color:#ffffff;
font-size:14px;
font-weight:bold;
font-family: 'PT Sans Narrow', sans-serif;
text-align:right;
padding:7px 1px 7px 1px;
}

#imgBg {
position:relative;
top:0px;
left:0px;
float:left;
background-image:url('images/2.jpg'); /*this image has to be the second image in the array*/
background-repeat:no-repeat;

padding: 0px;
margin:5px 0 0 25px;
width:683px;
height:245px;
}

.bodyContent {
margin:10px 0 0 225px;
width:700px;

}

.bodyQuote {
margin:10px 0 0 225px;
width:700px;
}


#header{
width:900px;
height:88px;
margin:0 0 5px 5px;
background-color:#cccccc;
}


#footer{
border:0px solid;
margin:200px 0 0 10px;
clear:both;
}

#footer a{
font-size:12px;
text-align:center;
width:0px;
margin:100px 0 0 0;
color:#ffffff
}





