@charset "utf-8";
/* CSS Document */
/* Top Right Bottom Left */

body {
    text-align: center;
	background: url(../images/background.gif) top left repeat;
	font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 50px;
}

#content {
	background: url(../images/content.jpg) top left repeat-y;
	background-position: top left;
	background-repeat: repeat-y;
}
.content {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.content a:link {
	color: #7C9A8A;
	font-weight: bold;
	text-decoration: none;
}
.content a:visited {
	color: #7C9A8A;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover {
	color: #7C9A8A;
	font-weight: bold;
	text-decoration: underline;
}