﻿body
{
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #00549f;
	line-height: 150%;
}
img
{
	border: 0;
}
ul
{
	color: #d31145;
	font-weight: bold;
}
#wrapper
{
	margin: 0 auto;
	width: 756px;	
}
#content
{
	background-position: left top;
	background-image: url(images/l.gif);
	background-repeat: no-repeat;
	height: 659px;
	width: 756px;
}
#inner-content
{
	background-position: right top;
	background-image: url(images/r.gif);
	background-repeat: no-repeat;
	height: 659px;
	width: 756px;
}
#inner-content p
{
	margin-top: 0px;
}
#column-content
{
	width: 361px;
	height: 281px;
	margin-left: 179px;
	padding-right: 44px;
}
#table-content
{
	width: 545px; /*height: 291px;*/
	margin-left: 179px;
	border: solid 3px #d31145;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

.left label
{
	margin-left: 35px;
}
.left input
{
	margin-left: 35px;
	margin-bottom: 3px;
}
.left span /*Email validator*/
{
	margin-left: 35px;
}

.right textarea /*IE6*/
{
	margin-right: 35px;
	height: 171px;
	width: 272px;
}
.right > textarea
{
	margin-right: 35px;
	height: 171px;
	width: 277px;
}

.right input
{
	float: right;
}
#table-content .left
{
	width: 232px;
}
#table-content .right
{
	width: 313px;
}
/*
#table-content .left label:first-child
{
	margin-top: 27px;
}
*/