﻿/*===================================================
          @oozeout.com gallery index.css
          2008.06.15
===================================================*/
body
    {
	padding: 0px; 
	margin: 0px; 
	font-size: 9px; 
	padding-bottom: 0px; 
	color: #808080; 
	line-height: 1.8em; 
	font-style: normal; 
	font-family: Lucidia-Sans, Verdana, Arial, sans-serif; 
    background-color: #ffffff;
	text-decoration: none;
	text-align: center;
    }
#outer
    {
    width: 700px; 
    height: 200px;
	background-color: #ffffff;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -350px;
	}
#menu
	{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin: 0px auto;
	width: 697px;
	}
ul.menu
    {
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    }
li.menu
    {
    list-style: none;
    float: left;
    border-width: 0 0 0 1px;
    border-color: #c0c0c0;
    border-style: solid;
    text-align: center;
    }
a.menu
    {
    color: #808080;
    display: block;
    background-color: #ffffff;

    width: 115px;
    height: 20px;
    text-decoration: none;
    }
.menu
    {
    color: #ffcc00;
    display: block;
    background-color: #c0c0c0;

    width: 115px;
    height: 20px;
    text-decoration: none;
    }
a:hover.menu
    {
    cursor: crosshair; 
    color: #990000;
    background-color: #C0C0C0;
    }
#head
	{
	width: 700px;
	background-color: #ffffff;
	height: 50px;
	text-align: left;
	}
#address
    {
    width: 700px;
    height: 15px;   
    color: #808080;
    padding-top: 30px;
    text-align: left;    
    background-color: #ffffff;
	}
#address a
    {
    text-decoration: none;
    color: #660000;
    }