/* #### general #### */

img	{
	border: 0px;
	}

/* #### one column fixed, centered #### */

body {
	background-color: #A0CA36;
	margin: 100px 0px; 
	padding: 0px;
	border: 0px;
	text-align: center;
	}
	
#content {
	width: 450px;
	background-color: #FFFFFF;
	margin: 0px auto;
	border: #FFFFFF 1px solid;
	text-align: left;
	}

html>#content {
	width: 450px;
	}
	
/* #### styles #### */

body {
	font-family: Arial, sans-serif;
	font-size: small;
	color: #333333;
	}
	
a {
	color: #d05794;
	font-weight: bold;
	text-decoration: none;
	}

a:link, a:visited, a:active {
	color: #d05794;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #d05794;
	font-weight: bold;
	text-decoration: underline;
	}
	
#header {
	padding: 0px 0px 16px 0px;
	background-image: url(../images/pattern.gif);
	background-position: center;
	color: #FFFFFF;
	text-align: center;
	text-transform: lowercase;
	}
	
#header h1, #header h2 {
	background-color: #639C9C;
	margin: 0px;
	}
	
#header h1 {
	font-size: 250%;
	font-weight: normal;
	padding: 29px 0px 0px 0px;
	}
	
#header h2 {
	font-size: 130%;
	font-weight: normal;
	border-bottom: #FFFFFF 1px solid;
	padding: 0px 0px 15px 0px;
	}
	
#main {
	padding: 30px 25px;
	line-height: 1.5em;
	}
	
.label {
	font-weight: bold;
	}

#footer {
	background-color: #639C9C;
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
	padding: 5px 25px 4px;
	}
	
#footer p {
	margin: 0px;
	}

