@charset "utf-8";

/*
 * Default formatting
 */
html body {
	width: 100%;
	margin: 0px 0px;
}

body
{
	font: 62.5% 'Times New Roman', Verdana, Arial, sans-serif;
    color: #fff;
	background: #000;
}

h1, h2, h3, h4, h5, h6, h7, p
{
	margin: 0px;
    padding: 5px 0px;
}

h1
{
	color: #333;
    font-size: 1.6em;
    text-transform: capitilise;
}

h2
{
	font-size: 1.4em;
    color: #666;
}

h3
{
	color: #333;
    font-size: 1.4em;
    font-weight: normal;
    font-style: italic;
}

h4
{
	color: #666;
    font-size: 1.2em;
}

a
{
	color: #666;
    text-decoration: underline;
}

a:hover
{
	color: #999;
    text-decoration: none;
}

img
{
	border: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.frame
{
	border: 2px solid #666;
	margin: 5px 10px;
}

.content ul li {
	list-style-image: none;
}

/*
 * Styling and page layout
 */

#wrapper {
	width: 980px;
    margin: 0px auto;
}

#header
{
	height: 244px;
}
    
    #logo
    {
    }

#navigation
{
	height: 36px;
    background: transparent url('../images/menu.jpg') no-repeat top left;
    padding: 0px 50px;
    line-height: 36px;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    color: #231f20;
}

	#navigation a
    {
    	text-decoration: none;
    	color: #231f20;
    }
    
    #navigation a:hover
    {
    	color: #666;
    }

#sub-navigation
{
	height: 36px;
    padding: 0px 50px;
    line-height: 36px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

	#sub-navigation a
    {
    	text-decoration: none;
    	color: #fff;
    }
    
    #sub-navigation a:hover
    {
    	color: #ccc;
    }
    
#container
{
    position: relative;
    
    min-height: 300px;
    height: auto !important;
    height: 300px;
    
    padding: 0px 70px;
    
    background: transparent url('../images/1pix.jpg') repeat-y top left;
}

    #page-wrapper
    {
    }
    
        #page-wrapper .content
        {
            font-size: 1.4em;
            color: #000;
        }
        
#bottom
{
    background: transparent url('../images/bottom.jpg') no-repeat top left;
    height: 55px;
}

#footer
{
	text-align: center;
    font-size: 1.2em;
}

	#footer a
    {
    	color: #ccc;
    }
    
    #footer a:hover
    {
    	color: #999;
    }
	
    #footer #copyright
    {
    	padding: 10px 0px;
    }

	#footer #w3c
    {
    	display: none;
    }

/*
 * Hax (don't look here)
 */
 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
