/**
 **********************************
 * HTML Elements
 **********************************
 */
body
{
    color: #fff;
	font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000 url(misc/background.png) repeat-y top left;
	text-align: center;
	margin: 0 0;
}

a
{
	color: #92bcec;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #657860;
	text-decoration: underline;
	color: #CCF0C1;
}

a img
{
    border: 0;
}

/**
 **********************************
 * ID Containers
 **********************************
 */

#logo
{
    position: absolute;
    top: 380px;
    left: 85px;
	margin: 0;
	text-align: left;
	z-index: 3;
}

#gallery
{
    position: absolute;
    top: 620px;
    left: 85px;
    margin: 0;
    text-align: left;
    z-index: 3;
}

#words
{
    position: absolute;
    top: 10px;
    left: 493px;
	margin: 0;
	text-align: left;
	z-index: 3;
}

#photo
{
    position: absolute;
    left: -60px;
    top: 0px;
}

#content
{
    z-index: 2;
    position: absolute;
    padding: 20px;
    padding-top: 60px;
    width: 500px;
    left: 480px;
    top: 0px;
    background: #444;
    text-align: left;
}

#bio
{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #666;
}

#bio img
{
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 4px;
    float: left;
}

#copyright
{
    font-size: 75%;
    text-align: right;
    margin: 30px;
}

blockquote
{
    margin-left: 0px;
    padding-right: 30px;
    margin-bottom: 30px;
}

#sponsor-logos img
{
    margin: 10px;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
    float: right;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 20px;
}
 
#nav ul
{
 	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
 
#nav ul li
{
 	padding-left: 0;
	margin-left: 0;
	padding-bottom: 10px;
}

#nav a
{
    padding: 5px;
}

#nav a:hover
{
	color: #657860;
	text-decoration: none;
	background-color: #CCF0C1;
}



/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
 	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: -2px;
	font-size: 3em;
	margin-top: 0px;
	margin-bottom: 15px;
 }
 
 h2
 {
 	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2em;
	margin-bottom: 10px;
 }
 
 
/**
 **********************************
 * Misc. Things
 **********************************
 */
.clear 
{
	clear: both; 
	height: 1px; 
	line-height: 1px;
	padding: 0; 
	margin: 0;
}

#blanket {
    background-color:#111;
    opacity: 0.85;
    filter:alpha(opacity=85);
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}

#popup {
    position:absolute;
    top:0px;
    left:50px;
    background-color:#333;
    width:740px;
    height:590px;
    z-index: 9002;
    border: 2px solid #92bcec
}

