* { margin:0px; padding:0px; border:0px;}
body{ 
	font-size:14px; 
	/*background-color:#333;*/
	text-align:center;
	}
div#centerPage{
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
	
div#container{ 
	margin-top:20px;
	text-align:left;
	border:15px solid #000;
	float:left;
	clear:none;
	background-color:#FFF;
}

div#header{ 
	width:100%; 
	float:left; 
	clear:both;
	height:105px;
	background-image:url(images/header-bg.png);
	background-repeat: repeat-x;
	background-color:#FFF;
	}
div#header img {
	padding-left: 30px;
}
div#leftSide{ 
	width:200px; 
	float:left; 
	clear:left;
	left:10px;
	background-color:#FFF;}
ul#navigation{ 
	list-style-type:none;;
	left:10px; 
	width:185px; 
	float:left; 
	clear:left;}
ul#navigation li{ 
	top:10px;}
ul#navigation span {
	padding-left:10px;
	font-size:120%;
	padding-top:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
ul.subSubject{ 
	text-align:right;
	list-style-type:none;
	border-top: 2px solid #960;
	border-bottom: 1px solid #960;
	border-right: 1px solid #FC0;
	border-left: 1px solid #FC0;
	background-color:#FC9;
	padding-right:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;}
ul.subSubject li{
	padding-top:2px;
	padding-bottom:6px;
}
div#content{ 
	width:620px; 
	float:left; 
	clear:none;
	background-color:#FFF;}
div#services{ 
	width:600px; 
	float:left; 
	clear:none;
	border:1px dashed #FC6;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:80%;
	}
div#services h2{
	height:50px;
	border-bottom:2px #960 solid;}
div.box{ 
	float:left; 
	clear:none; 
	width:199px; 
	display:inline;
	background-color:#FFF;}
div.box p, h2{
	padding:10px;}
div.clearBoth{}
div#rightSide{
	 width:100px; 
	 float:right; 
	 clear:right;}
div#footer{
	 width:100%; 
	 float:left; 
	 clear:right;
	 background-color:#C4EDFF;
	 min-height:100px;
	 border-top:2px dashed #000;
	 }
ul#backlinks{ 
	padding-left:25px;
	text-decoration:none; 
	padding-top:10px;}
ul#backlinks li { 
	display:inline; 
	padding-right:15px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;}
div#intro{
	float:left;
	clear:both;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:90%;
	padding-bottom:50px;
	background-color:#FFF;
}
div#intro h1 {
	padding-bottom:5px;}
div#intro p {
	text-indent:50px;
	}
