A:link {
	text-decoration: underline;
	color: #FFFFFF;
	border: 0;
}
A:visited {
	text-decoration: underline;
	color: #FFFFFF;
	border: 0;
}
A:active {
	text-decoration: underline;
	color: #FFFFFF;
	border: 0;
}
A:hover {
	text-decoration: underline overline;
	color: #FFFFFF;
	border: 0;
}
img	{
	border: 0;
}
body {
	background-image: url(../img/system/bg_001.png);
	background-repeat: repeat-x repeat-y;
	margin: 0;
	padding: 0;
}
#wrapper {
    position: absolute;
    width: 830px;
    top: 15px;
    left: 13%;
    color: #FFFFFF;
    font-family: "calibri", "Trebuchet MS";
    font-style: Italic;
    font-size: 14px;
}
#header {
    background-image: url(../img/system/header_001.png);
	background-repeat: no-repeat;
	height: 207px;
	width: 830px;
}
#top_menu {
    background-image: url(../img/system/top_menu_001.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 830px;
	padding-top: 15px;
	text-align: center;
}
#content {
    background-image: url(../img/system/content_001.png);
	background-repeat: repeat-y;
	height: auto;
	width: 830px;
	padding-left: 30px;
	margin-top: -15px;
	padding-bottom: 10px;
}
#description {
	text-align: left;
	width: 765px;
}
#description img {
    float: left;
	padding-right: 10px;
}
#footer {
	background-image: url(../img/system/footer_001.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 830px;
	text-align: center;
	font-size: 10px;
}
h1 {
    text-align: center;
    font-size: 27px;
    font-style: Plain;
    font-family: "Savoye LET", "calibri", "Trebuchet MS";
    margin-top: -15px;
    line-height: 30px;
}
#overline {
	text-decoration: overline;
}
