/* CSS Document */

/* Global
------------------------------------------------------------------*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(graphics/background2.jpg);
	margin: 20px 0 20px 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #46cbe6;
}
a:hover {
	text-decoration: normal;
	color: #efd452;
}

img,
img a { border: 0;}

/* Header 
------------------------------------------------------------------*/
#header {
	margin: 0;
	padding: 0;
	background-image: url(graphics/banner6.png);
	width: 700px;
	height: 77px;
}

#navigation {
	background: url(graphics/navigation.jpg);
	padding: 9px 10px 0px 15px;
	margin: 0;
	height: 23px;
	color: #46cbe6;		font-weight: bold;
}

#navigation a{
	color: #ffffff;	font-weight: bold;	
}

#navigation a:hover {
	color: #ffffff;
	font-weight: bold;	text-decoration: underline;
}

#title {
	position: relative;
	padding: 5px 2px 0px 15px;
	background: url(graphics/title.jpg);
	height: 25px;
	width: 680px;
	clear: both;
	color: #ffffff;
}
	
/* Main body
------------------------------------------------------------------*/
.wrapper #wrap-main {
	position: relative;
	margin: 0 auto;
	width:700px;
}

.wrapper #content {
	background: #303030;
	background-image: url(graphics/.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: left;
	color: #ffffff;
	width: 700px;
}

.wrapper #text {
	padding: 0px 20px 20px 20px;
	font-size: 16px;
	color: #e9e9e9
}

h1 {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 0px 2px 6px #000000;
}

h2 {
	margin-top: 10;
	font-size: 16px;
	color: #e9e9e9;
}

h3 {
	margin-top: 0;
	font-size: 16px;
	color: #6e4f06;
}

/* Footer
------------------------------------------------------------------*/
#footer {
	background-image: url(graphics/footer.gif);
	height: 31px;
	padding: 7px 10px 0px 15px;
	clear: both;
	position: relative;
	color: #ffffff;
	text-shadow: 0px 2px 6px #000000;
}

#footer a {
	color: #6e4f06;
}

#footer a:hover {
	font-weight: normal;	text-decoration: underline;
}
	
