/* Code 4 Services - Melissa Baus */


* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	background-color: #cc0000;
	background-image:url(Images/Code4Bkgd.jpg);
	background-repeat: repeat-x;
}

a:link {
	color:#00C;
}
a:visited {
	color:#CFC;
}
a:hover {
	color: #03F;
}
a:active {
	color: #C00;
}

#photos img {
	display:inline;
	border:thin;
	border-color:#06C;
	border-style:solid;
	padding:2px;
	margin:10px;
}

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background:url(Images/Code4Top.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:166px;
}

#mainContent {
	background:url(Images/MainRepeat.jpg);
	background-repeat:repeat-y;
	height:auto;
	text-align:center;
	padding-left:100px;
	padding-right:100px;
}

#mainContent p {
	padding-left:115px;
	padding-right:115px;
}

#services {
	padding-left:150px;
	margin-bottom:15px;
	margin-top:10px;
}

#footer {
	margin-top:0px;
	background:url(Images/Code4Bottom.jpg);
	background-repeat:no-repeat;
	width:950;
	height:93px;
}

#bottomnav {
	width:950px;
	text-align:center;
}

.textleft {
	text-align:left;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}

.bottomnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
}

.copyright {
	font-size:9px;
	color:#FFF;
	padding-top:10px;
	font-style:italic;
}

.copyright a{
	font-size:9px;
	color:#FFF;
	text-decoration:none;
}

.RedHeader {
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	color: #c00;
}

.GreyHeader {
	font-size: 9px;
	color: #333;
	text-align:center;
}

.BlueHeader {
	font-size: 10px;
	color: #3399ff;
	text-align:center;
}

.ParagraphCenter {
	text-align: center;
	font-size: 12px;
	line-height: 14pt;
	color:#000;
}

.WhiteItalic {
	font-size: 7px;
	color: #FFF;
	font-style: italic;
}

.GrayBold {
	font-weight: bold;
}

.BlackBold {
	font-size: 14px;
	font-weight:bold;
	color:#000;
}

.Black {
	font-size: 15px;
	color:#000;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 24pt;
	font-weight: bold;
	color: #C00;
}
