body {
	margin: 0px;
	background-color: #5f1b1b;
	color: #8a8a8a;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,
	StartColorStr='#00FFFFFF',
	EndColorStr='#00FFFFFF');
	}
#header {
	width: 100%;
	height: 100%;
	background-image: url(images/header.jpg);
	}
#menu {
	width: 100%;
	height: 100%;
	background-image: url(images/menu.jpg);
	text-align: center;
	padding-top: 2px;
	font-family: verdana, arial, sans-serif;
	letter-spacing: -1px;
	}
#menu a:link {
	text-decoration: none;
	color: #8c8c8c;
	}
#menu a:visited {
	text-decoration: none;
	color: #8c8c8c;	
	}
#menu a:active {
	text-decoration: none;
	color: #8c8c8c;	
	}
#menu a:hover {
	text-decoration: none;
	color: #5f1b1b;	
	}
#copyright a:link {
	text-decoration: none;
	color: #5f1b1b;	
	}
#copyright a:visited {
	text-decoration: none;
	color: #5f1b1b;	
	}
#copyright a:active {
	text-decoration: none;
	color: #5f1b1b;	
	}
#copyright a:hover {
	text-decoration: none;
	color: #5f1b1b;	
	}
#content_top {
	width: 100%;
	height: 100%;
	background-image: url(images/content_top.jpg);
	}
#content_right {
	width: 100%;
	height: 100%;
	background-image: url(images/content_right.jpg);
	}
#content_left {
	width: 100%;
	height: 100%;
	background-image: url(images/content_left.jpg);
	}
#content_bottom {
	width: 100%;
	height: 100%;
	background-image: url(images/content_bottom.jpg);
	}
#copyright{
	width: 100%;
	height: 100%;
	background-image: url(images/copyright.jpg);
	padding-left: 20px;
	padding-right: 25px;
	text-align: center;
	}
.colorized {
	color: #5f1b1b;
	}
