body
{
	margin:0px; 
	background-image:url(../images/page_bg.jpg); 
	background-attachment:fixed; 
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html  
{
	overflow:scroll;
} 

.header {
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
}

.footer {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 7890px;
	height: 50px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
.borders
{
	 width: 100%;
    border: outset 1px #828282;
    border-collapse: collapse;
    border-style:outset;
}

.horizontalline
{
	background-image: url(../images/horizontal-line.gif);
    background-repeat: repeat;
    width: 27px;
    height:10px;
    margin: 0;
    padding:0;
}
.verticalline
{
	background-image: url(../images/album-r3.gif);
	background-repeat: repeat;
	width: 10px;
}
h1 {
	font-size: 15px;
	font-weight:bold;
}

h2 {
	font-size: 20px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	font-weight:bold;
}

table, tr, td 
{
	border-color: gray;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;

}


a {
	text-decoration: none;
	color: #800000;
}

a:visited {
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	color: #3399FF;
}

.advbox 
{
	position:absolute;
	left: 1200px;
	top: 10px;
}

.regularfont
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}