@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-x;
}
h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 10px;
}
ul {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top: 20px;
}
li {
	color: #666666;
	margin-bottom: 10px;
}
b,a {
	color: #666666;
}
td {
	padding: 5px;
	line-height: 16px;
}

li span {
	color: #000000;
}
#allContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
	border: 3px solid #333333;
}
#headerBox {
	background-color: #FFFFFF;
	height: 105px;
	width: 900px;
	position: relative;
}
#headerLinks {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
#headerLinks a {
	font-size: 12px;
	color: #BF7035;
	text-decoration: none;
}
#companyLogo {
	position: absolute;
	left: 0px;
	top: 5px;
}

#mainMenu, #footerBox {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/backgroundMenu.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 900px;
}
#mainMenu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 34px;
	height: 36px;
	margin-right: 10px;
	margin-left: 10px;
}
#mainMenu a:hover {
	color: #BEAD16;
}
#mainMenu span  {
	background-color: #FFFFFF;
	height: 16px;
	width: 1px;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	float: left;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #74777C;
	text-indent: -9999px;
}
#footerBox {
	clear: both;
	margin-top: 20px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#theText {
	margin-top: 10px;
	margin-left: 15px;
	width: 550px;
	float: left;
	margin-bottom: 10px;
	display: inline;
}
#theText p {
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 20px;
	margin-right: 10px;
}

#recentWork img {
	margin-left: 20px;
	border: 1px solid #128A0B;
	float: left;
}
#recentWork p {
	color: #128A0B;
	height: 20px;
	width: 400px;
	margin-bottom: 10px;
	float: left;
	margin-left: 20px;
}


#theImages {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline;
}
#webexpand {
	color: #666666;
	width: 900px;
	margin: 10px auto 20px;
}
#webexpand a {
	color: #666666;
}

