/* CSS Document */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	background-image:url(../images/bg_image.jpg);
	background-position:top center;
	background-repeat:repeat-y;

	}
	
	
.style1 {color: #FFFFFF;}

maincontent {
	background-color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
	
}
	
navbar {
	width: 760px;
	background: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size: 1em;
	font-weight:bold;
	color: #FFFFFF;
	
	
}

a:link {

	color: #000000;

	text-decoration: none;

	}
	
a:visited {

	color: #000000;

	text-decoration: none;

	}
	
a:hover {
color: #FF0000;

}

a:active {

	color: #FF0000;

	}

