body {
	background: #515151 url(img/bg.png) repeat-x scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border:0;
	margin:0;
	padding:0;
}

img {
	border: none;
}

a {
	color: #980F08;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3 {
	color: #980F08;
	font-weight: bold;
	margin: 0;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:16px;
	margin-bottom: 10px;
}

h3 {
	font-size:14px;
}

p, a {
	font-size: 12px;
	margin: 10px 0px;
	line-height: 140%;
}

#site {
	width: 100%;
	margin-top: 10px;
}


/* colors theme setting */

#header, #board, #boardSub, #mid, #midSub, #right, .bottomBox, #footer {
	background: #FFFFFF;
	border: 1px solid black;
}


/* header stuff */

#header {
	width: 978px;
	margin: auto;
	margin-bottom: 10px;
	padding: 10px;
}

#header h1 {
	font-size: 30px;
	margin-bottom: 5px;
}

#header p {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

#topLogo {
	float:left;
}

#topMenu {
	float: right;
	margin: 0px;
}

#topMenu ul {
	margin: 89px 0px 0px 0px;
}

#topMenu li {
	display: inline;
}


/* main stuff */

.columns {
	width: 1000px;
	margin: auto;
	margin-bottom: 10px;
	
}

.columnsSub {
	width: 747px;
	margin: auto;
	margin-right: 10px;
	float: left;
}

.subWrapper {
	width: 1000px;
	margin: auto;
	margin-bottom: 10px;
}

#board {
	clear: both;
	float: left;
	width: 347px;
	height: 358px;
	margin-right: 10px;
	padding: 10px;
}

#boardSub {
	clear: both;
	float: left;
	width: 347px;
	height: 478px;
	margin-right: 10px;
	padding: 10px;
}

#mid {
	float: left;
	width: 346px;
	height: 358px;
	margin-right: 10px;
	padding: 10px;
}

#midSub {
	float: left;
	width: 346px;
	height: auto;
	padding: 10px;
}

#midSub p {
	margin: 5px 0px;
}



/* right menu stuff */

#right {
	float: left;
	width: 231px;
	height: auto;
	padding: 10px 5px;
}

#rightSub {
	width: 253px;
}

#right ul {
	background: #FFFFFF url(img/bg.png) repeat-x scroll 0 0;
	line-height: 140%;
	list-style-type: none;
	margin: 0px;
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid black;
}

#right li {
	border-bottom: 1px solid #FFFFFF;
}



/* bottom boxes stuff */

#bottomMenu {
	margin: auto;
	margin-bottom: 10px;
	width: 1000px;
}

.bottomBox {
	float: left;
	width: 221px;
	height: 88px;
	margin-right: 9px;
	padding: 10px;
}

.bottomBox h3 {
	margin: 0px 0px 5px 0px;
}

.bottomBox p {
	font-size: 12px;
	margin: 5px 0px;
	line-height: 140%;
}

/* footer stuff */

#footer {
	width: 978px;
	height: 28px;
	margin: auto;
	padding: 10px;
}

#footer p {
	text-align: center;
	margin: 5px 0px 0px 0px;
}


/* rounded corner stuff - IE sucks */

.rounded_STYLE {
					/*background-color: #CADEF4;*/
					/*border: 1px solid #CCCCCC;*/
	-webkit-border-radius: 10px;    /* Saff-Ari */
	-moz-border-radius: 10px;       /* FF */
}

/* misc fixes */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}