/* CSS Document */

body {
background-image: url(images/bodybg_01.jpg);
background-repeat: repeat;
background-position: 50% 0%;
margin-top: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
}

#container {
width: 800px;
background-image: url(images/containerbg_02.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #161639;
margin-left: auto;
margin-right: auto;
}

#banner {
height: 388px;
}

#content {
background-color: #161638;
float: right;
width: 418px;
margin-right: 15px;
}

#content2 {
background-color: #161638;
float: right;
width: 690px;
margin-right: 15px;
padding: 10px 40px;
}

#sidebar-a {
background-color:#CCCCCC;
float: left;
width: 330px;
margin-left: 15px;
}

#adspace {
clear: both;
height: 200px;
text-align: center;
padding-top: 20px;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

#footer {
clear: both;
height: 140px;
text-align: center;
font-size: 10px;
padding-top: 20px;
}

#footer a:link, #footer a:visited {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}





/* -- HTML -- */

h1 {
font-size: 16px;
font-weight: bold;
}


/* -- classes -- */

.bold14 {
font-size: 14px;
font-weight: bold;
}

.goldbold14 {
font-size: 14px;
font-weight: bold;
color: #FFCC00;
}
