
body {
	height: 120%;
	width: 850px;
	margin: auto;
	text-align: center;
	font-family: times new roman;
	font-size: 12px;
	color: #FFFFFF;
	
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	font-size: 1.4em;
}

ul, ol {
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	background: none;
	text-decoration: underline;
}

#wrapper {
	width: 850px;
	height: 200%;
	margin: auto;
	background: url(images/bg_2.gif) repeat left top;
}

/* Menu */

#menu {
	
	width: 850px;
	height: 44px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: inline;
}

#menu a { 
     
	
	margin-right: 3px;
	padding: 5px 25px 7px 10px;
	text-decoration: none;
	font-family: times new roman;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #000000;
	text-decoration: none;
	color: #9933FF;
}

#menu .first {
	margin-right: 3px;
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;

}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding-top: 20px;
}

#flash {
	margin: 0 0 0 0;
	float: right;
}

#address {
	margin: 0 0 0 0;
	float: right;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 10px 10px 10px 10px;
}

/* Footer */

#footer {
	width: 850px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #CCCCCC;
	font-size: 10px;
	border-bottom: 1px #FFFFFF dotted;
}