/* CSS Document */


html {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0 auto;
	padding: 0;
	width:800px;
	text-align:center;
	border:1px solid #666;
	background-color: #434365;
	vertical-align: bottom;
	}
p {
	margin-top: 0;
	text-align: justify;
	margin-right: 70px;
	margin-left: 10px;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333399;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333399;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #D7C2EB;
	}
#container {
	line-height: 1.88889;
	color: #555753;
	margin: 0 auto;
	padding: 0;
	width:800px;
	text-align:center;
	border:1px solid #666;
	background-color: #FFFAE5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	}

#header{
	background-color: #AEAEFF;
	}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
}
#header h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
}
#subheader {
	background-color: #13124C;
	padding:0;
	}
#subheader h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-transform: uppercase;
}
#subheader h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#CC6600
}
#separator{
background-image:url(img/separator.gif);
	}

#content{
	background-color:#FFFAE5;
	}
#content h1 {
	font-size: 12px;
	font-style: normal;
	text-align: left;
	color:#333399;
	margin-left: 10px;
}

#menu {
	background-color:#F5EDCF;
	}
	
#menu ul {
	margin-left:7px;
	padding-left:0px;
	list-style-image:url(img/flower.png);
	list-style-type:disc;
	list-style-position:inside;
	text-align: left;
	line-height:3em;
			}		
			
.centertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

#header,#menu,#content,#sub-section,#footer {

overflow:hidden;

display:inline-block

}

/* safari and opera need this */

#header,#subfooter,#footer {width:100%}

#menu,#content,#sub-section {float:left}

#menu {width:20%;
		padding:0px;
		float:left;
		background-color:#F5EDCF;
		padding-bottom:20010px;
		margin-bottom:-20000px;
		}

#button {width:10em;
		padding:none}

#content {width:77%; 
			padding: 10px}

#sub-section {width:15%;
		background-color:#F5EDCF;
		float:right}

#footer {clear:both;
		background-color:#F5EDCF;}
		
#container {
  overflow: hidden;
}
#container .column {
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}


#footer {
	position: relative;
	width:100%;
	background-color:#FFFAE5;
	}
	
# footer h3 {
	vertical-align: top;
	font-size:14px;
	}		

/* end */

