body {
	background: no-repeat center center fixed; 
	top: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper {
	width: 100;
	margin: 0 auto;
}

#container {
	position: relative;
	top: 25px;
	width: 85%;
	max-width: 575px;
	margin: 0 auto;
}

header {
	position: relative;
	left: 0px;
  	top: 0px;
	width: 100%;
	margin: 0 auto;
	border: none;
	white-space: nowrap;
	text-align: center;
}

#toprule {
	background: #CC9900; /* Old browsers */
	background: -moz-linear-gradient(top, #CC9900 0%, #ffffff 50%, #CC9900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CC9900), color-stop(50%,#ffffff), color-stop(100%,#CC9900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #CC9900 0%,#ffffff 50%,#CC9900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CC9900 0%,#ffffff 50%,#CC9900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CC9900 0%,#ffffff 50%,#CC9900 100%); /* IE10+ */
	background: linear-gradient(to bottom, #CC9900 0%,#ffffff 50%,#CC9900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC9900', endColorstr='#CC9900',GradientType=0 ); /* IE6-9 */
	opacity: 0.5;
	position:relative;
   	left: 0px;
  	top: 0px;
	width: 100%;
	border: none;
	font-color: #FFFFFF;
	font-family: Garamond;
	font-size: 20px;
	font-weight: 100;
	height: 2px;
	line-height: 25px;
	text-shadow: 1px 1px 0px #000000;
	text-shadow-blur: 4px;
	white-space: wrap;
	text-decoration: none;
	text-align: center;
}

nav {
	position:relative;
   	left: 0px;
  	top: 5px;
	width: 100%;
	border: none;
	font-color: #FFFFFF;
	font-family: Garamond;
	font-size: 20px;
	font-weight: 100;
	height: 3px;
	line-height: 25px;
	text-shadow: 1px 1px 0px #000000;
	text-shadow-blur: 4px;
	white-space: wrap;
	text-decoration: none;
	text-align: center;
}

nav a:link {
	color: #f2e5c0;
	text-decoration: none;
}

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

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

fb {
	position: fixed;
	bottom: 20px;
	left: 25px;
}

icon {
	position: fixed;
	bottom: 9px;
	right: 25px;
}

h2 {
	border: none;
	color: #FFBB00;
	font-family: Times, Times New Roman, serif;
	font-size: 24px;
	font-weight: 100;
	font-style: italic;
	height: auto;
	line-height: 20px;
	text-shadow: -1px 1px 1px #000;
	text-shadow-blur: 4px;
	white-space: wrap;
}

text {
	font-family: Garamond, Serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-shadow: -1px 1px 1px #000000;
	text-shadow-blur: 4px;
}

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

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

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

text a:active {
	text-decoration: none;
}

description {
	color: #FFFFFF;
	font-family: Times, Times New Roman, serif;
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	height: auto;
	height: 20px;
	line-height: 25px;
	text-shadow: -1px 1px 1px #000;
	white-space: nowrap;
	display: inline;
}

#bottomrule {
	background: #CC9900; /* Old browsers */
	background: -moz-linear-gradient(top, #CC9900 0%, #ffffff 50%, #CC9900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CC9900), color-stop(50%,#ffffff), color-stop(100%,#CC9900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #CC9900 0%,#ffffff 50%,#CC9900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CC9900 0%,#ffffff 50%,#CC9900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CC9900 0%,#ffffff 50%,#CC9900 100%); /* IE10+ */
	background: linear-gradient(to bottom, #CC9900 0%,#ffffff 50%,#CC9900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC9900', endColorstr='#CC9900',GradientType=0 ); /* IE6-9 */
	opacity: 0.5;
	position: fixed;
   	left: 0px;
  	bottom: 40px;
	width: 100%;
	border: none;
	color: #FFFFFF;
	font-family: Garamond, Serif;
	font-size: 12px;
	font-weight: 100;
	height: 2px;
	line-height: 15px;
	text-shadow: none;
	white-space: nowrap;
	text-align: center;
}

footer {
	position: fixed;
   	left: 0px;
  	bottom: 40px;
	width: 100%;
	border: none;
	font-family: Garamond, Serif;
	font-size: 12px;
	font-weight: 100;
	height: 2px;
	line-height: 15px;
	white-space: nowrap;
	text-align: center;
	color: #000000;
	white-space: wrap;
}

footer a:link {
	color: #336699;
	text-decoration: none;
}

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

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