body {
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff

}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	color:#ffffff
}
.page {
	float:right;
width: 600px;
	padding:0 0px;

}
.page a {
	color:#ffffff;
	text-decoration:underline;
	line-height:20px
}
.menu {
	float:left;
	width: 170px;
		
}
.menu a {
	color:#ffffff;
	text-decoration:underline;
	line-height:20px;
}

.menu li {
display: inline;
	padding-right: 1.5em;
	font-size: 1.0em;
	
}

/* header */
#header {
	background:url('images/header1.jpg') no-repeat;
	height:212px
}
#logo {
	position:relative;
	padding:10px 0 50px 110px;
	width: 500px;
}
#logo h1 {
	font-size:30px;
	color:#FFFFFF
}
#logo div {

	float: left;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
#nav {
height:22px;	
}

#nav ul {
	position: relative;
		margin:0; padding: 0;
   list-style:none;
	font: bold 1.0em  'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	height: 2.3em;
}
#nav li {
   display:inline;
   margin:0; padding:0;
}
#nav a{
float: left;
   margin:0;
   padding:3px 5px 2px 10px;
   text-decoration:none;	
	color: #CCC;
	border-bottom: 5px solid #FBE3E1;
	}
	
#nav a:hover {
	border-top: 5px solid #FBE3E1;	
}
/* content */
#content {
clear:both;
overflow: auto;
	background:url('images/content.gif') repeat-y;
	width: 800px;
	padding:0 25px;
	
	
	}
#content .left h2 {
	color:#80f80b;
	font-size:30px;
	padding:20px 0
}
#content p {
	padding-bottom:5px;
	width: 500px;
	text-align: justify;
}
#content .right h2 {
	font-size:22px;
	color:#80f80b;
	padding:20px 0
}
#content .right a:hover {
	text-decoration:none;
}
#content a {
	
	font-weight:700
}
#content a:hover {
	color: #FF9900;
	font-weight:700;
}

.left {
	padding:0 30px;
}

/* footer */
#footer {
	color: #FF6699;
	background:url('images/footer.jpg') no-repeat;
	height:114px;
	padding:0 30px;
}
#ftlink {
	padding-top: 40px;
}
#header a, #footer a {
	color:#FFFFFF
}