html { 
	min-height:100%;
}

body {
	color: #333;
	padding: 0px;
	margin: 20px;
	background: #fff url(http://rahenna.com/temp/lj/bg.png);
	text-align: center;
}

div { 
	font: 13px Trebuchet MS; 
	line-height: 19px;
}

p {
	margin: 18px 0px 0px 0px; 
}

div#wrap {
	width: 660px;
	padding: 10px;
	margin: 0px auto;
	background: #fff;
}

div#top {	
	width: 660px;
	height: 164px;
	margin: 0px auto;
	background: #FAF2DD;
	border-top: 35px solid #007170;
	border-bottom: 35px solid #007170;
	background:  #79B8B3 url(header.png) center center no-repeat;
}

div#menu {
	width: 660px;
	padding: 5px 10px;
	margin: 0px auto;
	border: none;
}

div#content {
	width: 630px;
	padding: 15px;
	margin: 0px auto;
	background: #fff;
	border-top: 5px solid #79B8B3;
	border-bottom: 5px solid #79B8B3;
}

div#main {
	margin-top: -20px;
	width: 630px;
	float: left;
	display: inline;
	text-align: justify;
	}

div#clear { 
	clear: both; 
}

a:link, a:active, a:visited {
	color: #007170; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #BDBDBD; 
	cursor:crosshair;
}

a.menu:link, a.menu:active, a.menu:visited {
	font: bold 16px Trebuchet MS, Arial; 
	color: #000;
	border-bottom: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 0px 10px;
}

a.menu:hover {
	color: #32C2A2;
 	cursor:crosshair;
	border-bottom: none;
}

h1 {
	font: italic 29px Garamond;
	text-transform: lowercase;
	color:#6a3cb5;
	border-bottom: 3px solid #F1F1F1;
	text-indent: 10px;
	line-height: 20px;
	margin: 25px 0px -10px 0px;
}

b, i {
	color: #3686C6;
}

.menubox {
	padding: 0px;
	margin: 0px;
	text-align: center;
}