a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

body {

	background: url(bg.gif) center #3F3F3F;
	background-color: #3F3F3F;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	text-align: center;

}

h1 {
	font-size: 16px;
	text-align: center;
}

img {
	border: none;
	margin: 0px;
}

#container {
	background: #FFFFFF;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#menu {
	text-align: left;
	background-image: url(fade.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
	border: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
}

#content {
	text-align: left;
	background-image: url(fade.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
	border: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
}