/* CSS Document */

body {
	background: url(../images/tile.gif) repeat;
	text-align: center;
	color: #01275f;
	font: Georgia, "Times New Roman", Times, serif;
	}
p {
	padding-bottom: 1em;
	}
h1 {
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	}
strong {
	font-weight: bold;
	}
#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/links.gif) no-repeat;
		height: 38px;
		padding: 0;
		margin: 0;
		line-height: 1.2em;
		}
		#linkstop ul {
			float: right;
			padding-right: 12px;
			}
		#linkstop li {
			display: inline;
			list-style-type: none;
			padding: 4px 11px 4px 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .7em;
			font-weight: bold;
			}
		#linkstop a {
			color: #fff;
			text-decoration: none;
			}
		#linkstop a:hover {
			color: #982E1E;
			}
	#news {
		background: url(../images/newstile.gif) repeat;
		width: 192px;
		padding: 10px;
		float: left;
		font-size: .7em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		#news a {
			color: #982E1E;
			text-decoration: none;
			}
		#update {
			padding-top: 50px;
			font-size: .9em;
			}
		#loginbox {
			display: none;
			text-align: right;
			background-color: #fff;
			padding: 10px;
			}
			#loginbox input {
				font-size: 9px;
				}
			#loginbox .input {
				width: 130px;
				height: 10px;
				}
	#content {
		width: 525px;
		padding: 25px 25px 25px 0;
		float: right;
		font-size: .9em;
		line-height: 1.4em;
		}
		#content a {
			text-decoration: none;
			color: #8F2E1D;
			}
		#content a:hover {
			font-weight: bold;
			}
		#content ul {
			list-style: square;
			padding-left: 20px;
			}
		#content p.center {
			text-align: center;
			}
		#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: .6em;
			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: .6em;
			padding-bottom: 2px;
			}
		#linksbottom li {
			display: inline;
			list-style-type: none;
			font-size: .6em;
			font-weight: bold;
			padding: 0 10px 0 10px;
			}
		#linksbottom a {
			color: #fff;
			text-decoration: none;
			}
		#linksbottom a:hover{
			color: #982E1E;
			}
		.left {
			float: left;
			}
		.right {
			float: right;
			}
		.clear {
			clear: both;
			}
		.bold {
			font-weight: bold;
			}