/*
      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;
}


#wrapper {
	width: 950px;
	background-color: #FFFFFF;
	border: none;
	background-position: center center;
	padding: 15px;
	height: 645px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	clear: none;
	overflow: hidden;
	position: relative;
	top: 40px;
	visibility: visible;
}

#wrapper2 {
	width: 940px;
	background-color: #FFFFFF;
	border: 1pt solid #999999;
	padding: 0px;
	height: 635px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	clear: none;
	position: relative;
	top: 5px;
}

#rightcolumn {
	display: inline;
	width: 170px;
	float: left;
	background-color: #FFFFFF;
	height: 575px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 44px;


}
#leftcolumn {
	float: left;
	margin: 20px;
	padding: 0px;
	width: 696px;
	display: inline;
	position: relative;
	height: 595px;
	visibility: visible;
}

.italics {
	clear: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 14px;
}

.subhead {
	clear: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	line-height: 14px;
	font-style: normal;
	font-variant: normal;
}

.body {
	clear: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	line-height: 14px;
}
