/* CSS Document
Notes:
1. Can add height to columns
*/

* {
	margin:0;
	padding:0;}
body {
	margin:0;
	padding:0;
	background-color:#948593; 
	font-family: small Verdana, Arial, Helvetica, sans-serif;}
#wrapper {
	background-color:white;
	margin:10px 40px 0px 40px;
	padding:10px;
	width:900px;
	height:465px;
	border:3px solid #CCCCCC;}
#header {
	margin:10px 40px 5px 40px;}
#header h1 {
	color: white;
	font-size:28px;}
#line {
	margin:0px 0px 0px 40px;
	border-bottom:1.5px solid white;
	border-top:1.5px solid white;
	height:3px;
	width:926px;}
#main { /*this is whole area below topnav*/
	margin-top:10px;
	width:100%;
	height:410px;}
html>/**/ body #main { 
	margin-top:10px;
	width:100%;
	height:400px;}
#main h2 {
	margin:10px 0px 0px 55px;
	padding:0px 0px 8px 0px;
	font-size:18px;
	line-height:18px;
	color: #666666;
	font-weight:normal;
	width:790px;}
/*LEFT COLUMN*/
#column1 {
	float:left;
	width: 440px;
	margin:0;
	padding:0;}
#column1 .inner {
	margin:18px 0px 0px 85px;}
#column1 p {
	font-size:14px;
	color:#666666;}
/*CENTRE*/
#column2 {
	margin: 0 420px 0 460px;
	height:300px;}
/*RIGHT COLUMN*/
#column3 { 	
	float:right;
	width:400px;
	margin:0;
	padding:0;}
#column3 img {
	margin: 20px 0px 0px 0px;
	border:3px solid #948593;}
#box {
	clear:both;
	margin:0px 60px 0px 60px;
	border:2px solid #CCCCCC;
	height:45px;}
#box p {
	margin:12px 0px 0px 0px;
	text-align:center;
	font-size:16px;
	color: #666666;}
#box a {
	text-decoration:none;
	color: #666666;}
#box a:hover {
	color:black;} 
/*#footer {
	width:900px;
	margin-left: auto;
	margin-right:auto;
	clear:both;}
#footer p {
	font-size:12px;
	text-align:center;
	color: white;
	margin:0;
	padding:0.2em 0 0.2em 0;}
#footer a {
	text-decoration:none;
	color: #CCCCCC;}
#footer a:hover {
	color:white;}*/
#footer { 
	padding: 5px; 
	margin: 0px;
	clear:both;
	width:900px;}
#footer p {	
	text-align:center; 
	text-decoration:none; 
	font-size:12px;
	color: white;}
#footer a {
	text-decoration:none;
	color:#CCCCCC;}
#footer a:hover {
	color: white;}




	


