/***** Body and main container *****/
body {
	background: url(images/background.jpg);
	font: normal 90% Arial;
	margin: 3% 0;
	}
	
#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:850px;
}

.block{
background: url(images/background.jpg);
width:930px;
padding:2px;
}


/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:WHITE;
font-size:1.1em;
background-color:inherit;
}

a:hover {
text-decoration:none;
color:SILVER;
background-color:url(images/background.jpg);
border: none;
}

a img {

color:WHITE;
}

/***** Header *****/
#header {
margin:0px;
padding:0px;
height:3px;
}

#header h1 {
font-size:2.5em;
font-weight:normal;
letter-spacing:2px;
margin:4px 15px;
padding:0px;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:850px;
float:right;
text-align:center;
color:#505050;
margin:8px 0 0;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

#banner {
margin:0px;
border:0px;
align-center
}

/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:150px;
margin:5px;
padding:5px;
}

#leftside h2,#leftside h3 {
color:BLACK;
background-color:GOLD;
text-align:center;
font-size:1.3em;
margin:0 0 0px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:0px 0 0px;
padding:7px 5px;
width:150px;
font-size:0.8em;
background-color:BLACK;
color:GOLD;
border-left:BLACK;
line-height:1.5em
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
text-align:left;
text-size=.9em;
}

/***** Right sidebar *****/
#rightside {
clear:right;
float:right;
width:175px;
margin:10px;
padding:0;
}

#rightside h2,#leftside h3 {
color:BLACK;
background-color:GOLD;
text-align:center;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#rightside div.announce2 {
clear:right;
margin:10px 0 15px;
padding:7px 5px;
width:175px;
font-size:0.8em;
background-color:BLACK;
color:GOLD;
border-left:BLACK;
line-height:1.5em;
}

#rightside div.announce2 p {
margin:10px 0 0;
padding:0;
text-align:right;
text-size=.9em;
}


/***** Main content *****/
#content {
margin:10px 150px 5px 150px;
border-left:0px solid #e0e0e0;
border-right:0px solid #e0e0e0;
padding:0px 10px;
line-height:1.4em;
}

#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.6em;
}

#content h2,#contentwide h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}


#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}


/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:5px 0 5px;
border-top:1px solid WHITE;
border-bottom:4px solid WHITE;
width:850px;
text-align:center;
color:white;
background:BLACK;
font-size:0.8em;
font: Arial;
}

#footer a {
color:BLACK;
background-color:BLACK;
text-decoration:none;
text-color:gold;
}

#footer a:hover {
text-decoration:none;
color:RED;


}




/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}
