body {
	background: url(../images/bg.jpg) repeat-x #2B333E;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	z-index: 0;
}
/* Header */
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#headerWrap {
	position: relative;
}
#headerTop {
	background-image: url(../images/headerTop.gif);
	color: white;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding-right: 13px;
	text-align: right;
}
#headerMid {
	background-image: url(../images/headerMid.gif);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 75px;
	vertical-align: middle;
	text-align: right;
}
ul#headerMenu {
	list-style-type: none;
	margin: 0;
	padding: 29px 0 0 0;
}
ul#headerMenu li {
	display: inline;
	position: relative;
	padding-right: 12px;
}
ul#headerMenu li a {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
ul#headerMenu li a:hover {
	color: #F4953B;
	border: 0;
}
#logo {
	background: transparent;
	height: 125px;
	position: absolute;
	top: -1px;
	width: 231px;
	z-index: 2;
}
#logo a img {
	border: 0;
}
/* Content Area */
#titleBar {
	background: url(../images/titlebg.gif) repeat-x;
	height: 41px;
	color: white;
	padding-left: 13px;
	font-size: 22px;
	font-weight: bold;
}
#titleBar img { /* For the orange squares */
	bottom: -2px;
	padding-left: 4px;
	position: relative;
}
#content {
	background: white;
	font-size: 16px;
	padding: 25px;
}
td#content a {
	color: #9B1537;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
td#content a:hover { border-bottom: 1px black dotted; }
td#content img { border: 1px solid #183A69; }
td#content p { padding: 0 0 7px 0; margin: 0; }
td#content span img { border: 0; display:inline; vertical-align: middle; }
td#content table a:hover { border: none; }
/* Projects */
table#project {
	margin: 0;
}
table#project tr td {
	border-bottom: 1px solid black;
}
table#project h1 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
table#project h2 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
table#project a img {
	margin: 4px 7px;
	border: 1px solid #666666;
}
/* Testimonials */
div.testimonials {
	background: #ededed;
	border: 2px solid #364458;
	font-size: 13px;
	margin-bottom: 17px;
	padding: 9px 7px 0 11px;
	position: relative;
	min-height: 125px;
	vertical-align: middle;
}
div.testimonials .col1 {
	float: left;
	position: absolute;
	width: 155px;	
}
div.testimonials .col2 {
	width: 790px;
	padding-left: 142px;
	vertical-align: top;
}
div.testimonials .name {
	font-size: 11px;
}
div.testimonials a {
	font-size: 12px !important;
	font-weight: normal !important;
}
div.testimonials clearer {
	clear: both;
}
/* Footer */
#footer {
	background: url(../images/footerbg.gif) repeat-x top #6B0E21;
	border-top: 1px solid black;
	color: #F4953B;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 40px;
	text-align: center;
	vertical-align: top;
	margin: 0;
}
#footer a,a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px dotted;
	color: #999;
}
ul#footerMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#footerMenu li {
	display: inline;
}
ul#footerMenu li a,ul#footerMenu li a:visited {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #F4953B;
} 
ul#footerMenu li a:hover {
	color: white;
	border: 0;
}
#footerStretch {
	background: #6b0e21;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	height: 100%;
}#content h1 {
	font-size: 20px;
}
