body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #466594;
	background-color: #bcbcbc;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#Wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align:left;
}

#banner {
	height: 60px;
	margin: 0;
	padding: 0;
	width:950px;
	background-image: url(/images/top-web-design.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
html>body #banner {
	height:60px;
	margin: 0;
	padding: 0;
	width:950px;
	background-image: url(/images/top-web-design.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#miniNavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 50px 0 0;
	padding: 0;
	text-align: right;
}
	
#logoSpace {
	margin: 0 30px 0 30px;
	padding: 0;
	width:890px;
}	

#serviceList {
	margin: 0 30px 0 30px;
	padding: 0;
	width:890px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #416292;
	text-align: right;
	font-style: italic;
}

#flashImage {
	height: 275px;
	margin: 0 30px 0 25px;
	padding: 0;
	width:890px;
	background-image: url(/images/web-columbus-background-image.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	}

#contentWrapper {
	width:950px;
	margin: 0;
	padding: 0;
	background-image: url(/images/columbus-web-development.png);
	background-repeat: repeat-y;
	}
	

#content {
	margin: 0 10px 0 10px;
	padding: 0;
	width:930px;
	background-color: #FFFFFF;
	}
	
#content h1{
	margin: 0;
	padding: 0 0 15px 0;
	color: #a30013;
	font-size: 130%;
	font-weight: bold;
	}
	
#leftcontent {
	width:250px;
	float: left;
	overflow: hidden;/*Pay attention here. We need this to fix problems with the IE browser error in reading the css.*/
	margin: 0;
	padding: 20px;
	}

#leftcontent h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #a30013;
	}

#leftcontent p{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 18px;
	}

#rightcontent {
	width:530px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 20px;
	}
	
#rightcontent h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #a30013;
	}

#rightcontent p{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 18px;
	}
	
#fullContent {
	margin: 10px 30px 0 25px;
	padding: 0;
	width:890px;
	overflow: hidden;/*Pay attention here. We need this to fix problems with the IE browser error in reading the css.*/
	}

#fullContent h1{
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
	color: #a30013;
	font-family: Arial, Helvetica, sans-serif;
	}

#fullContent h2{
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
	color: #a30013;
	font-family: Arial, Helvetica, sans-serif;
	}

#fullContent p{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 18px;
	}

#productPanel {
	margin: 0 0 15px 0;
	padding: 0;
	width:890px;
}

.imageRight {
	float: right;
	margin: 0 0 0 10px;
	}

.imageWithBorder {
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	}
			
#clearItBoth {
	clear:both;
	}

#clearItLeft {
	clear:left;
	}

.quote {
	font-size: 85%;
	color: #333333;
	font-style: italic;
	margin: 15px 5px 0 5px;
	padding: 5px;
	}	
	
.quoteAuthor {
	font-size: 95%;
	color: #333333;
	font-weight: bold;
	text-align: right;
	margin: 10px 10px 0 0;
	padding: 5px;
	}

#userMessage {
	font-size: 14px;
	font-weight: normal;
	color: #a30013;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}