/* General Styles
=================================*/

body {
	background:url(images/bg.gif) repeat center;
	background-color: #333333;
	margin:0 auto 0 auto;
	text-align: center;
	font: 75% Georgia, sans-serif;
	color: #000000;
	min-width: 750px;
	
}

.fine {
	font: 9px Arial, Verdana, Helvetica, sans-serif;
}

.clear {
	clear:both;
	text-align: right;
}

a.img, a.img, a.img {
	border: 0 none;
}

a:link {
	text-decoration: none;
	color: #D72C90;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D72C90;
}
a:active {
	text-decoration: none;
}

h1, h2 {
	font-family: Georgia, sans-serif;
	background-color: #00A2C4;
	color: #FFFFFF;
	padding: 5px;
}

h1{
	font-size: 1.2em;
	font-style: italic;
}

h2{
	font-size: 1.2em;
}

img {
	border: 10px none;
}

/* Layout
=================================*/

#wrapper{
	border: 1px solid #D72C90;
	margin:0 auto 0 auto;
	width:780px;
	text-align: left;
}

#header{
	width:100%;
	height:100px;
	border-bottom: 1px solid #CCCCCC;
	background: #D72C90;
}
#bg{
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}


#rightside {
	float: right;
	width: 480px;
	margin-top: 5px;
	padding: 0 5px 0 10px;
	line-height: 1.3em;

}


#leftside {
	float: left;
	width: 250px;
	border-right: 1px solid #CCCCCC;
	margin-top: 5px;
	padding: 0 10px 0 10px;
	color: #000000;
	line-height: 1.3em;
}

.posted{
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}