img {
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
	}
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	}

.header {
	width:960px;
	margin:0 auto 0 auto;
	}

UL.header {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;   
	list-style-type: none;
	}

.logo {
	padding-top: 0px; 
       }

.logo ul li {
	float: left;
	}

.logo > IMG {
	display: none; float: left;
	}

#menu {
	position: absolute;
	top: 100px;
	left: 0;
	height:50px;
	z-index: 50;
	width: 100%;
	background: #f0f0f0;
	}

#menubox {
	width: 960px;
	margin: auto;
	}

.nav {
	width: 960px;
	margin: auto;
	padding:0.1em;
	color:white;
	}

ul.sampleNav {
        list-style:none; 
	margin:0; 
	padding:0; 
	height:35px; 
	width:960px; 
	float:left; 
	display:inline;
	}

ul.sampleNav li {
        list-style-type:none; 
	display:inline;
	}

ul.sampleNav li a {
        font-size:16px; 
	color:#47a3da; 
	text-decoration:none; 
	padding: 0px; 
	height:35px; 
	float:left; 
	display:inline; 
	border: 0px;
	}

ul.sampleNav li a:hover {
	border: 0px;
	}

#maincontent {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #fff;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	}

#box {
	width: 960px;
	margin: auto;
	padding: 0 10px;
	}
	
h1 { 
	margin-top: 12px;
	font-size: 40px;
	text-align: center;
	line-height: 44px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #222;
	}
	
h2 { 
	margin-top: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #C52D08;
	}

a {
	text-decoration: none;
	outline: none;
	color: #C52D08;
	}
	
a:hover {
	text-decoration: underline;
	}