@charset "ISO-8859-1";

body {
margin : 0;
padding : 0;
border : 0;
text-align : center;
background-color: #202020;
background-image: url('media/tile.jpg');
background-position: top center;
background-repeat: no-repeat;
background-attachment: scroll;
}

#container { 
width: 990px;
margin: 0 auto;
text-align : center;
}

#container2 { 
width: 600px;
margin: 0 auto;
text-align : center;
}

#container3 { 
width: 600px;
margin: 0 auto;
text-align : center;
}

a:focus {
outline : none;
}

a:link {
color : #E0C060;
text-decoration : none;
outline : none;
}

a:visited {
color : #E0C060;
text-decoration : none;
outline : none;
}

a:hover {
color : #C060E0;
text-decoration : underline;
outline : none;
}

a:active {
color : #C060E0;
text-decoration : underline;
outline : none;
}

body, table, td {
color : #F0F0F0;
font-family : "Open Sans", sans-serif;
font-weight : 400;
font-size : 15px;
line-height: 160%;
}

/* Main Title */
h1 {
color : #F0F0F0;
font-family : "Grand Hotel", cursive;
font-weight : 400;
font-size : 28px;
line-height: 160%;
letter-spacing: 0px;
word-spacing: 1px;
text-shadow : 1px 1px 3px #000000;
}

/* Small Title */
h2 {
color : #F0F0F0;
font-family : "Grand Hotel", sans-serif;
font-weight : 400;
font-size : 24px;
line-height: 160%;
letter-spacing: 0px;
word-spacing: 1px;
text-shadow : 1px 1px 3px #000000;
}

/* Small Title Bright Orange */
h4 {
color : #FF6600;
font-family : "Grand Hotel", sans-serif;
font-weight : 400;
font-size : 24px;
line-height: 160%;
letter-spacing: 0px;
word-spacing: 1px;
text-shadow : 1px 1px 3px #000000;
}

/* Navigation */
h3 {
color : #F0F0F0;
font-family : "Open Sans Condensed", sans-serif;
font-weight : 700;
font-size : 16px;
line-height: 160%;
letter-spacing: 0px;
word-spacing: 0px;
text-shadow : 1px 1px 3px #000000;
}

.smallprint {
color : #F0F0F0;
font-family : "Open Sans", sans-serif;
font-weight : 400;
font-size : 12px;
line-height: 160%;
}

.copyright {
color : #C0C0C0;
font-family : "Open Sans", sans-serif;
font-weight : 400;
font-size : 12px;
line-height: 160%;
}