/*
      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-color: #285050;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;

}
#header {
 width: 950px;
 float: left;
 padding: 0px;
 border: 0px;
 height: 105px;
 margin: 0px 0px 0px 0px;
 background: #336666;
}
#leftcolumn { 
 color: #333;
 border: 0px;
 background: #336666;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 593px;
 width: 193px;
 float: left;
}
#rightcolumn { 
 float: left;
 color: #FFF;
 border: 0px;
 background: #336666;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 593px;
 width: 757px;
 display: inline;
}
#footer { 
 width: 950px;
 clear: both;
 border: 0px;
 background: #336666;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 20px;
}

.pagetitle {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font: larger Impact;
	color: #000000;
}

.itemtitle {
	font: medium Impact;
	color: #ffffff;
	background-image:url(images/itemtitlebg.jpg);
	background-repeat:no-repeat;
	padding-left: 3px;
	margin-right: 170px;
}

.bodytext {
	margin-left: 14px;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-right: 170px;
	font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.hastitle {
	background-color:#aaaaaa
}

.pagearea {
	margin-left: 18px;
}

.main {
 height: 593px;
 width: 757px;
 border:none;
 background-image:url(images/iframeBg.jpg);
 background-attachment:scroll;
 background-repeat:no-repeat;
 overflow:auto;
}

.maindetail {
	 height: 593px;
	 width: 757px;
	 border:none;
	 background-image:url(images/iframeBg.jpg);
	 background-position:top;
	 background-position:left;
	 background-repeat:no-repeat;
}

img {
	border: none;
}

a:link {
	text-decoration: none;
	color:#CC4444;
}
a:visited {
	text-decoration: none;
	color:#444477;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}