/* CSS Document */
body {
background-image:url(../img/sitebkg2.jpg); repeat: x;
background-color:#cccccc;
margin: 5px;
font-size:14px;
}
img.headliner{
padding: 30px 10px 10px 20px;
}

img.textpic1 {
padding: 10px 0px 0px 20px;
max-width:300px;
}

h2 {

background-color:#3399FF;
text-align:center;
color:#FFFFFF;
margin-top:10px;
}

h3 {
background-color:#3399FF;
text-align:center;
color:#FFFFFF;
margin-top:0px;
margin-bottom:5px;
}

/** layout **/
#wrapper {
	text-align: justify;
	margin: auto;
	width: 990px;
	position: relative;
}

#header {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 990px;
 background-color:#FFFFFF;
 border: solid 1px #000000;
}
#left {
 position: absolute;
 top: 110px;
 left:0px;
 width: 187px;
 min-height:510px;
 background-color:#FFFFFF;
 border: solid 1px #000000;
}

#adverts {
position:absolute;
top: 110px;
left:202px;
width: 786px;
height: 90px;
background-color:#FFFFFF;
border: solid 1px #000000;
padding:1px;
}

#body {

position:absolute;
top: 205px;
left: 202px;
width: 622px;
min-height:500px;
 background-color:#FFFFFF;
 border: solid 1px #000000;
}

#right {
 position: absolute;
 top: 205px;
 right: -2px;
 width: 150px;
 min-height:495px;
 border: solid 1px #000000;
}

#forum {
position:absolute;
top: 207px;
left: 202px;
}


/** Left **/
#left {
padding: 0px 5px 0px 5px;
}

#left ul {
font-weight:bold;
list-style-position:outside;
list-style:none;
position:relative;
left: -22px;
}

#left li {
border:outset 2px #3399FF;
background-color: #3399FF;
width:140px;
text-align:left;
padding:0px 2px 0px 5px;
}

#left li:hover {
background-color:#FFFFFF;
border:inset 2px #3399FF;
}

#left a {
text-decoration:none;
color:#FFFFFF;
}

#left a:visited {
text-decoration:none;
color:#FFFFFF;
}

#left a:hover {
font-weight:bold;
color:#3399FF;
}

#left p{
text-align:center;
}

#left a.text, a:visited.text{
font-weight:bold;
color: #3399FF;
}

#left a:hover.text{
border: 1px solid #3399FF;
font-weight:bold;
color: #3399FF;
}

/** header **/
#header {
background-color:#fffff;
height: 106px;
}

#header .header {	
width:100%;
border:none;
padding: 0px;
font-weight:bold;
font-size:16px;
}
#header img {
height: 101px;
padding: 0px 1px 0px 1px;
}

#header .td {
padding: 0px;
}

/** Body **/
#body {
background-color:#ffffff;
padding: 0px 5px 10px 5px;
text-align:justify;
}

#body p{
padding: 0px 10px 0px 10px;
}

#body ul,li {
text-indent: 10px;
}

/** Right **/
#right {
background-color:#FFFFFF;
padding-top: 15px;

}

#right img {
height: 121px;
border:outset 2px #3399FF;
}

#footer {
position:relative;
padding-top:100px;
width: 100%;
text-align:right;
margin:0px;
}

