html { height: 100%; margin-bottom: 1px; }
#wrapper {
	width: 960px;
	background-image: url(../images/logobg.jpg);
	background-repeat: no-repeat;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	background-image: url(../images/bg1.jpg);
	color: #FFF;
}
#Nav {
	padding-left: 200px;
	height: 85px;
}
#Content {
	padding-left: 30px;
	margin-left: 120px;
	margin-top: 5px;
	padding-top: 20px;
	background-image: url(../images/horiz_rule.png);
	background-repeat: no-repeat;
    padding-bottom: 8px;
}
#Sub-Content{
	padding-left: 0px;
	margin-left: 155px;
	margin-top: 5px;
	padding-top: 0px;
	height: 200px;
}
#subContent1{
	width: 350px;
	float: left;
	clear: both;
	background-image: url(../images/vert_seperator.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 60px;
	padding-top: 15px;
	padding-left: 25px;
}
#subContent2{
	width: 360px;
	float: left;
	padding-top: 15px;
	margin-left: -20px;
}
.imgFloat {
	float: left;
	margin-right: -5px;
	margin-bottom: -20px;
}
a, .link {
	color: #3CC;
	text-decoration: none;
}

#homelink {
	position: absolute;
	z-index: 1050;
	margin-top: -12px;
	margin-left: -10px;
}

/* Content CSS */

a.project_photo {
	margin: 10px;
	float: right;
	text-align: center;
	/*color:#1860a8;*/
}
a.project_photo:hover {
	color:#2c9ac0;
}
a.project_photo:visited {
	/* color: #3a434d; */
}

.project_photo img{
	border: 0px;
	display: block;
}

#project_title {
	display: block;
	font-size: 150%;
	font-weight: bold;
	margin-top: 10px;
}

.project_desc {

}
.project_tech {
	font-style:italic;
}

table#clientlist {
	width: 750px;
}
table#clientlist td {
	padding: 2px;
	border-bottom: 1px #999 dashed;
}
table#clientlist tr{
	vertical-align:top;
}
table#clientlist h1 {
	font-size: large;
	margin:0px;
}

ul.arrow_list {
    list-style-image: url(arrow_bullet.gif);
    list-style-type: square;
}

ul.arrow_list li {
    padding: 3px 0px 11px 5px;
}

ul.arrow_list strong, ul.arrow_list a {
    font-weight: bold;
    font-size: 115%;
    text-decoration: none;
}

#msg {
    margin-left: 125px;
}

/* left-right columns for contact page */
#lftCol {
    width: 430px;
    float: left;
}

#rtCol {
    width: 250px;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
}

form label {
    margin-right: 15px;
    width: 125px;
    float: left;
    text-align: right;
    font-weight: 800;

}

#contact_submit {
    padding-left: 140px;
}