body {
    background: #000 url(../images/bgpaisley.png);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%;
}

h1 {display: none}
h2 {
    margin: .5em 0;
    border-bottom: solid 2px #cc9933;
    font-size: 2em;
    color: #8c8c8c;
}
p {
	margin: .5em 0;
	font-size: 1.2em;
	line-height: 1.25em;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
    -webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	-o-transition: color .25s linear;
	transition: color .25s linear;
}
a:hover{color: #cc9933}

header, section, footer {
    width: 900px;
    margin: auto;
}
section {
    padding: 20px 0 10px 0;
    background: #d9d9d9;
    background: -moz-linear-gradient(left,  #d9d9d9 0%, #cccccc 50%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9d9d9), color-stop(50%,#cccccc), color-stop(100%,#d9d9d9));
    background: -webkit-linear-gradient(left,  #d9d9d9 0%,#cccccc 50%,#d9d9d9 100%);
    background: -o-linear-gradient(left,  #d9d9d9 0%,#cccccc 50%,#d9d9d9 100%);
    background: -ms-linear-gradient(left,  #d9d9d9 0%,#cccccc 50%,#d9d9d9 100%);
    background: linear-gradient(to right,  #d9d9d9 0%,#cccccc 50%,#d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d9d9d9',GradientType=1 );
    color: #404040;
}
footer {
    clear: both;
    padding: 5px;
    color: #404040;
    text-align: center;
}

nav {
	height: 50px;
	position: relative;
	font-size: 2.4em;
	line-height: 50px;
	text-align: center;
	text-shadow: 0 -1px 2px #121212;
	color: #8c8c8c;
	border-top: solid 1px #3a3a3a;
	border-bottom: solid 1px #121212;
}
nav, #logobox {
    background: #262626;
    background: -moz-linear-gradient(top,  #303030 0%, #262626 50%, #1c1c1c 100%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(50%,#262626), color-stop(100%,#1c1c1c), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top,  #303030 0%,#262626 50%,#1c1c1c 100%,#1c1c1c 100%);
    background: -o-linear-gradient(top,  #303030 0%,#262626 50%,#1c1c1c 100%,#1c1c1c 100%);
    background: -ms-linear-gradient(top,  #303030 0%,#262626 50%,#1c1c1c 100%,#1c1c1c 100%);
    background: linear-gradient(to bottom,  #303030 0%,#262626 50%,#1c1c1c 100%,#1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#1c1c1c',GradientType=0 );
}
nav ul {list-style: none}
nav ul li {
	width: 18%;
	float: left;
	border-left: solid 1px #303030;
	border-right: solid 1px #1c1c1c;
}
nav ul li:first-child {border-left: none}
nav ul li:last-child {border-right: none}
nav ul li a {display: block;}
nav ul li.spacer {width: 27.25%; min-height: 1px; border: none}
nav a {font-weight: normal}

nav #logobox {
    position: absolute;
    left: 325px;
    top: -50px;
    width: 250px;
    height: 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;
	z-index: 13;
}
nav #logo {
    margin: 5px auto;
    z-index: 14;
}
nav #logoshadow {
    position:absolute;
    left: 335px;
    top: -45px;
    width: 230px;
    height: 156px;
    background: url(../images/shadow_logo.png);
    z-index: 12;
}
nav #navshadow {
    position: absolute;
    top: 50px;
    width: 900px;
    height: 10px;
    background-image: url(../images/shadow_nav.png);
    z-index: 11;
}

/* Defined classes */

.clearfix {clear: both}

.column_span {clear: both; margin: 0 15px}
.column_left {
    width: 45%;
    margin-left: 20px;
    float: left;
    text-align: left;
}
.column_right {
    width: 45%;
    margin-right: 20px;
    float: right;
    text-align: right;
}