@charset "utf-8";

@import url("../SpryAssets/SpryValidationTextField.css");
@import url("../Scripts/forms.css");


/* ~~~~~~~~~~~~~ STRUCTURE ELEMENTS ~~~~~~~~~~~~~~ */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../stars.gif) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../img/stars.gif);
}
#wrapper {
	width: 827px;
	background: transparent;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: transparent; 
	padding: 0; 
	height: 182px;
}
#container {
	padding: 0; 
	background: transparent;
}
#topContent {
	background: transparent url(../img/topText.png) top left no-repeat;
	height: 81px;
}
#menuTop {
	background: transparent url(../img/topMenu.png) top left no-repeat;
	height: 32px;
	padding-left: 100px;
}
#mainContent {
	width: 827px;
	background: transparent url(../img/rightRepeat.png) top right repeat-y;
	position: relative;
	margin: 0;
	padding: 0;
}
#topLeft {
	position:absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 212px;
	background:url(../img/leftTop.png) top left no-repeat;
}
#topRight {
	position:absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 212px;
	background:url(../img/rightTop.png) top right no-repeat;
}
#bottomLeft {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 247px;
	background:url(../img/leftBottom.png) bottom left no-repeat;
}
#bottomRight {
	position:absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 247px;
	background:url(../img/rightBottom.png) bottom right no-repeat;
}
#general {
	padding: 10px 110px 10px 100px;
	background:url(../img/repeat.png) top center repeat-y;
}
#menuBottom {
	background: transparent url(../img/bottomMenu.png) top left no-repeat;
	height: 30px;
	text-align:center;
}
#footer {
	padding: 0;
	background: transparent url(../img/bgrFooter.png) top left no-repeat;
	height: 111px;
}

/* ~~~~~~~~~~~~~ MULTIPLE USE ~~~~~~~~~~~~~~ */

.fltLEFT {
	float:left;	
	padding: 6px 10px 1px 0;
}
.fltRIGHT {
	float:right;
	padding-left: 10px;
}
p {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #480000;
}
h2 {
	color: #600;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	word-spacing: 0.7em;
	font-weight: lighter;
}
h4 {
	color: #98150E;
	font-weight: bold;
	font-size: 0.9em;
}
h5 {
	color: #E60000;
	font-weight: bold;
	font-size: 0.9em;
	text-align:center;
}
ul {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #480000;}
table th {
	color: #600;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
table td {
	color: #600;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
table .payment {
	border: 1px solid #CE7979;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.signUp {
	padding: 20px;	
}
.faq {
	padding: 10px 0;	
}
.faq p {
	text-align:justify;	
}
#footer #webmaster {
	font-size: 75%;
	color: #1C1710;
	padding: 50px 150px;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}
#footer #webmaster a {
	font-weight:bold;
	text-decoration: none;
	color: #5A3329;
}
#footer #webmaster a:hover {
	color: #A04947;
}
