body {
	background-color: #000;
	font-size: 16px;
	font-family: "century gothic", arial, "sans serif";
	font-size: 12px;
	color:#342623;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 756px;
	padding: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 2px solid #6E2830;
	-moz-border-radius:15px;
	background-image: url(images/beigeSpot.png);
}
#container #subContainer {
	text-align: center;
	font-size: 15px;
	overflow:auto;
}
#container #subContainer .work {
	-moz-border-radius:8px 8px 8px 8px;
	-moz-box-shadow:1px 1px 1px 1px;
	-webkit-box-shadow: 3px 3px 5px #000;
	background-color:#FFFFFF;
	float:left;
/*	height:514px;
*/	margin:13px;
	width:341px;
	font-size:10px;
}
#menuBar button{
	font-style: italic;
	width: auto;
	border: thin solid #BFFFBF;
	background-color: #CCC;
	font-size: 150%;
	font-weight: bold;
}
.buttonClass {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	text-decoration:none;
	color: #6E2830;
	font-weight: bolder;
}

#mainMenu{
	height:40px;
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

#mainMenu li{
	list-style-type: none;
	width: 150px;
	position:relative;
	float:left;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

#mainMenu a{
	text-decoration: none;
	
}
#headerImage{
	left: -1200px;
	visibility:hidden;	
	
}

'highlight{
	color:#F00;
}
#container #subContainer .services {
	font-size: 15px;
}
