body	{
		min-width: 640px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FAE;
		background-color: #320033;
		}
		
/*#content, #right #logo, #nav {overflow:hidden; display:inline-block}*/

p {font-size:12px}
h1 {font-size:30px}
h2 {font-size:24px}
h3 {font-size:18px}
h4 {font-size:14px}
a {color: #FFF; text-decoration: underline;}
a:hover {color: #F7B;}

#logo {background: url(../img/logo.jpg) no-repeat top left; height: 357px; width: 260px;}

#nav {float: right; font-size: 10px; margin: 1px 5px 0 0;}
#nav a {color: #C6C; text-decoration: underline;}
#nav a:hover {color: #FFF;}

#content	{
	margin: 0 0 0 265px;
	background: #404;
	border: 1px solid #C90;
	padding: 1.5em 1.5em 1.5em 1.5em;
}
		
#leftcontent	{
		float: left;
		width: 50%;
}
#rightcontent	{
		float: right;
		width: 50%;
}
#left	{float: left; width: 265px;}
#clear	{clear: both;}

table	{
	background: #303;
	width: 600px;
	border: 1px solid #202;
	text-align: center;
}
th	{
	background: #805;
	color: #FFF;
	font-size: 18px;
}
td	{
	background: #705;
	color: #FFF;
	font-size: 16px;
	padding: 0.1em 0.5em 0.1em 0.5em;
		}
td.pic	{padding: 0px;}

#menu	{text-align:left; width: 170px; border: 1px solid #C90; top: -20px;}
.menu_header { 
    background-image: url(../img/menu.gif); 
    color: #FFF; 
    font-weight: bold; 
    font-size: 14px; 
    height: 16px; 
    border: 1px solid #000; 
    padding-top: 2px;
	padding-left: 10px;

} 
.header { 
	background: #705; 
    color: #FFF; 
    font-weight: bold; 
    font-size: 12px; 
    padding-left: 10px; 
    border-left: 1px solid #000; 
    border-right: 1px solid #000; 
    height: 17px ; 
    padding-top: 2px; 
} 
#menu a {
	color: #000; 
    background: #D9C; 
    border-left: 1px solid #000; 
    border-right: 1px solid #000; 
    font-size: 12px; 
    height: 14px; 
    display: block; 
    width: 143px; 
	text-decoration: none;
    padding: 0 0 1px 25px; 
} 
#menu a:hover { 
    display: block; 
    background: #805; 
	color: #FFF;
    text-decoration: none; 
} 
.menu_bottom {border:1px solid #000; background: #705; height: 10px;} 

#footer	{
		clear: both;
		width: 100%;
		color: #C6C;
		font-size: 10px;
		text-align: right;
		margin-right: 15px;
		}
#footer a {color: #C6C; text-decoration: none;}
#footer a:hover {color: #FFF;}