body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #000;
	text-align:center;				}

img {	border:0px;	}


/* MAIN BODIES
-------------------------*/

#container
	{
	width:800px;
	background-color:#ffffff;
	border:1px solid:#A8A8A8;
	margin-left: auto; margin-right: auto;
	text-align: justify;			}

#header {
	text-align:center;
	height:162px;
	background:url('logo.jpg');	
	border-bottom:1px solid:#A8A8A8;}

#nav {
	padding:10px; text-align:center;}

#nav a { margin-right:10px; margin-left:10px; }


#main {
	padding:10px;	}


#menu img {
	padding:3px;	}	


#footer {
	text-align:center;
	clear:both;
	font-size:11px;
	padding-top:20px;	}


h2 {	font-family:Century Gothic; text-align:center;	}

h3 {	font-family:Century Gothic; border-bottom:1px solid #FFFF00;}


/* LINKS
-----------------------------------*/
a {	color:#E23132; text-decoration:none;	}

a:hover {	text-decoration:underline;	}
