body {
	background: #050607;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px helvetica, arial, sans-serif;
	color: #fff;
}

a, #footer h3, .siteurl {
	color: #6197d0;
}

#boundary {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(/images/bg_header.png) no-repeat right bottom;
	padding: 25px 365px 15px 25px;
	border-bottom: 1px solid #16181d;
}

h1, h2, #header {
	font: 20px georgia, times new roman, serif;
}

h2 {
	margin-top: 0;
}

#header h1 {
	background: url(images/hireamercenary.png) no-repeat left center;
	text-indent: -50000px;
	margin: 10px 0;
	height: 45px;
}

#body {
	padding: 25px;
	font-size: 15px;
}

#footer {
	border-top: 1px solid #16181d;
	padding: 10px 25px;
	clear: both;
}

#footer h3 {
	font-size: 14px;
}

#footer h3, #footer ul {
	margin: 0;
	padding: 0;
}

#footer ul {
	list-style-type: none;
}

#merc, #services {
	width: 275px;
	padding: 10px 0;
}

#merc {
	float: left;
	background: url(/images/logo_m.png) no-repeat left top;
	padding-left: 65px;
}

#merc h3 {
	background: url(/images/mercenarymedia.png) no-repeat left center;
	text-indent: -50000px;
	height: 17px;
}

#merc p {
	margin: 0;
}

#footer #merc ul {
	margin-top: 10px;
}

#merc li {
	float: left;
	padding-right: 10px;
}

#merc li+li {
	border-left: 1px solid #6197d0;
	padding-left: 10px;
}

#services {
	float: right;
}

#services li {
	float: left;
	width: 48%;
}

#services a {
	color: #fff;
	text-decoration: none;
}

#services a:hover {
	text-decoration: underline;
}

/*** Our Work ***/

.worksample {
	background: #16181d;
	width: 238px;
	float: left;
	margin: 15px 15px 25px 0;
}

.worksample h3, .worksample p {
	margin: 0;
	font-size: 14px;
}

.worksample div {
	padding: 5px;
}


.worksample .siteurl {
	font-size: 10px;
	float: right;
}

#emilystorm {
	margin-right: 0;
}

/**** Hire Us******/

#contact {
	padding: 10px;
	background: #16181d;
	width: 500px;
	margin: 25px auto;
}

.formrow {
	clear: left;
	padding-top: 5px;
}

.formrow label {
	float: left;
	width: 120px;
	padding-top: 3px;
}

.formrow input, .formrow select, .formrow textarea {
	width: 300px;
}

.formrow textarea {
	height: 200px;
}

.buttons {
	margin-left: 100px;
	padding-top: 10px;
}


.done, .error {
	
	background: #050607;
	padding: 10px;
}
