﻿/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
				padding: 0;
				margin: 0;
}

body {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				background-image: url('images/back_big8.gif');
				background-repeat: repeat;
}
#wrapper {
				border: 10px #FFFFFF solid;
				margin: 0 auto;
				width: 1000px;
				margin-top: 20px;
				margin-bottom: 20px;
}
#faux {
				background: url('images/back_content.gif') repeat-y;
				margin-bottom: 0px;
				overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */;
				width: 100%;
}
#header {
				color: #333;
				width: 1000px;
				height: 200px;
				background-image:url('images/header_index.jpg')
				
}
#navigation {
				border-bottom: 1px #FFFFFF solid;
				border-top: 1px #FFFFFF solid;				
				color: #333;
				height: 60px;
				margin: 0px 0px 0px 0px;
				width: 1000px;
}
#rightcolumn {

				display: inline;
				color: #333;
				padding: 10px 10px 10px 10px;
				width: 248px;
				float: right;
								font: "Trebuchet MS";

}
#leftcolumn {
				font: small "Trebuchet MS";
				background: #93B944;
				float: left;
				color: #333333;
				padding: 10px 20px 10px 20px;
				width: 690px;
				display: inline;
				position: relative;
				border-right: 1px #FFFFFF solid;
				text-align: justify;
}
#footer {
				font: small "Trebuchet MS";
				background: url('images/back_footer.gif') repeat-x;
				width: 1000px;
				clear: both;
				color: #FFFFFF;
				height: 200px;
				border-top: 10px #FFFFFF solid;
				letter-spacing: 3px;
}
.clear { clear: both; background: none; }
a.smallmenu:link {
				text-decoration: none;
				color: #FFFFFF;
}

a.smallmenu:visited{
				text-decoration: none;
				color: #FFFFFF;
}

a.smallmenu:hover {
				color: #333333;
}

a.link:link {
				text-decoration: none;
				color: #FFFFFF;
}

a.link:visited{
				text-decoration: none;
				color: #FFFFFF;
}

a.link:hover {
				color: #597526;
}
a.linkred:link {
	text-decoration: none;
	color: #FF0000;
}

a.linkred:visited{
	text-decoration: none;
	color: #FF0000;
}

a.linkred:hover {
	color: #FFFFFF;
}

a.news:link {
				text-decoration: underline;
				color: #0000FF;
				font-size: large;
}

a.news:visited{
				text-decoration: none;
				color: #FFFFFF;
}

a.news:hover {
				color: #FFFFFF;
}

.photo {
				border: #FFFFFF;
				border-style: solid;
				border-width: 3px;
}
a.link2:link {
				text-decoration: none;
				color: #FFFFFF;
}

a.link2:visited{
				text-decoration: none;
				color: #FFFFFF;
}

a.link2:hover {
				color: #FF0000;
