
/*********************** MAIN ELEMENTS ***********************************/

body 
{
    color: #ffffff;
    background: #000000;
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

a 
{
    color: #ffffff;
    text-decoration: underline;
}

a:visited 
{
    color: #ffffff;
    text-decoration: underline;
}

a:hover 
{
    color: #b0b0b0;
    text-decoration: underline;
}

div 
{
    overflow: hidden;
}

img 
{
    border: none;
}

#navbar
{
	margin: 0 auto;
}

#main_body 
{
	position: relative; 
	height: 844px; 
	width: 700px; 
	text-align: left; 
	background-image: url(../Images/background.png);
	background-position: 4px -14px;
	margin: 0 auto;
}

.section
{
	margin-left: 35px;
	margin-top: 5px;
	width: 600px;
}

.header
{
	position: relative;
	height: 70px;
	width: 300px;
	margin-left: -15px;
	padding-left: 25px;
	padding-top: 6px;
	font-family: 'serif'; 
	font-size: 30px; 
	line-height: 34px;
}

/*********************** NAVLINK (TOP BAR) ********************************/

.navlink 
{
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 17px;
    height: 29px;
    position: absolute;
    top: 15px;
    color: #969696;
    text-decoration: none;
}

a.navlink:visited, a.navlink:link, a.navlink:hover 
{
    text-decoration: none;
}

a.navlink:hover 
{
    font-weight: bolder;
}

.navlink_on 
{
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 17px;
    height: 29px;
    position: absolute;
    top: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
}

a.navlink_on:visited, a.navlink_on:link, a.navlink_on:hover 
{
    color: #ffffff;
    text-decoration: none;
}

/*********************************************************************************/

