body {
	padding: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 1000px;
	font-family: Arial;
}
#header {
	height: 90px;
	width: 930px;
	background-image: url(site_files/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	padding-top: 10px;
}
#mainpage {
	background-color: #CCCCCC;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 1000px;
	border: 2px ridge #999999;
}
#sidebar {
	width: 190px;
	float: left;
	background-image: url(site_files/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 95%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 480px;
}
#contents {
	width: 775px;
	float: left;
	background-image: url(site_files/contents.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #FFFFFF;
	height: 480px;
}
#footer {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
}






.menu, .menucur {
	color: #990000;
	background-color: #999999;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Arial;
	width: 168px;
	background-image: url(site_files/butt0ff.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	text-transform: uppercase;
}
.menucur, .menu:hover {
	color: #FF0000;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(site_files/button.jpg);
}

.textbox {
	padding: 5px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
.readmore {
	text-align: right;
	display: block;
	padding-right: 10px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-weight: bold;
	cursor: pointer;
	color: #990000;
	text-decoration: none;
}
.readmore:hover {
	color: #FF0000;
}
h1 {
	font-size: 130%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.sigma {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #400000;
	text-decoration: none;
	background-color: #808000;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 2px ridge #FFFF00;
}
.sigma:hover {
	background-color: #B7B700;
	color: #990000;
}
li {
	list-style-position: inside;
	list-style-type: circle;
	margin-bottom: 4px;
}
ul {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: 1px solid #000000;
}
