﻿html {
color: #333333; 
font-family: "Century Gothic", 'Didact Gothic', "Futura Bk BT", Helvetica, Verdana, sans-serif, Arial;
text-align: left;
background-color: transparent;
background-attachment: fixed; 
padding-left: 0px;
}

body {
background-image: url('../images/background.jpg');
font-size: 100%;
min-width: 760px;
color: white;
text-align: left;
background-color: silver;
background-attachment: fixed;  
}

}
#box {
	-webkit-box-shadow: 3px 3px 12px 0 #999;
}

img {
display: block;
}

a img {
border: none;
vertical-align: middle;
}

table {
border-style: none;
}

tr {
vertical-align: top;
padding: 0px 20px 20px 0px;
}

td {
padding-bottom: 10px;
padding-right: 20px;
}

img {
box-shadow: 10px 10px 20px #000000;
-moz-box-shadow: 10px 10px 20px #000000;
-webkit: 10px 10px 20px #000000;
}

.noDropShadow {
	box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit: 0px 0px 0px;
}

.fontXsmall {
	font-size: x-small;
}

.TextLighter {
	color: #A09474;
}

a:link {
color: #eeeeee;
text-decoration: none;
text-align: center;
}

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

a:hover {
color: #CC9999;
border-bottom: 2px dotted #cc3300;
text-decoration: none;
background-color: white;
}

a:active {
color: #cccccc;
text-decoration: none;
}

p {
font-size: 90%;
font-weight: bold;
color: silver;
padding-bottom: 5px;
}

h1 {
font-size: 300%;
font-weight: normal;
color: #66CCFF;
letter-spacing: 3px;
text-shadow: 4px 2px 7px #333300;
}

.XX-largeH1 {
	font-size: xx-large;
	text-shadow: 4px 2px 7px #333300;
}


h2 {
font-size: 200%;
font-weight: bold;
color: #999999;
padding-bottom: 5px;
}

h3 {
font-size: 95%;
font-weight: bold;
color: #999999;
padding-bottom: 5px;
}

h4 {
font-size: 87%;
font-weight: bold;
color: #99CCCC;
padding-bottom: 5px;
}

h5 {
font-size: 80%;
font-weight: bold;
color: #999999;
padding-bottom: 5px;
}

h6 {
font-size: 65%;
font-weight: bold;
color: #ffffff;
padding-bottom: 5px;
}

ul {
background: transparent;
margin-left: 0px;
font-size: 80%;
font-weight: bold;
}

li {
background: transparent;
margin-left: 0px;
list-style-type: none
}

.clear { clear: both; }