@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	background-repeat: repeat-y;
	background-position: center;
}
.oneColElsCtr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
}
#mainContent #bottom {
}
#container #mainContent #header {
	background-color: #000;
}
#header #mid_header {
	width: 900px;
	margin-left: auto;
	margin-top: -20px;
	margin-right: auto;
}
.oneColElsCtr #mainContent {
	margin-top: 0px;
	padding-top: -10px;
	padding-bottom: 0;
}
#container #mainContent #nav {
	width: 550px;
	margin-left: 80px;
	margin-top: -150px;
	padding-left: 250px;
	height: 38px;
}
.red {
	color: #EF1C22;
}
#mainContent #words {
	width: 200px;
	float: right;
	margin-top: -250px;
	z-index: 1;
}
#mainContent #bottom {
	background-color: #000;
	width: 100%;
	margin-top: -25px;
}
#mainContent #latest {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px;
	background-color: #000;
	color: #F00;
	height: 550px;
}
#container #mainContent #fb  {
	float: left;
	margin-right: 20px;
}
#mainContent #latest #center {
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}
.white {
	color: #FFF;
}
#mainContent #latest #work {
	background-color: #900;
	margin: 20px;
	float: left;
	height: 427px;
	width: 18%;
	color: #FFF;
}
#container #mainContent #footer {
	clear: both;
}
#container #mainContent #footer a{
	clear: both;
	color: #A40C0D;
}
#latest #center #work a {
	color: #FF0;
}
.small {
	font-size: small;
}
.yellow {
	color: #FF0;
}
#services #News_portion #web2 {
	border: thin solid #F00;
	padding: 15px;
	margin-top: 20px;
}
#mainContent #design #client {
	border: thin solid #F00;
	padding: 10px;
	margin-top: 20px;
	height: 120px;
}
#mainContent #design #client img {
	float: right;
	margin-top: -80px;
}

