@charset "utf-8";
body {
	background-color: #352063;
	padding-top: 20px;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
height:100%;
margin-bottom:1px;
}
#wrapper {
	width: 644px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
}
#wrapper #mid {
	background-image: url(images/pen-bkgrd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #mid #maincontent {
	padding-top: 90px;
	padding-right: 130px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #352063;
}
#wrapper #mid #maincontent h1 {
	font-size: 17px;
	line-height: 22px;
}
#wrapper #mid #maincontent p {
	padding-bottom: 8px;
}
.small {
	font-size: 10px;
	line-height: 12px;
}
.border {
	border: 1px solid #CCCCCC;
}
#wrapper #mid #maincontent a:link {
	font-size: 10px;
	line-height: normal;
	color: #352063;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #mid #maincontent a:visited {
	font-size: 10px;
	line-height: normal;
	color: #352063;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #mid #maincontent a:hover {
	line-height: normal;
	color: #352063;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#wrapper #mid #maincontent a:active {
	font-size: 10px;
	line-height: normal;
	color: #352063;
	text-decoration: none;
	font-weight: bold;
}
