/* CSS Document */

/* GLOBAL ELEMENT SETTINGS */

* {
	margin:0; 
	padding:0;
}

#motherwrapper {
	margin: 10px auto;	
	width: 970px;
		}

body {
	background-color: #FFFFFF;
	/*margin: 20px 0 20px 0; - I typically wouldn't put margins on the body, add them to the wrapper since that's your content element*/	
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; /*takes care of centering for older versions of IE*/
}


p {
	font-size: 12px;
	color: #666666;
}


a {
	text-decoration: none;
	color: #BF2F1C;
}


a:hover {
	cursor:pointer;
	color: #F26621;
}


a:visited {
	color: #802013;
}


img {
	border: none;
}


div.wrapper {
	width: 800px;
	margin:0 auto;
	text-align:left;
	float: left;
}



h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 15px 0px 5px 0px;
}


h2 {
	font-size: 14px;
	font-weight:normal;
	color: #666666;
	padding: 10px 0px 5px 2px;
}


h3 {
	font-size: 12px;
	font-weight:bold;
	color: #BF2F1C;
	padding: 0px 0px 5px 0px;
}

h4 {
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #2C79BE;
	padding: 10px 0px 0px 0px;
	
}

#ad {
	width: 160px;
	height: 600px;
	background-color:#ffffff;
	margin: 0 auto;
	float:right;

}

