/*+++++++++++++++++++++++++++++++++++++++++++++ GENERAL +++++++++++++++++++++++++++++++++++++++++++++*/
html, body {
	height:100%;
	background: url(../images/bg_banner.png) repeat-x top;
	margin: 0;
	font: normal 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-smooth: always;
	color:#333333;
}


#wrapper {
	position:relative;
	min-width:990px;
	max-width:1660px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++ FONTS +++++++++++++++++++++++++++++++++++++++++++++*/
h1 {
	font-size:24pt;
	font-style:normal;
	font-smooth: always;
	color:#000000;
}
h2 {
	font-size:20pt;
	font-style:normal;
	font-weight:normal;
	font-smooth: always;
	color:#666666;
}
h3 {
	font-size:18pt;
	font-style:normal;
	font-weight:normal;
	font-smooth: always;
	color:#999999;
}
h4 {
	font-size:16pt;
	font-style:normal;
	font-weight:normal;
	font-smooth: always;
	color:#656565;
	border-bottom: dotted 1px #cccccc;
}
a {
	text-decoration:none;
	color:rgb(15,111,198);
}
a:hover {
	text-decoration:underline;
	color:rgb(11,82,148);
}
/*+++++++++++++++++++++++++++++++++++++++++++++ BANNER +++++++++++++++++++++++++++++++++++++++++++++*/
#banner {
	height:250px;
	background:url(../images/boards.png) repeat-x bottom;
}
#banner1 {
	width:365px;
	height:250px;
	float:left;
}
#banner2 {
	width:600px;
	height:230px;
	float:right;
	padding:10px;
	text-align:right;
}
#tagline {

	font-size:9pt;
	color:#333333;
}

#tagline2 {
	font-size:8pt;
	color:#666666;
}
#banner_rss {
	height:160px;
	text-align:right;
}
#banner_rss a {
	text-decoration:none;
	color:#000000;
	font-size:11pt;
}
#banner_rss a:hover {
	text-decoration:underline;
}
#tagline a  {
	text-decoration:none;
	color:#043de5;
	font-size:14pt;
}
#tagline a:hover  {
	text-decoration:underline;
}


/*+++++++++++++++++++++++++++++++++++++++++++++ CONTENT +++++++++++++++++++++++++++++++++++++++++++++*/
#content {
	clear:both;
	padding:10px;
}
#main-content {
	margin-left:330px;
}
#sidebar {
	float:left;
	width:300px;
	color:#a1a1a1;
	font-size:10pt;
}

/*+++++++++++++++++++++++++++++++++++++++++++++ FOOTER +++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	clear:both;
	height:130px;
	padding:10px;
	background:url(../images/bg_footer.png) repeat-x;
	font-size:10pt;
	color:#666666;
}
#footer1 {
	width:680px;
	float:left;
}
#footer2 {
	width:235px;
	float:right;
	text-align:right
}
#footer a {
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
}