/* CSS Document */

body
{
background: url(mainbkgrnd.jpg);
background-repeat: repeat-x;
background-position: top;
text-align: center;
}

.p {
	color: #000;
	align: justify;
	font-family: verdana;
	font-size: 10px;
	line-height: 1.3em;
}

.borders {
   padding: 2px;
   border:1px solid #fafafa;
   background-color:#fff;

}

.post {
	color: #000;
	align: justify;
	font-family: verdana;
	font-size: 10px;
}

.posttitle {
	color: #000;
	align: justify;
	font-family: Verdana, Sans Serif;
	font-size: 10px;
	font-weight: bold;
}

.header {
	color: #fff;
	background: #afafaf;
	align: justify;
	font-family: Myriad, Myriad Pro, Futura Lt BT, Verdana, Sans Serif;
	font-size: 14px;
	padding: 1px;
}

.h1 {
	color: #000;
	align: center;
	font-family: verdana;
	font-size: 8px;

}

.h2 {
	color: #000;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: .5em;
}

.h3 {
	color: #000;
	align: center;
	font-family: verdana;
	font-size: 8px;
}

#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
}

#side-a {
	text-align: left;
	float: left;
	width: 221px;
}

#side-b {
	text-align: left;
	float: right;
	width: 350px;
}

#content { 
	text-align: left;
	float: left;
	margin: 0 0 0 20px;
	width: 195px;
}

#container {
text-align: center;
}

#footer {
	clear: both;
	background: #afafaf;
	margin: 2 3 4 2px;
	font-family: Verdana;
	color: #fdfdfd;
	font-size: 9px;
	padding: 1px;
	text-align: right;
	letter-spacing: .1em;
}

a:link {
color: #000000;
}

a:visited {
color: #000000;
}

a:active {
color: #000000;
}

a:hover {
color: #ff9900; 
background-color: #ffffff;
}

a {
text-decoration: none;
}