@charset "utf-8";
/* CSS Document */

body {
	background: #3e286d url('imgs/bg.jpg') repeat-x center top;
}

a:active, a:visited, a:link {
	color:#09F;
	text-decoration: none;
}

a:hover {
	color:#09F;
	text-decoration: underline;
}

.container #center{
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}

.container #sidebar1 {
	color:#FFF;
	float: left;
	width: 160px; /* since this element is floated, a width must be given */
	margin: 250px 0 0 0; /* top and bottom padding create visual space within this div */
}

.container #sidebar2 {
	color:#FFF;
	/*float: right;*/
	margin-left: 710px;
	margin-bottom: 20px;
	width: 230px;
	bottom: 0px;
	position: fixed;
}

.container #head {
	background: url('imgs/bg1.png') no-repeat top center;
	text-align:center;
	width:550px;
	height: 250px;
	margin:	 -15px 1.5em 5px 150px;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:absolute;
}

.container #content {
	color:#000;
	background: url('imgs/bg2.jpg') center;
	background-position: 14px 0px;
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom: 0px;
	width:550px;
	max-width: 550px;
	min-height: 100%;
	max-height: 1080px;
	top: 0px;
	margin: 230px 0px 0px 150px;
	/* padding-bottom: -20px;*/
	position: absolute;
	padding: 0px 0 0 10px;
}

.container #layer1 { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
input[type=text] {
	border: 2px dotted #3e286d;
	background: none;
}

input[type=button] {
	border: 2px dotted #3e286d;
	background: none;
	cursor: pointer;
}

select, textarea {
	border: 2px dotted #3e286d;
	background: none;
}

option {
	background-color: #FFE;
}

.container #layer2 { 
	top: -500px;
	position: absolute;
	visibility:hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.TabOff {
	width:160px;
	text-align:left;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	height:22px;
	padding-top:5px;
	padding-bottom:2px;
	cursor:pointer;
	border-top: dotted #FFF 2px;
}
.TabOffCorner {
	width:10px;
	float:right;
}
.TabOff #menu_object{
	color:#FFF;
	text-decoration:none;
}

.TabOff #menu_object a:hover{
	color:#FFF;
	text-decoration:none;
	background-color: #60A;
}

.TabOff #menu_object:hover{
	color:#FFF;
	width: 160px;
	text-decoration:none;
	background-color: #60A;
}

.TabOff a:hover{
	margin-top: -5px;
	width:160px;
	height:22px;
	text-align:left;
	float:left;
	padding-top:0;
	padding-top:5px;
	padding-bottom:2px;
	cursor:	pointer;
	color:#FFFFFFF;
	background-color: #60A;
	text-decoration:none;
}
TabOff:hover{
	width: 160px;
	color:#FFFFFFF;
	text-decoration:none;
	background-color: #60A;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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 its child floats */
	clear: left;
    height:0;
    font-size: 15px;
    line-height: 15px;
}

.style1 h2 {
	text-align:left;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#3e286d;
}

.style2 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#af6ac8;
}

.style3 {
	color: #F03;
	font-weight:bold;
	font-size: 110%;
}

.style4 {
	font-size: 120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#3e286d;
	text-decoration: none;
}
.style4 a {
	color:#3e286d;
	text-decoration: none;
}

.style5 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#700;
}