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

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:30px 0px; padding:0px;
}

#bgimg {
	position:absolute;
	z-index:-1;
	left: 170px;
}

#holder {
width:100%;
}

#template {
	margin:0px auto;
	width:800px;
	left: 200px;
	top: 33px;
}

#template_mainbody {

}

/*LINKS*/

.menu_link a { 
color:#522e91;
font-size:12px;
text-decoration:none;
}
.menu_link a:hover { 
color:#333333;
font-size:12px;
text-decoration:none;
}

.menuSpace {
padding-top:20px;
}

/*TEXT*/
.titletext {
font-size:20px;
color:#522e91;
font-weight:bold;
}
.bodytext {
font-size:14px;
color:#522e91;
}
.copyright {
font-size:10px;
color:#333366;
}
