/* general */

html { 
	margin: 0;
	padding: 0;
}

body { 
	background: #D7D7D7 url('images/bg_body.gif') top center repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}

body, div, td, th, h2, h3, h4 {
	color: #333333;
    font-family: Arial, Helvetica, san-serif, Verdana;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#bodyWrapper {
	text-align: center;
	width: 100%;
}

#bodyContainer {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#headerContainer {
	background-color: #D7D7D7;
	height: 300px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 900px;
}

#logoContainer {
	background: url('images/img_logo.gif') top left no-repeat;
	float: left;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 400px;
}

#navContainer {
	float: left;
	height: 50px;
	width: 500px;	
}

#mainNav {
	margin: 0;
	padding: 0;
}

#mainNav li {
	float: left;
	height: 50px;
	list-style: none;
	position: relative;
}

#mainNav li a {
	display: block;
	height: 50px;
	text-indent: -9000px;
}

#mainNav .current a {
	background-position: 0 -50px;
}

a#home, a#link01, a#link02, a#link03, a#resources, a#directory, a#sitemap {
	height: 50px;
	width: 70px;
}

a#home {
	background-image: url(images/btn_home.gif);
}

a#link01 { 
	background-image: url(images/btn_link01.gif);
}

a#link02 { 
	background-image: url(images/btn_link02.gif);
}

a#link03 { 
	background-image: url(images/btn_link03.gif);
}

a#resources { 
	background-image: url(images/btn_resources.gif);
}

a#directory { 
	background-image: url(images/btn_directory.gif);
}

a#sitemap { 
	background-image: url(images/btn_sitemap.gif);
}

a#home:hover, a#link01:hover, a#link02:hover, a#link03:hover, a#resources:hover, a#directory:hover, a#sitemap:hover {
	background-position: 0 -50px;
}

#mainNav .current a {
	background-position: 0 -50px;
}

#subheaderContainer {
	height: 250px;
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#subheaderLeft {
	background: url('images/img_subheader.jpg') top left no-repeat;
	float: left;
	height: 250px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 400px;
}

#subheaderRight {
	background-color: #000000;
	float: left;
	height: 250px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 500px;
}

#sitelinksContainer {
	float: left;
	height: 250px;
	margin: 0px; 
	padding: 0px;
	position: relative;
	width: 280px;
}

.siteLink01 {
	background: url('images/img_talk121.jpg') top left no-repeat;
	height: 125px;
	margin: 0px;
	padding: 0px;
	width: 280px;
}

.siteLink02 {
	background: url('images/img_friendsation.jpg') top left no-repeat;
	height: 125px;
	margin: 0px;
	padding: 0px;
	width: 280px;
}

#goog02Container {
	float: left;
	height: 250px;
	margin: 0px; 
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 220px;
}

.linkunit {
	color: #FFFFFF;
	margin: 20px 20px 20px 10px;
}

#goog01Container {
	background-color: #CCCCCC;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: 900px;
	z-index: 2000;
}

.leaderboardUnit {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#mainbodyContainer {
	background: url('images/bg_mainbody.gif') top left repeat-y;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 900px;
}

#leftContainer {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 400px;
}

.leftContent {
	margin: 20px 30px 20px 30px;
}

#rightContainer {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 500px;
}

.rightContent {
	margin: 20px 0px 20px 20px;
}

.banner {
	height: 60px;
	margin: 0px; 
	padding: 0px 0px 20px 0px;
	width: auto;	
}

#footerWrapper {
	background-color: #993333;
	text-align: center;
	width: 100%;
}

#footerContainer {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

.footer {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.footerTxt {
	color: #FFFFFF;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
}

div.footerTxt p, span {
	color: #FFFFF;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
}

div.footerTxt a:link, a:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}

div.footerTxt a:visited {
	color: #D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}

div.footerTxt a:hover {
	color: #FF9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-decoration: underline;
}

h1.txtSeo {
	color: #993333;
	font-size: 130%;
	margin-top: 0px;
}

h2.txtExcerpt {
	color: #993333;
	font-size: 110%;
	margin: 0px 0px 10px 0px;
}

h3.txtTitle {
	/*border-bottom: 1px dotted #FF6633;*/
	color: #FF6633;
	font-size: 130%;
	text-transform: uppercase;
	margin-top: 0px;
}

p.justify {
	text-align: justify;
}

.txtMain {
	color: #993333;
	font-weight: bold;
}

.txtSubmain {
	color: #FF6633;
	font-weight: bold;
}

.txtExcerpt {
	color: #FF9999;
	font-weight: bold;
}

hr {
	border: 1px solid;
	background-color: #FF6600;
	color: #CC3333;
	height: 3px;
	margin: 20px auto 20px auto;
	text-align: center;
	width: 80%;
}

a:link {
	color: #993333;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #B95757;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FF9966;
	font-weight: normal;
	text-decoration: underline;
}

a.normal {
	color: #993333;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

a.normal:visited {
	color: #B95757;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

a.normal:hover {
	color: #FF9966;
	font-size: 85%;
	font-weight: bold;
	text-decoration: underline;
}

a.txtExcerpt {
	color: #FF9999;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

a.txtExcerpt:visited {
	color: #CC6666;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

a.txtExcerpt:hover {
	color: #FF6633;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}

a.homebody {
	color: #993333;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

a.homebody:visited {
	color: #B95757;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

a.homebody:hover {
	color: #FF9966;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
}

.article ul, .article li {
	line-height: 2em;	
}

.homebodyContainer {
	background: url('images/bg_homebodymiddle.gif') top left repeat-y;
	margin: 0px;
	padding: 0px;
	width: 460px;
}

.homebodyTop {
	background: url('images/bg_homebodytop.gif') top center no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 460px;
}

.homebodyMiddle {	
	margin: 0px;
	padding: 0px;
	width: 460px;
}

.homebodyContent {
	color: #333333;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

.homebodyBottom {
	background: url('images/bg_homebodybottom.gif') top left no-repeat;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 460px;
}

.homeSpacer {
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 460px;
}

.img {
	margin: 0px;
	padding: 0px;
	width: auto;
}