html,body {
	margin:0;
	padding:0;
	}

body {
	font: 80% Arial,sans-serif;
	color: #333;
	background: #fff;
	}
	
p {
	margin: 0 10px 10px;
	}
	
#header {
	margin: 24px 0 0 7px;
	width: 96%;
	padding: 0;
	}
	
#title {
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	}
	
#title h1 {
	float: left;
	margin: 0 0 0 0;
	font-family: verdana, sans-serif;
	font-weight: 400;
	font-size: 3.0em;
	letter-spacing: 2.5px;
	width: 400px;
	color: #0075e4;
	background: #fff;
	}

#title h2 {
	clear: left;
	float: left;
	margin: 2px 0 0 0;
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: .5px;
	width: 400px;
	color: #999;
	background: #fff;
	}

#wrapper{
	float: left;
	width: 100%;
	}
	
#content{
	margin: 34px 16px 10px 16px;
	padding: 5px 10px 10px 10px;
	color: #000;
	background-color: #fff;
	background-image : url(../images/fbg.jpg);
	background-position : top;
	background-repeat : repeat-x;
	}

#content p{
	font-family: Verdana, sans-serif;
	letter-spacing: .01em;
	line-height: 1.4;
	}

#content h1 {
	margin: 0 0 0 0;
	padding: 0 0 6px 4px;
	font-size: 1.4em;
	color: #036;
	background: #000;
	font-weight: 500;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	}

#content h2 {
	margin: 0 0 0 0;
	padding: 10px 0 6px 4px;
	font-size: 1.2em;
	color: #333;
	background: #000;
	font-weight: 400;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	}
	
a {
	color: #0075e4;
	background: #000;
	text-decoration: none;
	}

a:hover {
	color: #339EEB;
	background: #000;
	text-decoration: underline;
	}

a.links {
	display: block; 
	margin: 2px 0 0 0;
	}

a.title {
	color: #0075e4;
	background: #fff;
	text-decoration: none;
	}

a.title:hover {
	color: #0075e4;
	background: #fff;
	text-decoration: none;
	}
	
#menu {
	display: none;
	}
	
#menu ul {	
	display: none;
	}	
	
#menu li {
	display: none;
	}
	
#menu li a {
	display: none;
	}	
	
#menu li a:hover {
	display: none;
	}
	
#menu li a.on {
	display: none;
	}	
	
#menu li a.on:hover {
	display: none;
	}
	
#menu small {
	display: none;
	}
	
#picture {
	display: none;
	}

.picc {
	display: none;
	}

#footer{
	display: none;
	}

#footer p{
	display: none;
	}
		
.hide {
	display: none;
	}	