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

/* For FireFox remove all padding and margins */
* {padding: 0; margin: 0;}

body 
{ 
    text-align: center; 
	background-color: #ac99d3;
	margin-bottom: 20px;
}

/* IE */
#wrapper
{
	width:983px;
	height:970px;
	margin-left:auto; 
	margin-right:auto;
	position:relative;
	text-align:left;
}

/* All Browsers Except IE */
html>body #wrapper {
	width:980px;
	height:970px;
	margin-left:auto; 
	margin-right:auto;
	position:relative;
	text-align:left;
}

.wrapperstyle
{
    border: 3px #3a0d95 solid;
	border-top: none;
	background: #FFFFFF;
}

.mainbackground
{
    position:absolute;
	left:20px;
	top:60px;
}

.maintitle
{
    position:absolute;
	left:240px;
	top:10px;
}

.address
{
    position:absolute;
	left:25px;
	top:75px;
}

.menuleft
{
    position:absolute;
	left:45px;
	top:190px;
}

.footer
{
    position:absolute;
	top:614px;
	left:240px;
	width:680px;
	/*border:groove;*/
}

.footer a { color:#ffffff; text-decoration:none; }
.footer a.visited { color:#ffffff; text-decoration:none; }
.footer a.hover { color:#ffffff; text-decoration:none; }    

.mainbody
{
    font-size:18px;
    color:#3a0d95;
    position:absolute;
	left:240px;
	top:90px;
	width:680px;
	height:515px;
	text-decoration:none;
	/*border:groove;*/
	overflow:auto;
}

.mainbody a { color:#3a0d95; text-decoration:none; }
.mainbody a.visited { color:#3a0d95; text-decoration:none; }
.mainbody a.hover { color:#3a0d95; text-decoration:none; }