html {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url(../images/background.jpg);	
	height: 100%;
}

a {
	color: #F8972C;
}

div#container {
	position: relative;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	background-color: #ffffff;
	width: 778px;
	margin: auto;	
}

div#flash_header {
	height: 164px;
}

div#left_column {
	width: 198px;
	padding-top: 12px;
	padding-left: 8px;
	padding-bottom: 16px;
	padding-right: 8px;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

div#right_column {
	width: 540px;
	padding-top: 12px;
	padding-left: 8px;
	padding-bottom: 16px;
	padding-right: 8px;
	border-left: 1px solid #808080;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.left_column_headings{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #398f00;
}

.right_column_headings{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3e94ff;
}

.right_column_grey_text{
	font-family: tahoma;
	font-size: 11px;
	color: #7f7f7f;
}

.footer{
	font-family: tahoma;
	font-size: 11px;
	color: #7f7f7f;
	height: 27px;
	vertical-align:middle;
	width:778px;
}

div#registration_form{
	float:right;
	border: 1px solid #808080;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: 8px;
}

div#right_column_block{
	float:right;
	border-left: 1px solid #808080;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: 8px;
	width: 200px;
	height: 220px;
}


