@charset "utf-8";
/* CSS Document FOR WSX SITE*/


/* BASIC FORMATING STYLES */


body {
	font: 100% Georgia, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 12px;
	color: #460000;
}
* {
	margin: 0;
	padding: 0;
}
:link img {
  border: none;
}
a {color: #000000; text-decoration:none; font-weight:bold}
a:hover {text-decoration:underline}
input {
	color: #555;
	font: normal 1.2em "Georgia",serif;
	padding: 1px 2px 1px 2px;
}
.imput-button {
 font: normal 1em "Georgia",serif;
 background-color:#000000;
 border:none;
 color:#460000;
 padding: 2px 2px 2px 2px;
}
p,cite,code {
	font-size: 1em;
	padding-bottom: 1.2em;
}
td {
font-size: 0.7em;
}
ul {
	margin-left: 1.2em;
	font-size: 1em;
	padding-bottom: 1.2em;
	font-weight:bold;
	list-style-type: none;
}
h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h1,h2,h3 {color: #460000;}



/* LAYOUT STYLES */

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right:3px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

div.wraperAll {
	position:relative;
	width:900px;
	margin: 0 auto;
	text-align: left; 
}
div.wraperHeader {
	position:relative;
	width:900px;
	margin: 0 auto;
	text-align: left; 
}
div.wraperContent {
	position:relative;
	width:900px;
	margin: 0 auto;
	text-align: left; 
}

div.wraperFooter {
	position:relative;
	width:900px;
	margin: 0 auto;
	text-align: left; 
}
div.overParchment {
	position:relative;
	width:465px;
	height:70px;
}
div.parchmentTop {
	position:relative;
	width:455px;
	height:85px;
	margin-left:5px;
	background: url(images/constructor/Parchment_Top.png) no-repeat;
}
div.parchmentMiddle {
	position:relative;
	width:455px;
	margin-left:5px;
	background: url(images/constructor/Parchment_Middle.png) repeat-y;
}
div.parchmentBottom {
	position:relative;
	width:455px;
	height:68px;
	margin-left:5px;
	background: url(images/constructor/Parchment_Bottom.png) no-repeat;
}
div.mainContentArea {
	position:relative;
	width:361;
	margin-left:47px;
	margin-right:47px;
}


div.dragonLeft {
	position:relative;
	float:left;
	/*left:0px;
	top:0px;*/
	width:217px;
	height:211px;
	background: url(images/constructor/constructor_01.jpg) no-repeat;
}

div.logoArea {
		position:relative;
	float:left;
	/*left:217px;
	top:0px;*/
	width:465px;
	height:211px;
	background: url(images/constructor/constructor_02.jpg) no-repeat;

}

div.dragonRight {
	position:relative;
	float:right;
	/*left:682px;
	top:0px;*/
	width:218px;
	height:211px;
	background: url(images/constructor/constructor_03.jpg) no-repeat;
}

div.columnLeft {
	position:relative;
	float:left;
	/*left:0px;
	top:211px;*/
	width:217px;
	height:632px;
	background: url(images/constructor/constructor_04.jpg) no-repeat;
}


div.contentArea {
	position:relative;
	margin-left:217px;
	/*margin-right:218px;*/
	width:465px;
	background: url(images/constructor/constructor_05.jpg) no-repeat top;
}

div.columnRight {
	float:right;
	/*left:682px;
	top:211px;
	margin-top:211px;*/
	width:218px;
	height:632px;
	background: url(images/constructor/constructor_06.jpg) no-repeat;
}

div.footer {
	/*left:0px;
	top:843px;*/
	position:relative;
	width:900px;
	height:271px;
	background: url(images/constructor/constructor_07.jpg) no-repeat;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}