body {
	background: Black;
    background-position: center;
	background-repeat: repeat-y;
	background-image: url(../../images/template/bg.gif);
	margin:0px;
	font-family:arial, sans-serif;
	font-size: 12px;
}

#div-container {
    background-position: center top;
    background-repeat: no-repeat;
	background-image: url(../../images/template/header.jpg);
	height: 900px;
	padding-top: 470px;
	position: absolute;
	top:0px;
	width:100%;
	text-align:center;
}

#div-body {
    text-align:left;
    width:660px;
}

#div-footer {
    margin-bottom:35px;
}

#div-navigation {
    text-align:center;
    margin-bottom:25px;
}

#div-navigation a, #div-navigation a:link, #div-navigation a:visited {
    color: #ffffff;
    margin-left:20px;
    margin-right:20px;
}

a, a:link, a:visited {
    color:#8C1906;
}

a:hover {
    color:#ae3a27;
}

h1, h2, h3 {
    background-image: url(../../images/template/h1_3bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    font-family:verdana, sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#8C1906;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

h2 {
    font-size: 12px;
}

p {
    margin-top:0px;
    margin-bottom:15px;
}