/*
      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: 12px;
	background-attachment: scroll;
	background-color: #CAE3FB;
	background-repeat: repeat-x;
	background-image: url(../images/page-bckgrnd.gif);
	line-height: 18px;
	color: 333;
}
h1 {
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
}
h2 {
	font-size: 12px;
	color: #0066CC;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}
p {
	padding-bottom: 10px;
}
li {
	padding-left:20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/butterfly.gif);
	background-repeat: no-repeat;
	background-position: 4pt 0.1em;
	background-color:transparent;
	list-style-type: none;
	padding-bottom: 8px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(../images/contentbckgrnd.gif);
}
#header {
	color: #333;
	width: 880px;
	padding: 10px;
	height: 134px;
	margin: 0px;
	background-color: #CAE3FB;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#navigation {
	color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#navigation a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	text-decoration: none;
	color: #fff799;
}
#leftcolumn {
	display: inline;
	color: #333;
	padding: 0px;
	width: 234px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#content {
	float: left;
	color: #333;
	padding: 0px;
	width: 440px;
	display: inline;
	position: relative;
	margin: 0px;
}
#content img {
	float: right;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content440image {
		font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 440px;
	float: right;
	margin-left: 0px;
	text-align: right;
	clear: right;
	color: #666666;
	line-height: 12px;
}
#contentimages {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 230px;
	float: right;
	margin-left: 0px;
	text-align: right;
	clear: right;
	color: #666666;
	line-height: 12px;
}
#contentadvert {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 140px;
	float: right;
	margin-left: 0px;
	text-align: right;
	clear: left;
	color: #666666;
	line-height: 12px;
}
#contentadvert250 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
	float: right;
	margin-left: 10px;
	text-align: right;
	clear: left;
	color: #666666;
	line-height: 12px;
}
#contentcopyright {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
	float: right;
	margin-left: 20px;
	text-align: right;
	clear: right;
	color: #666666;
	line-height: 12px;
}
#content a:link, a:visited {
	color: #0066CC;
	text-decoration: underline;
}
#content a:hover {
	color: #6AA4F0;
	text-decoration: underline;
}
#title {
	height: 35px;
	width: 440px;
	float: left;
}
#title img{
	float: left;
	margin-left: 0px;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	margin: 0px;
	width: 135px;
	float: right;
	background-color: #3CB878;
	background-image: url(../images/right-column-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footer {
	width: 880px;
	clear: both;
	color: #333;
	margin: 0px;
	padding: 10px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 45px;
}
.clear {
	clear: both;
	background: none;
}
