/* CSS Document */

/*-------------Custom Global Tags-----------------*/

body {
background: #000;
padding-top: 0;
padding-bottom: 30px;
margin: 0px;
font-family: "Cambria", serif; 
}

a img,:link img,:visited img { border: none; }

a {
border: none;
outline: none;
}

object {
border: none;
outline: none;
}

form {
padding: 0;
margin: 0;
}

#age input {
width: 195px;
height: 26px;
color: #000;
border: none;
margin: 0 0 10px 0;
padding: 2px 0 5px 32px;
font-size: 25px;
font-family: "Trebuchet MS", sans-serif;
background: none;
letter-spacing: 34px;
}

.red {
color: #930203;
}

.gold {
color: #e0c06e;
}

.white {
color: #fff;
}

a {
font-size: 16px;
text-decoration: none;
color: #e0c06e; 
}

h2 {
font-weight: 100;
}

/*-----------------Layout Divs------------------*/

#wrapper {
width: 1000px;
position: relative;
margin: 10px auto; 
margin-bottom: 0px;
margin-top: 0px;
}

#ageContainer {
width: 1000px;
height: 298px;
background: url(images/intro.jpg) top center no-repeat;
padding-top: 402px;
}

#age {
position: relative;
margin: 0px auto;
width: 300px;
height: 150px;
text-align: center;
}

#header {
width: 1000px;
height: 251px;
background: url(images/header.gif) top center no-repeat;
}

#introFlash{
width: 1000px;
height: 500px;
padding: 0;
margin: 0;
}

#content {
width: 1000px;
}

#nav {
width: 715px;
height: 13px;
padding: 0 0 0 285px;
}

#clear {
clear: both;
height: 1px;
font-size: 1px;
}

#footer {
width: 720px;
font-size: 14px;
padding: 40px 140px 40px 140px;
}

#footer a {
font-size: 16px;
text-decoration: none;
color: #e0c06e; 
}

#headerSub {
width: 1000px;
height: 188px;
background: url(images/header_sub.gif) top left no-repeat;
padding: 0 0 30px 0;
}

#navSub {
float: right;
width: 615px;
height: 120px;
padding: 65px 0 0 0;
}

#left {
float: left;
width: 335px;
color: #e4c66f;
font-family: Cambria, "Times New Roman", Serif;
}

#right {
float: right;
width: 460px;
color: #ccc;
padding: 0 150px 0 0;
text-align: justify;
color: #e4c66f;
font-family: Cambria, "Times New Roman", Serif;
font-size: 15px;
}

#logo {
width: 317px;
float: left;
}