body {
	font-family: Verdana, Sans-Serif;
	background: #f3f3f3 repeat-x url(./images/bg.gif);

}

/*
div {
	border: 1px #f00 dotted;
}
//*/

div#head {
	color: #fff;
	clear: both;
	width: 770px;
	height: 150px;
	background: url(./images/header.gif);
	margin: auto auto;
}
div#head #title {
	width: 770px;
	height: 120px;
	margin: auto auto;
}
div#head #title h1 {
	padding-left: 30px;
	padding-top: 45px;
}
div#head .menu {
	width: 770px;
	height: 30px;
	margin: auto auto;
}
div#head ul {
	margin: 0;
}
div#head li {
	padding-left: 15px;
	display: inline;
}
div#head a {
	color: #ddf;
	text-decoration: none;
}
div#head a:hover {
	color: #fff;
	text-decoration: underline;
}


div#main {
	margin: auto auto;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 770px;
	text-align: justify;
}

div#projdetail {
	border: 2px solid #cce;
	width: 300px;
	padding: 5px;
	margin: 5px;
	float: right;
}
div#projdetail img {
	border: 1px solid #000;
	width: 300px;
	height: 225px;
}
div#projdetail h3 {
	margin: 0.3em;
}
div#projdetail table {
	width: 90%;
	margin: auto auto;
	border-bottom: #000 solid 1px;
}
div#projdetail #leftbtn {
	text-align: left;
}
div#projdetail #details {
	text-align: center;
}
div#projdetail #rightbtn {
	text-align: right;
}
div#projdetail #imgdesc {
	text-align: center;
	font-size: 0.6em;
	padding:0;
}

div.box11 {
	background: url(./images/boxpt1.gif);
}
div.box11, div.box12 {
	padding: 0.5em;
}
div.box21 {
	background: url(./images/boxpt2.gif) no-repeat;
}
div.box21, div.box22{
	padding: 0.5em;
	height: 4px;
	clear: both;
}

div.box11 img, div.box12 img {
	float: left;
	margin-right: 0.5em;
	border: 1px #000 solid;
}

div#foot {
	margin: auto auto;
	font-size: 0.7em;
	width: 770px;
	border-top: solid 1px #000;
	clear: both;
}

form.contact textarea {
	font-family: Verdana, Sans-Serif;
	width: 100%;
	height: 12em;
	
}
form.contact input.textbox {
	width: 100%;
}
form.contact td.textbox {
	width: 65%;
	text-align: right;
}

div.error {
	border: 2px #f00 solid;
	padding: 5px;
	background-color: #faa;
	margin-bottom: 1em;
}
div.success {
	border: 2px #0f0 solid;
	padding: 5px;
	background-color: #afa;
	margin-bottom: 1em;
}

h2 {
	width: 770px;
	margin: auto auto;
}
h3 {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	visibility: hidden; 
	margin:0;
	padding:0;
	height: 1px;
}
