* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}

#header {
	width: 965px;
	height: 61px;
	margin: 0 auto;

}

/*nav area*/
#menu {
	width: 965px;
	height: 27px;
	margin: 0 auto;
	background: url(images/navigation.jpg);
}

/* Pages area */

#mainarea {
	width: 965px;
	background: url(images/backgroundbg.jpg) no-repeat;
	margin: 0 auto;
	
}

#Mainflash {
	float: left;
	width: 965px;
	height: 710px;
	
	
}

/* Footers */

#footer {
	width: 965px;
	height:20px;
	margin: 0 auto;
	padding: 6px 0;
	background: url(images/bottom_Nav.jpg) no-repeat;
}

/* Link Styling */

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #1d70dd;
}

/* Text Options */
.bodysmgrey {
	
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #787878;
	text-decoration: none;
}



/* Heading Options */
h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 16px;
	padding: 20px 20px 0px 30px;
	color:#ab0308;
}
