body {
	margin: 50px 0 30px 0;
	background: url(gui/cloudbg.jpg);
	font-family: Arial;
	font-size: 12px;
	}
a {
	text-decoration: none;
	color: #000;
	}
a:hover {text-decoration: underline}
img {border: none}

.pagetop {
	width: 750px;
	height: 140px;
	margin: 0 auto;
	background: url(gui/pagetopbtm.png) no-repeat;
	}
.page {
	width: 750px;
	margin: 0 auto;
	background: url(gui/pagebg.png) repeat-y;
	position: relative;
	}

ul.menu {
	list-style-type: none;
	list-style-position: relative;
	margin: 0 5px 0 5px;
	padding: 0;
	height: 30px;
	font-size: 12px;
	text-align: center;
	background: url(gui/menubgoff.gif) repeat-x;
	}
ul.menu li a {
	display: block;
	overflow: hidden;
	width: 148px;
	height: 23px;
	padding: 7px 0 0 0;
	color: #fff;
	}
ul.menu li {float: left} /* float has to be on the <li> not the <a> to work with ie */
ul.menu li a:hover {
	background: url(gui/menubgovr.gif) repeat-x;
	text-decoration: none;
	}

.banner {
	width: 694px;
	height: 192px;
	border: 2px solid #555;
	margin: 13px 0 0 27px;
	}

.pageleft {
	width: 313px;
	margin: 20px 0 0 35px;
	float: left;
	}
.pageright {
	width: 347px;
	margin: 20px 0 0 378px;
	}
#pagefull {
	width: 700px;
	height: 480px;
	border: 2px solid #333;
	margin: 10px 0 10px 20px;
	background: url(images/works1.jpg) no-repeat;
	float: left;
	}
#works-text {
	width: 324px;
	position: absolute;
	left: 395px;
	top: 55px;
	}
#works-text h1 {
	font-size: 18px;
	}
#works-text ul {
	list-style-type: none;
	margin-top: -15px;
	padding:0 0 0 10px;
	}
#works-text li {padding: 0 0 0 18px;}
#works-text a:hover {color: #ea521e}

hr {
	clear: left;
	margin: 0;
	visibility: hidden;
	}

.pagebtm {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	background: url(gui/pagetopbtm.png) no-repeat 0 -140px;
	color: #fff;
	}
.btmmenu {
	position: relative;
	top: 15px;
	left: 50px;
	font-size: 11px;
	}
.btmmenu a {color: #fff}
.btmmenu a:hover {text-decoration: underline}
.btmmenu img {
	position: relative;
	top: 3px;
	margin: 0 5px 0 150px;
	width:28px;
	height:13px;
	}

p {margin: 0 0 20px 0}
h1 {
	color: #ea521e;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 20px 0;
	}
h2 {
	color: #ea521e;
	font-size: 12px;
	margin: 20px 0 0 0;
	}
sub {
	vertical-align: inherit;
	font-size: 0.7em;
	}

.clr1 {color: #ea521e}
.clr2 {color: #7abe2f}

.actionbtn {
	background: #7bbe2f;
	padding: 5px;
	color: #fff;
	position: relative;
	left: 20px;
	top: -145px;
	}


form input, form textarea {
	color: #999;
	width: 290px;
	height: 15px;
	border: 1px solid #999;
	margin: 5px 0 5px 0;
	font-family: Helvetica;
	font-size: 9pt;
	}
form textarea {
	height: 100px;
	margin-bottom: 0;
	}
form input.submitbtn {
	border: none;
	color: #fff;
	background: #7bbe2f;
	width: 120px;
	height: 25px;
	}
form input.submitbtn:hover {cursor: pointer}

