/* CSS Document */

body {
	background: url(../images/tile.gif) repeat;
	text-align: center;
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	}
p, ul, ol {
	margin: 1em 0;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	font-weight: bold;
	}
h1 {
	font-size: 1.7em;
	}
h2 {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.3em;
	}
h4 {
	font-size: 1.2em;
	}
h5 {
	font-size: 1.1em;
	}
h6 {
	font-size: 1em;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
del {
	text-decoration: line-through;
	color: red;
	}
pre {
	font-family: 'Courier New', Courier, monospace; 
	}
address {
	font-style: italic;
	}
#wrapper {
	width: 850px;
	height: 100%;
	margin: auto;
	text-align: center;
	background: url(../images/pagetile.gif) repeat-y;
	}
#container {
	width: 788px;
	height: 100%;
	margin: auto;
	text-align: left;
	}
	#header {
		background: url(../images/heading2.jpg) no-repeat;
		height: 161px;
		}
	#linkstop {
		background: url(../images/menu_bg.png) repeat-x;
		min-height: 19px;
		padding: 0;
		margin: 0;
		line-height: 1.2em;
		}
		#linkstop ul {
			float: left;
			padding-right: 12px;
			margin: 0;
			}
		#linkstop li {
			display: inline;
			list-style-type: none;
			padding: 4px 11px 4px 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .8em;
			font-weight: bold;
			}
		#linkstop a {
			color: #fff;
			text-decoration: none;
			}
		#linkstop a:hover {
			color: #982E1E;
			}
	#news {
		width: 768px;
		padding: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		#news a {
			color: #982E1E;
			text-decoration: none;
			}
		#update {
			font-size: .8em;
			}
		#loginbox {
			display: none;
			text-align: right;
			background-color: #79939b;
			padding: 10px;
			}
			#loginbox input {
				font-size: .9em;
				}
			#loginbox .input {
				width: 130px;
				height: 10px;
				}
	#content {
		width: 738px;
		padding: 0 25px 25px 0;
		float: right;
		font-size: 1em;
		line-height: 1.3em;
		font-family: Georgia, 'Times New Roman', serif;
		}
		#content ul {
			list-style: square;
			padding-left: 20px;
			}
		#content ol {
			list-style: decimal;
			padding-left: 20px;
			}
		#gallerylink {
			float: left;
			width: 150px;
			border: 1px solid #000;
			padding: 5px;
			margin-right: 10px;
			margin-bottom: 10px;
			text-align: center;
			font-size: .8em;
			}
		#box {
			font-size: .8em;
			padding: 10px;
			border: 1px solid #8F2E1D;
			}
	#footer {
		clear: both;
		background: url(../images/footer.gif) no-repeat;
		text-align: center;
		padding-top: 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		#footer p {
			font-size: .8em;
			padding: 8px 25px 8px 25px;
			color: #79939b;
			}
			#footer p a {
				text-decoration: none;
				color: #516368;
				}
			#footer p a:hover {
				color: #293235;
				}
		#linksbottom {
			background-color: #79939b;
			width: 100%;
			line-height: 1em;
			height: 1em;
			padding-bottom: 2px;
			}
		#linksbottom ul {
			margin: 0;
			}
		#linksbottom li {
			display: inline;
			list-style-type: none;
			font-size: .8em;
			font-weight: bold;
			margin: 2px 0;
			padding: 0 10px 0 10px;
			}
		#linksbottom a {
			color: #fff;
			text-decoration: none;
			}
		#linksbottom a:hover{
			color: #982E1E;
			}
		.left,
		.alignleft {
			float: left;
			}
		.right,
		.alignright {
			float: right;
			}
		.clear {
			clear: both;
			}
		.bold {
			font-weight: bold;
			}
