/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	font-family: arial, "trebuchet ms", verdana, "sans serif";
	text-align: center;
	line-height: 100%;
	color: #333;
	
}
#wrapper{
	width: 643px;
	margin: 0px auto;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
}
#container{
	width: 625px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	
}
#header{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#banner{
	height: 111px;
	line-height: 111px;
	margin: 0;
	padding: 0 0 0 2em;
	background-color: #336699;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/banner_bg.jpg);
}
#banner h1{
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	font-family: trebuchet ms;	
}

#nav{
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav ul{
	margin: 0;
	padding: 0;

}
#nav li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav a{
	float: left;
	margin: 0;
	padding: 0px 1em 0px 1em;
	color: #eee;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	background-image: url(../images/nav_a_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#nav a:hover{
	background-color: #333333;	
}
#main{
	float: left;
	width: 425px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#right{
	float: right;
	width: 195px; /*decreased to allow for increased text size*/
	margin: 0px;
	padding: 0px;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	width: 643px;
	height: 54px;
	line-height: 46px;
	text-align: center;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;	
}

.content{
	margin: 0px;
	padding: 2em;
	line-height: 1.5em;
	
}
.content p{
	margin: 0px 0px 2em 0px;
	padding: 0px;
}
.content h1{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}
.content h2{
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: trebuchet ms;
}
.content ul{
	margin: 0px 0px 2em 0em;
	padding: 0px;
	
}
.content li{
	margin: 0px 0px 0px 2em;
	padding: 0px;
	list-style-type: square;
}
.image{
	height: 62px;
	width: 77px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
.content a {
	color: #0066CC;	
}
.content a:hover{
	text-decoration: none;

}
.clearer {
	clear: both;
}

.adsense {
	margin: 0px;
	padding: 0em;
}
#footer a{
	color: #333;
	text-transform: lowercase;
}
#footer a:hover{
	text-decoration: none;
}

.liststyle1{
	margin: 0px;
	padding: 0px;
}


