@charset "utf-8";
body {
	font: 14px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* Main CSS */
#topSpace {
	height:40px;
}
#header {
	height:100px;
}
#mainLeft {
	width:175px;
}
#mainRight {
	width:725px;
}
#mainContent {
	margin:20px 0px 0px 0px;
	height:500px;
}
#footer {
	font-size:11px;
	text-align:center;
	line-height:16px;
	padding:5px 0px;
	margin-top:95px;
}
/* Our Work CSS */
.workBody {
	background-color:#2c0d35;
	color:#ffffff;
}
.workBody a {
	color:#ffffff;
	text-decoration:none;
}
.workBody a:hover {
	color:#ac1e55;
	text-decoration:underline;
}
.workMain {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-image:url(images/ourwork.jpg);
	background-repeat:no-repeat;
}
.workContent {
	background-image:url(images/work_body_bg.png);
	width:600px;
	background-repeat:repeat;
	padding:15px 115px 15px 15px;
	margin-top:20px;
}