/*=== GOD/MAIN ===*/
#god {
	text-align: center;
	width: 900px;
	height: 100%;	
}

/*=== TOP/LOGO ===*/
#top {
	width: 900px;
	background-color: #a0e1da;	
}

/*=== Navigation ===*/
#buttons {
	width: 900px;
	background-color: #a0e1da;
	padding-left: 25px;
	padding-right: 25px;
}


/*=== body ===*/
#body {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	width: 850px;
} 
 

/*=== Mini Boxes ===*/
#minibox {
	text-align: center;
	border: solid #A0E1DA 5px;
	padding: 10px 10px 10px 10px;
	
}

/*=== Footer ===*/
#footer {
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
}

/*=== styles ===*/

.style1 {
	font-size: 10px;
	color: #000000;
}
.style2 {
	color: #000000; 
	font-size: 14px;
}
.style5 {
	color: #50c9c9;
	font-weight: bold;
	font-size: 20px;
}
.style6 {
	color: #50c9c9;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}


/*=== IE FIX ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}