*{
	padding: 0;
	margin: 0;
	}

body {
    background: url(images/bg.jpg) ;
	color: #454456;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	}

#wrapper{
	position: relative;
	margin: 15px auto;
	padding: 5px;
	border: 3px solid #000000;
	background: #ffffff;
	width: 750px;

}

/*Style for the page header */
#header	{
	position: relative;
	text-align: right;
	font-size: 5em;
	color: #999999;
	background: url(images/biglogo.jpg) top center no-repeat;
	width: 750px;
	height:175px;
} 
	
/*Style for the nav menu */
#nav {
	position: relative;
	margin: -18px 0 10px auto;
	width: 750px;
	line-height: 2em;
	}
	
#nav ul { 
	padding:5px; 
	margin:0; 
	padding:0; 
} 

#nav ul li { 
	float:right; 
	list-style:none; 
	margin:0; 
	padding:0; 
	} 
	
#nav a, a:link	{
	display:block; 
	margin:0; 
	padding: 2px 15px; 
	font-size: 18px;
	text-align:center; 
	background: #cccccc;
	
	}

#nav a:hover	{
	color: #EFE9ED;
	font-size: 18px;
border: 1px solid #000000;
	background: url(images/button.png) top left no-repeat;
	text-decoration: none;
	}

/* Styles for the text area */
#text {
	position: relative;
	margin: 75px auto 50px auto;
	padding: 0;
	width: 750px;
	text-align: left;
	line-height: 1.25em;
	border-top: 3px solid #5684BF;
	top: 1px;
	}

a, a:link	{
	color: #5684BF;
	background-color: #FFF;
	text-decoration: none;
	display: inline;
	padding: 0;
	}
	
a:hover	{
	color: #454456;
	text-decoration: underline;
	}
	
p {
	margin: 0;
	padding: 5px;
	padding-left: 20px;
	
}

h1	{
	font: 1.5em Arial, serif;
	color: #777688;
	border-left: #777688 15px solid;
	padding: 5px;
	margin: 20px 0;
	}
	
h2	{
	font:1.25em Arial, serif;
	color: #777688;
	margin: 0;
	padding: 20px;
	}

/* Style for the footer */
#footer	{
	padding: 2px;
	margin: auto; 
	border-top: 1px solid #EFE9ED;
	font-size: 0.8em;
	width: 750px;
	}.active {
	border: thin solid;
}
