/* Makes Me Wonder Layout by MEandRAINE.net */


/* Basics */

body{
background: #FFF url(ms_bg.png) no-repeat top left;
font-size: 78%;
font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
color: #000000;
}


p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
list-style-type: circle;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Georgia, serif; 
	color: #003319; 
}


h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #4C354C;
text-decoration: underline;
}
a:visited {
	color: #663366;
text-decoration: underline;
}
a:hover, a:active {
	color: #000;
text-decoration: none;
}

input, textarea, select {
	background-color: #FFF; 
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/* Layout */ 

#menu{
position:absolute;
	top:300px;
	left:50px;
width:100px;
padding:5px;
border: 1px #333333 solid;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
background: #FFF url(g_bg.png) repeat-x bottom left;
text-align: center;
}	
#content {
position: absolute;
top:150px;
left:300px;
width:600px;
padding: 10px;
text-indent: 10pt;
border: 1px #333333 solid;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
background: #FFF url(g_bg.png) repeat-x bottom left;
} 


.menu a:link {
	color: #4C354C;
text-decoration: none;
}
.menu a:visited {
	color: #663366;
text-decoration: none;
}
.menu a:hover, a:active {
	color: #000;
text-decoration: underline;
}

#footer {
	clear: both;
	margin: 0 20px;
	padding: 25px 4px 0 4px;

	
}

	/* Footer styles */
	#footer p {
		margin: 0;
		padding: 0.5em 20px;
		font-size: 0.9em;
color: #000;
border-top: 1px dotted #333333;
	}
	#footer a:hover, #footer a:active {
		color: #000;
		text-decoration: none;
	}

.title
	{
	font-size: 12px;
	font-family: Georgia, serif; 
	font-weight: bold;
	color: #000;
	padding: 0px; 
	letter-spacing: 2px;
	text-align: center;
	}

.footer {
font-size: 9px;
color: #000;
	 }
