@charset "utf-8";
<!--
/* Property of Computerhelp.cc  - Design by davidmwall.com Copyright 2009*/
/**********************************General Body*****************/
body { 
	background-color: #40413b; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
}
* { padding:0; margin:0}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #777777;
}
a:active {
	color: #777777;
}

h1,h2,h3,h4,h5,h6 { font-weight:normal; padding-left:10px;}
h1,h2,h3 { color:#444;}
h4,h5,h6 { color:#000;}
h1,h2{ font-size:18px;}
h3,h4{ font-size:16px;}
h5,h6 {font-size:14px;}

/**********************************Head*****************/
#head { background:#ACAC82; 
	width:100%; 
	height:80px;}
#headBaseline {
	background:#ACAC82; 
	background-image:url(../images/HeadBaseline.jpg); 
	background-repeat:repeat-x; 
	width:100%; 
	min-height:25px;
	height:25px;
	}
.TH_IMG { padding-left:15px;}/* this is the townhouse image that raises above header.*/

/**********************************wrapper tags*****************/
#wrapper {background:#FFFFFF; 
	width:940px;
	background-image:url(../images/Body_BG.gif); 
	background-repeat:repeat-y; 
	}
#wrapper2 {background:#FFFFFF; 
	width:1020px;
	background-image:url(../images/Body_BG.gif); 
	background-repeat:repeat-y; 
	}	
/**********************************NavColumn*****************/	
#Nav_Column{ 
	background-image:url(../images/BG_Navigation.jpg); 
	background-repeat:no-repeat; 
	width:195px; 
	float:left;
	overflow:hidden;
	}
	
/**********************************Main Column*****************/
	
#Main_Column{ 
	width:736px; 
	_width:715px; 
	
	background:#FFFFFF; 
	margin-left:200px;
	_margin-left:195px;
	border-left:#444 2px solid; 
	}
#Main_Column p{ margin:0 10px;}
#Main_Column ul{ margin-left:25px; 
	text-decoration:none; 
	list-style:square; 
	padding-right:10px;
	}
#Main_Column .rightIMG { padding-left:2px;}	
.imgClass { padding:2px;}
/**********************************foot tags*****************/	
.foot { font-size:11px; color:#556}
.imgpad { padding:5px;}
-->