* {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Verdana, sans-serif;
	font-size: 80%;
	background-color: rgb(69%, 71%, 77%);
	text-align: center;
}

a img {
	border: 0px;
}

#container {
	width: 720px;
	height: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	background-color: rgb(69%, 71%, 77%);
}

#header {
	width: 720px;
	height: 180px;
}

#header #left {
	background: url("../images/header_left.jpg");
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 200px;
}

#header #right {
	background: url("../images/header_right.jpg");
	background-repeat: no-repeat;
	float: right;
	height: 150px;
	width: 520px;
}
#header #navbar {
	/*background-color: #BF6060;*/
	background: url("../images/navbar_bg.gif");
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
}
#header #navbar .current {
	font-weight: bold;
}

#content_top {
	background:url("content_top_bg.gif");
	background-repeat: no-repeat;
}
#content {
	clear: both;
	/*background: url("content_background.gif");
	background-repeat: repeat-y;*/
}
/*total main width is 520 pixels */
#main {
	/*background-color: #E6D8CF;*/
	width: 520px;
	float: left;
	display: inline;
}

#main_top {
	width: 520px;
	height: 10px;
	background-image: url("../images/main_bg_top.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#main_middle {
	background-image: url("../images/main_bg_middle.gif");
	background-repeat: repeat-y;
	
	padding-left: 10px;
	padding-right: 10px;
}

#main_bottom {
	width: 520px;
	height: 10px;
	background-image: url("../images/main_bg_bottom.gif");
	background-repeat: no-repeat;
	background-position: top;
}

#main p {
	margin-bottom: 15px;
}

#main ul li {
	margin-left: 25px;
	margin-top: 2px;
	font-size: 110%;
}

/*total sidebar width is 200 pixels */
#sidebar {
	/*background-color: #BF8660;*/
	width: 200px;
	display: inline;
	float: left;
}
#sidebar_top {
	width: 200px;
	height: 10px;
	background-image: url("../images/sidebar_bg_top.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebar_middle {
	padding: 0px 10px 10px 10px;
	
	background-image: url("../images/sidebar_bg_middle.gif");
	background-repeat: repeat-y;
}
#sidebar_middle a img {
	margin-bottom: 10px;
}

#sidebar_bottom {
	width: 200px;
	height: 10px;
	background-image: url("../images/sidebar_bg_bottom.gif");
	background-repeat: no-repeat;
}

#footer {
	/*background-color: #806959;*/
	background: url("../images/footer_bg.gif");
	background-repeat: no-repeat;
	clear: both;
	height: 50px;
	text-align: center;
	color: #fff;
	padding: 5px;
}

/* ***** ABOUT STYLES ***** */
.profile {
	border-top: 1px dotted gray;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* ***** CONTACT STYLES ***** */
.contact_info {
	font-size: inherit;
	margin-bottom: 15px;
}
.contact_info tr td {
	vertical-align: top;
}
.contact_info tr td.label {
	font-weight: bold;
	width: 125px;
	text-align: right;
	padding-right: 10px;
	/*background-color: #DEC1AF;*/
}
.contact_info tr td.label2 {
	font-weight: bold;
}

/* ***** CONTACT FORM STYLES ***** */
.contactform {
	padding:10px 10px 0 10px;
}
.contactform fieldset {
	padding:20px 0 30px 0 !important; /*Non-IE6*/
	padding:0; /*IE6*/
	margin:0 0 20px 0;
	
	border:solid 1px;
}
.contactform fieldset legend {
	margin:0 0 0 5px !important; /*Non-IE*/
	margin:0 0 20px 5px; /*IE6*/
	padding:0 2px 0 2px;
	
	font-weight:bold;
	font-size:130%;
}
.contactform label.left {
	margin-left: 10px;
	padding: 2px;
	
	float: left;
	width: 125px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
.contactform label.right {
	padding:2px;
	
	float:right;
	width:310px;
}

.contactform input.field {
	padding:2px;
	
	width:315px;
	border:solid 1px rgb(200,200,200);
}
.contactform input.checkbox {
	margin-top: 4px;
	margin-left: 145px; /*label.left width + 20 px */
}
.contactform textarea {
	padding:2px;
	
	width: 315px;
	border:solid 1px rgb(200,200,200);
}
.contactform input.button {
	margin-right: 15px;
	padding:1px !important; /*Non-IE6*/
	padding:0; /*IE6*/
	
	float:right;
}

/* contact error reporting stuff */
.contactform label.leftred {
	color: #990000;
	margin-left: 10px;
	padding: 2px;

	float: left;
	width: 125px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
.contactform label.rightred {
	color: #990000;
	padding:2px;

	float:right;
	width:310px;
}
.error_list {
	color: #990000;
}

/* ***** PROJECT LISTING STYLES ***** */
.project_profile {
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	color: black;
	display: block;
	height: 125px;
}

.project_profile:link {
	color: black;
}
.project_profile:visited {
	color: #333333;
}
.project_profile:hover {
	color: #666666;
}
.project_profile:active {
	color: black;
}

.project_profile img {
	float: left;
	margin-right: 10px;
}
.project_photo {
	clear: both;
	text-align: center;
	margin-top: 20px;
}
