body {
	 
	text-align: center;
	color: #555753; 
	background: #DDDDDD url('bg.png') repeat-y bottom center;	
 
	margin: 0px auto 0px auto; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:18pt; 
	font-size:10pt; 
	font-family:georgia, serif;
	}

p { 
	font: 10pt/14pt georgia; 
	margin-top: 0px; 
	text-align: center;
	color: #000000;
	}

h1 { 
	font: 10pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	color: #000000;
	}


ul {
	font: 10pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	color: #000000;	
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #DDDDDD;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
}

#frame {
		hieght: 100%;
		width: 700px;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		background: #FFFFFF;	
		}

		
#menu {
		width: 700px;
		margin: 0px auto 5px auto;
		padding: 0px;
		padding-top: 0px;
		text-align: center;
		background: #BE5601;
		word-spacing: 2em;  	
		}
		
#main-content {
	background: #648DCA;
	margin: 0px 5px 0px 0px;
	padding: 15px;
   	width: 455px;
	float: left;
		}
#side-content {
	background: #413DEE;
	margin: 0px 0px 0px 0px;
	padding: 15px;
   	width: 180px;
	float: left;
		}
		