* {
padding: 0;
margin: 0;
}
body {
	background-color: #CAB7C4;
	/*background-image: url(banner.gif);*/
	font-family: "arial", "verdana", sans-serif;
	text-align: center;
	margin-top: 15px;        /*margin from top*/
	margin-bottom: 15px;     /*margin from bottom*/
}

#wrapper {                 /*wrapper around entire content*/
	width: 394px;          /*make same as banner width*/
	margin: auto;
	text-align: left;
	background: url(banner.gif) no-repeat;
	padding-top: 143px;       /*height of top image plus x amount, to push content and leave space below banner*/
	/*border: dotted #CC0000 thin;*/
} 

#maincontent {
height: 380px;
overflow: auto;
background-color: #DCE3C7;
border: 2px dotted #D8CED4;
} 

/*------------Website title---------------*/

h1 {
font-size: 110%;
color: #202020;
font-family: "lucida sans unicode", "verdana", "arial", sans-serif;
border: 1px solid #FFF;
background: #A3A3A3 url(monchichi_bkgr.gif);
letter-spacing: 1px;
margin-bottom: 9px;
} 

h1 span {
background: url(monchichi_clip.gif) no-repeat 5px 50%;
padding-left: 22px;
}


/*------------headline---------------*/
h2 {
	font-size: 85%;
	margin: 10px 2px;
	background-color: #D9D6CE;
	border-top: 1px solid #B3C37C;
	border-bottom: 1px solid #B3C37C;
	text-align: center;
	padding: 3px;
	color: #B3C37C;
	font-variant: small-caps;
}

h3 {
	color: #BA888D;
	margin-left: 20px;
	font-size: 84%;
}


/*--------------general content styling-----------*/
p {
	margin: 10px 20px; /*top-bottom and right-left*/
	font-size: 84%;
	color: #BA888D;
}

img {
border: 0;
}

.credit {
font-size: 80%;
}

/*--------------link styling---------------*/
a:link {
text-decoration: none;
color: #4B6806;
}

a:visited {
text-decoration: none;
color: #659509;
}

a:hover, a:active {
	text-decoration: none;
	color: #659509;
	background-color: #D9D6CE;
}

/*-------------navigation-------------*/

#navigation {
list-style-type: none; /*remove bullets*/
background: #E7E2E0 /*url(monchichi_bkgr.gif)*/; 
font-weight: bold;
font-size: 65%;
border: 2px dotted #D8CED4;
/*margin-bottom: 0px; to push maincontent div and leave space*/
padding: 1px 5px 3px 3px;
border-bottom: 0px;
}

#navigation li {
display: inline; /*make horizontal list*/
}


#navigation li a:link, #navigation li a:visited {
color: #AF8A93;
/*border-bottom: 4px solid #6B6B6B;*/
padding: 0 10px;
margin: 0 2px; 
}

#navigation li a:hover, #navigation li a:active {
	color: #E7E2E0;
	/*border-bottom: 2px solid #B3C37C;*/
	padding: 0 10px;
	margin: 0 2px;
	background-color: #CAB7C4;
	border-bottom: 1px solid #B3C37C;
}

/*-----------------Rules------------------*/

#rules {
	list-style-type: circle;
	font-size: 84%;
	margin: 10px 20px;
	list-style-position: inside;
	color: #BA888D;	
}

/*#rules li {
	color: #BA888D;
}*/

/*--------------------FL Stats----------------*/
#stats {
font-size: 84%;
margin: 20px;
color: #BA888D;
}

/*--------------------FL Stats----------------*/
#members {
	font-size: 84%;
	margin: 20px;
	color: #BA888D;
	list-style-position: inside;
}

/*------------------Codes---------------------*/
/*----.codesort h2 { }-----*/

.codesort h3 {
	color: #BA888D;
	margin-left: 20px;
	font-size: 84%;
}

.codesort p { }

.codesort a { }

.codesort img { }

.codesort ul {
	font-size: 84%;
	margin: 10px 20px;
	list-style-type: none;
}

.codesort li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.codesort table {
	color: #BA888D;
	margin-left: 20px;
	font-size:80%;
 }

.codesort input { 
color: #BA888D;
}

.codesort textarea { }

.codesort option { 
}

.codesort select {
 color: #BA888D;
 }
 
.codesort label {
	font-weight: normal;
}

.credit {
	font-size: 70%;
	color: #BA888D;
	text-align: center;
	padding-top: 5px;		
}