@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/texture-asphalt-bitumen.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#shadowbg {
	background-image:url(images/bgrnd_shaddow_02.png);
	}
	
#header {
	background-image:url(images/head.jpg);
	}

#menubg {
	background-image:url(images/index_bg.jpg);
	background-color:#08659C;
	padding-bottom: 3px;
	}

#menu a {
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
	}
	
	#menu a:hover {
	color:#FF0000;
	}
	
#menubottom {
	background-image:url(images/texture-asphalt-bitumen.jpg);
	color:#FFFFFF;
	font-weight:bold;
	}
	
#menubottom a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

#menubottom a:hover {
	color:#FF0000;
	}
	
h1 {
	font-size:16px;
	font-weight:bold;
	}
	