h2 {font-size:16px;}


#wrapper {
	text-align: center;
	margin: auto;
	padding: 0px;
	height: auto;
	width: 960px;
	border: thin solid #FF0000;
	background-color: #FFFFFF;
}
#content {
	background-attachment: scroll;
	background-image: url(images/bg_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 500px;
}

#homecontent {
	background-attachment: scroll;
	background-image: url(images/bg_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 550px;
}

#aboutcontent {
	background-attachment: scroll;
	background-image: url(images/bg_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 750px;
}

#testimonialcontent {
	background-attachment: scroll;
	background-image: url(images/bg_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 700px;
}


#gallerycontent {
	background-attachment: scroll;
	background-image: url(images/bg_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 850px;
}

#politicalcontent {
	background-attachment: scroll;
	background-image: url(images/bg_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 500px;
}

#politicalcontent table {
	margin-right: 50px;
	margin-top: 20px;
}



#content table {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	width: 400px;
}

#homecontent table {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	width: 300px; 
	
}

#aboutcontent table {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	width: 300px;
}

#testimonialcontent table {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	width: 350px;
	padding-left: 10px;
}


#gallerycontent table {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
}

html {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #eee01f;
}

#content p {
	width: 420px;
	float: left;
	text-align: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

#homecontent p {
	width: 420px;
	float: left;
	text-align: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

#aboutcontent p {
	width: 520px;
	float: left;
	text-align: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}


#testimonialcontent p {
	width: 450px;
	float: left;
	text-align: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

#gallerycontent p {
	width: 420px;
	float: left;
	text-align: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}


#content td {
	border: thin solid #CC0000;
}

#homecontent td {
	border: thin solid #CC0000;
}

#aboutcontent td {
	border: thin solid #CC0000;
}


#testimonialcontent td {
	border: thin solid #CC0000;
}

#gallerycontent td {
	border: thin solid #CC0000;
}

#politicalcontent p {
	width: 800px;
	text-align: left;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	padding-right: 0px;
}
#politicalcontent td {
	border: thin solid #CC0000;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	height: 30px;
	padding-top: 0px;
	line-height: 30px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
}
#footer a:hover {
	color: #9900FF;
	text-decoration: underline;
}
