body
	{
		background-color: #666666;
		margin: 45px 0 0 0;
		padding: 0;

		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #666666;
	}

	a:active { color: #0066cc; }
	a:link { color: #0066cc; }
	a:visited { color: #0066cc; }
	a:hover { color: #0066cc; }

#header
	{
		width: 783px;
		height: 15px;
		background-image: url(images/header.gif);
		background-repeat: no-repeat;
	}

#main-wrapper
	{
		width: 783px;
		height: auto;

		background-image: url(images/middle.gif);
		background-repeat: repeat-y;
		text-align: left;
	}

#main-wrapper-footer
	{
		width: 783px;
		height: 0px;
		clear: both;
		text-align: left;
	}

#main-header
	{
		width: auto;
		height: auto;
		float: left;

		padding: 10px 25px 0 20px;
	}

#main-left
	{
		width: 550px;
		height: auto;
		float: left;

		padding: 0 20px 0 20px;
		margin: 20px 0 0 0;

		line-height: 1.5;
		border-right: 1px #e5e5e5 solid;
	}

#main-right
	{
		width: 150px;
		height: auto;
		float: left;

		padding: 0 20px 0 0px;
		margin: 5px 0 0 0;
	}

.main-right-text
	{
		width: auto;
		height: auto;
		padding: 20px 0 20px 15px;
		border-bottom: 1px #e5e5e5 solid;

		font-size: 12px;
		line-height: 1.5;
	}

.main-right-text2
	{
		width: auto;
		height: auto;
		padding: 20px 0 20px 15px;

		font-size: 12px;
		line-height: 1.5;
	}

.main-right-sub
	{
		position: relative;
		width: auto;
		height: auto;
		padding: 10px 0 0 0;
	}

.main-right-sub p
	{
		padding: 5px 0 5px 0;
		margin: 0;
	}

#main-footer
	{
		width: 783px;
		height: 22px;
		background-image: url(images/footer.gif);
		background-repeat: no-repeat;
	}

#footer
	{
		width: 783px;
		height: auto;
		margin: 15px 0 25px 0;

		font-size: 11px;
		letter-spacing: 1px;
		color: #ffffff;
	}


.textarea
	{
		border: 1px #333333 solid;
		color: #333333;
	}

label
	{
		width: 95px;
		float: left;
		display: block;
	}

.warning
	{
		display: none;
		color: #ff0000;
		margin-left: 95px;
	}

.submit input
	{
		margin-left: 95px;
	}

.inputbutton
	{
		margin-left: 95px;
	}

h1
	{
		margin: 0;
		padding: 0;

		font-family: Georgia, Times, serif;
		font-weight: normal;
		letter-spacing: 1px;
		font-size: 28px; color: #0066cc;
	}

