/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	margin: 0 auto;
	position: relative;
	width: 780px;
	text-align: center;
	background-image:url(images/side.jpg);
	background-repeat:repeat-y;
	border: 1px solid #233F0F;
	}

#top {
	top: 0px;
	left: 0px;
	height: 65px;
	background-color: #233F0F;
	background-image:url(images/heading.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-indent: -5000px;
	}
	
#links {
	margin: 0px 10px 0px 180px;
	text-align: left;
	border-bottom-color: #233F0F;
	border-bottom-width: 1px;
	}

#middle {
	margin: 0px 10px 0px 210px;
	text-align: left;
	font-size: 12px;
	}
	
#pictures{
	width: 150px;
	position: relative;
	left: 0px;
	top: 20px;
	}
	
#pictures2 {
	width: 550px;
	position: absolute;
	left: 217px;
	top: 278px;
	height: 350px;
	}

body[id=threlkeld] #pictures{
	height: 550px;
	}
#text {
	width: 400px;
	position: absolute;
	left: 371px;
	top: 165px;
	}
	
#text2 {
	width: 560px;
	position: absolute;
	left: 212px;
	top: 145px;
	height: 122px;
	}
	
#bottom {
	clear:both;
	background-color: #233F0F;
	text-align: right;
	font-size:10px;
	color: #C1D3BC;
	padding: 1em;
	}
	
a.blink:link {
	font-size: 10px;
	color: #C1D3BC;
	text-decoration:none;
	}
	
a.blink:visited{
	font-size: 10px;
	color: #C1D3BC;
	text-decoration:none;
	}
	
a.blink:hover {
	font-size: 10px;
	color: #C1D3BC;
	text-decoration:none;
	}
	
a.blink:active {
	font-size: 10px;
	color: #C1D3BC;
	text-decoration:none;
	}

#sidenews {
	float:left;
	width:160px;
	margin-left:10px;
	text-align: left;
	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #233F0F;
	line-height: 20px;
	height:560px;
	}
h1.side {
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	padding-top: 1em;
	}

h1.main {
	font-size: 15px;
	font-variant: small-caps;
	font-family:"Times New Roman", Times, serif;
	color: #233F0F;
	}

ul.main {
	line-height: 25px;
	list-style-type:circle;
	}
	
#nav ul {
	padding: 5px;
	margin: 0px;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#nav ul li {
	display: inline;
	}
#nav ul li a {
	color: #233F0F;
	text-decoration: none;
	font-weight: bold;
	padding-left: 1.2em;
	padding-right: 1.2em;
	}
#nav ul li a:hover {
	background-color: #233F0F;
	color: #C1D3BC;
	}
a.inner:link {
	color: #233F0F;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	}
a.inner:visited { 
	color: #233F0F;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	}
a.inner:hover {
	color: #233F0F;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
	}
a.inner:active {
	color: #233F0F;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	}
/*----------------copyright text---------------------------*/

.copyright {
	font-size:9px;
	color:#999999;
	text-align:center;
	}
a.copyright:link {
	color:#666666;
	}
a.copyright:visited {
	color:#666666;
	}
a.copyright:hover {
	color:#333333;
	}
a.copyright:active {
	color:#666666;
	}
