/*************************\
 * COLORS AND TYPOGRAPHY *
\*************************/

body		{background-color: #f8ffd5;}
#footer	{background-color: #9dd264;}

body, a	{color: #6fb030;}
p#copyright {color: #f8ffd5;}

hr {
	background-color: #6fb030;
	color: #6fb030;
}

body {
	font-family: "Georgia";
	font-weight: normal;
}

#page		{text-align: left;}
.center	{text-align: center;}

h2		{font-size: 14pt;  font-weight: bold;}
p.title	{font-size: 14pt;}
p		{font-size: 10pt;}
p small	{font-size:  8pt;}


/**************************\
 * OVERALL SITE STRUCTURE *
\**************************/
body {
	margin: 0px;
	padding: 0px;
}

#page {
	margin: 0px auto 20px;
	padding: 0px;
	width: 512px;
}

#header	{height: 391px;}

#menu {
	height: 24px;
	margin: 0px auto;
	width: 500px;
}

.divider	{margin: 20px 0px;}

#content {
	margin: 20px 0px;
	padding: 0px 3px;
}

hr {
	border: 0px;
	height: 1px;
	width: 250px;
	text-align: center;
}

ul.center {
	padding-left: 0px;
}


/**********************\
 * SPECIFIC STRUCTURE *
\**********************/
#description p	{margin: 0px 0px;}
.post > p		{margin: 0px 0px;}
form p		{margin-bottom: 5px !important;}
