/*===================================================
          @oozeout.com index.css
          2008.06.15
===================================================*/
body
    {
	padding: 0px; 
	margin: 0px; 
	font-size: 9px; 
	padding-bottom: 0px; 
	color: #333333; 
	line-height: 1.8em; 
	font-style: normal; 
	font-family: Lucidia-Sans, Verdana, Arial, sans-serif; 
    background-color: #ffffff;
	text-decoration: none;
	text-align: center;
    }
a:link 
    {
	color: #808080; 
	text-decoration: none;
    }
a:visited 
    {
	color: #808080; 
	text-decoration: none;
    }
a:hover 
    {
	cursor: crosshair; 
	color: #660000; 
	text-decoration: underline;
    }
a:active 
    {
	color: #808080; 
	text-decoration: none;
    }
a img
    {
    border: none;
    }
#outer
    {
    height: 385px;
    width: 700px;
	background-color: #ffffff;
	position:absolute;
    top:50%;
    left:50%;
    margin-top:-178px;
    margin-left:-350px;
	}
#menu
	{
	margin-top: 10px;
	padding-top: 15px;
	height: 125px;
	text-align: left;
	line-height: 2.0em;
	background-color: #ffffff;
	}
    .menu em
	{
	color: #cc0000;
	font-style: normal;
	}
#menu ul
    {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-type: none;    
    }
#head
	{
	width: 700px;
	background-color: #ffffff;
	text-align: left;
    height: 35px;
	}
#foot
	{
	clear: both;
	color: #808080;
	height: 175px;
	padding-top: 10px;
	text-align: right;
	background-color: #ffffff;
	}
#foot em
    {
    color: #800000;
    font-style: normal;
    }
#address
    {
    margin: 0;  
    padding-top: 10px;
    color: #808080;
    border-top: none;
    text-align: right;    
	}
#address a
    {
    color: #660000;
    }