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

body {
	background-image: url(images/background.jpg);
	padding:0px;
	margin:0px;
}
h2 {
	font-size:20px;
	line-height:22px;
}
.flash {
	width:800px;
	margin:auto;
}
#wrapper {
	width:800px;
	margin:auto;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat;
}
#header {
	width:800px;
	height:120px;
	background-image: url(images/logo_background.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
#header img {
	margin-top: 27px;
	padding:0px;
	margin-left:144px;
	border:none;
}
#nav {
	display:block;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#0a3f75;
	text-align:center;
}
#nav img {
 border:none;
}
#content {
	width:800px;
	margin:auto;
	height:auto;
	background-attachment:scroll;
	background-image:url(images/cityscape_background.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#demos .left_column {
	margin:auto;
	width:450px;
	margin-left:157px;
	margin-top:25px;
	padding-bottom:250px;
}
#demos .left_column img {
	padding-bottom:5px;
}
#about .column {
	width:485px;
	margin:auto;
	padding-bottom:250px;
	color:#cacaca;
	font-size:15px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#about .column a {
	text-decoration:underline;
	color:#cacaca;
}
#about h2 {
	font-size:20px;
	line-height:22px;
}
#about #content {
	height:auto;
}
#services .column {
	width:485px;
	margin:auto;
	color:#cacaca;
	padding-bottom:250px;
	font-size:15px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contact .column {
	width:485px;
	margin:auto;
	color:#cacaca;
	font-size:15px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contact #content {
	height:590px;
}
#contact h2 {
	font-size:20px;
	line-height:22px;
}
#contact .column p {
	margin-left:25px;
}
#contact .column a {
	text-decoration:underline;
	color:#cacaca;
}
#news .column {
	width:485px;
	margin:auto;
	padding-bottom:250px;
	color:#cacaca;
	font-size:15px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#news .column a {
	text-decoration:underline;
	color:#cacaca;
}
#news #content {
	height:auto;
}