/* CoolCityWebDesign.com CSS Document */

* {padding: 0;
	margin: 0
	}
	
body {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: .8em;
	background-image:url(ActiveGraphics/blueBGimage.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
	}

div#mainwrap {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 20px;
	background-color: #BEDCFB;
	}
	
div#contentarea {
	width: 774px;
	color: #000065;
	}

div#toc {
	text-align: center;
	width: 774px;
	background-color: #000065;
	}
	
div#homeContent {
	color: #000065;
	position: relative;
	top: 30px;
	width: 600px;
	left: 87px;
	line-height: 1.4;
		}

div#aboutContent {
	color: #000065;
	position: relative;
	top: 30px;
	left: 87px;
	width: 600px;
	line-height: 1.4;
	
		}
	

div#sitesContent {
	color: #000065;
	position: relative;
	top: 30px;
	left: 87px;
	width: 600px;
			}
					
div#debContent {
	color: #000065;
	position: relative;
	top: 30px;
	left: 87px;
	width: 600px;
	line-height: 1.4;
		}		

div#kudosContent {
	color: #000065;
	position: relative;
	top: 30px;
	left: 87px;
	width: 600px;
	}


div#contactContent {
	color: #000065;
	position: relative;
	top: 30px;
	left: 87px;
	width: 600px;
		}	
	
		
div#contactcontent {
	color:#000000;
	position: relative;
	top: 30px;
	left: 150px;
	width: 560px;
	text-align: center;
		}

/* IE and MAC hacks */	
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {display: inline-block;}

* html .clearfix {height: 1%}

clearfix {display: block;}

* html a {display:block;}
/* end hacks */	

