@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/background/damask02.jpg) repeat center center fixed;
	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:11px;
	color: #888888;
}

.mainlayout a:link {color: #000000; text-decoration: none; }
.mainlayout a:visited {color: #000000; text-decoration: none; }
.mainlayout a:hover {color: #773077; text-decoration: none; }
	
.mainlayout #container{
position: absolute;
top: 50%;
height: 364px;
width: 100%;
margin: -225px 0 0 0;
border: 0px solid #eee;
background: none;
text-align: left;
overflow: hidden;

}
	
	

.mainlayout #header {
	margin: 0;
	height: 50px;
	background: #d0d0d0; 
	padding: 0 10px 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. */
	text-align: left;
}
.mainlayout #header img{ margin: 0px; border: 0px; padding: 0px; }

.mainlayout #copyright {
	float: right;
	text-align:right;
	padding: 18px 5px;
}

.mainlayout #buttons{
	
	float:right;
	text-align:right;
	
	
}


.mainlayout #buttons img {
	border: 0;
}

.mainlayout #buttons a img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.mainlayout #buttons a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.mainlayout #mainContent {
	margin: 0px 0px 0px 0px;
	height: 264px;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d0d0d0;
}




.mainlayout #index {
	padding: 220px 0px 0px 98px;
	margin: 12px 0px 0px 0px;
	border: 0;
}





.mainlayout #information {
	margin: 0;
	padding: 80px 0px 0px 0px;
}

.mainlayout #information p {
	margin: 0px 0px 5px 0px;
}

.style1 {color: #555; font-size:10px;}