html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('/totallyuk/img/background.gif');
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

body /* Mozilla Firefox alignment */ { 
	text-align: -moz-center; 
}

div#main_container, div#main_container_bottom, div#main {
	margin-left:auto;
	margin-right:auto;
}

div#main_container, div#main_container_bottom {
	width: 712px;
}
	
div#main_container {
	height: auto;
	background-image: url('/totallyuk/img/main_leftright_border.png');
	background-repeat: repeat-y;
}

div#main_container_bottom {
	height: 6px;
	background-image: url('/totallyuk/img/main_bottom_border.png');
	background-repeat: no-repeat;
}

div#main {
	width: 700px;
	height: 1083px;
	text-align: left;
	background-image: url('/totallyuk/img/main_background.jpg');
	background-repeat: no-repeat;
	background-color: #73BFDD;
}

div.alpha_bordered {
	border: 1px solid #FF9933;
	background-image: url('/totallyuk/img/wp.png');
}

div#about_us {
	width: 162px;
	height: 106px;
	display: block;
	float: right;
	margin: 17px;
}

div#about_us div {
	padding: 10px;
	padding-bottom: 0px;
}

div#incentive_scheme div {
	padding: 10px;
	padding-bottom: 0px;
}

.bold {
	font-weight: bold;	
}

div#incentive_scheme {
	width: 244px;
	height: 106px;
	display: block;
	float: right;
	margin-top: 17px;
	margin-right: 17px;
}

div#company_logo {
	width: 115px;
	height: 106px;
	display: block;
	float: left;
	margin-top: 18px;
	margin-left: 16px;
}

div#company_logo a {
	width: 100%;
	height: 100%;
	display: block;
}

img#main {
	border: 1px solid #FF9933;
	margin-left: 17px;
}

div#left_clmn {
	float: left;
	display: inline;
	width: 189px;
}
div#right_clmn {
	float: left;
	width: 492px;
	margin: 0px;
	padding: 0px;
}

div#content {
	margin: 20px;
	padding: 0px;
}

body, h1, h2, h3, h4, h5, h6, p, th, td, a, input, textarea, select {
	font-family: Arial;
	font-size: 12px;
}

h1, .box_title {
	color: #FF9933;
	font-size: 18px;
	font-weight: bold;
}

.box_title {
	margin-top: 0px;
}

h2 {
	font-size: 13px;
}

th {
	vertical-align: top;
}

p, th, td, a.grey, a.grey#visited, a.grey#hover, a.grey#active, input.submit_button {
	color: #999999;
}

div#navigation {
	clear: both;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 17px;
	height: 40px;
	padding: 0px;
}

div#navigation div {
	margin: 0px;
	padding: 1px;
}

p.navigation {
	font-size: 13px;
	font-weight: bold;
	margin-left: 90px;
}

input {
	font-size: 11px;
	padding: 0px;
}

input.submit_button {
	background: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.error {
	color: red;
}

input.text {
	padding: 2px;
	margin: 0px;
	border: 1px solid #FF6600;
}