body{
	text-align: center;
		font: 11px "Tw Cen MT", "Trebucher MS", helvetica, sans-serif;
		color: #5A5656;
		margin: 0;
		padding: 0;
		
}

a {
	color: #5A5656;
	text-decoration: underline;
}

td {
font: 11px "Tw Cen MT", "Trebucher MS", helvetica, sans-serif;
		color: #5A5656;
}
td span {
color: red;
}

img{
	border-width: 0px;
}
h1{
	font: "Tw Cen MT", "Trebucher MS", helvetica, sans-serif;
	font-size: 18px;
	color: 8A010E;
}

.wrap{
	background: url(../images/bg_strip.jpg);
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 720px;
	text-align: left;
}
.header{

	height: 114px;
}
.header img{
	display: block;
}
.menu{

	height: 23px;
}
.menu img{
	display: inline;
}
*html .menu img{
	margin-bottom: -5px;
	
}
.undermenu{
	height: 16px;
}
.undermenu img{
	display: block;
}
.content{
	background: url(../images/left_robot.jpg) no-repeat left bottom;
	width: 100%;
}

.left{
	width: 208px;
	float: left;
	height: 400px;
}
.left img{
	display: block;
}

.right{
	width: 482px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font: Tw Cen MT;
	color: 5A5656;
	font-size: 11px;
}
*html .right{
	height: 100%;
	width: 510px;
}

.footer{

/*	height: 23px;*/
	background: url(../images/footer_bg.jpg) no-repeat;
	padding: 5px 20px;
font: 11px "Tw Cen MT", "Trebucher MS", helvetica, sans-serif;
	color: #938F8F;
}

.footer a {
color: #938F8F;
}
.footer span {
float: right;
}

.clear{
	clear: both;
}

img.floatrt {
float: right;
margin-left: 6px;
}
img.floatlt {
float: left;
margin-right: 6px;
}

.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 300px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
text-align: left;
}

<![endif]>

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

