body{
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}
#container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#colourcode{
	width: 549px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#first{
	width: 183px;
	float: left;
}
#second{
	width: 183px;
	float: right;
}
#third{
	width: 183px;
	float: right;
}


.banner{
	width: 800px;
	height: 125px;
	color: #000000;
	background-color: #ff0000;
	margin-bottom: 10px;
}

#left{
	width: 185px;
	float: left;
}

.contentsmall{
	background-image:url("images/small_bg.gif");
	background-color: #ffffff;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 11px;
	padding-right:10px;
}

.contentbig{
	background-image:url("images/big_bg.gif");
	background-color: #ffffff;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 11px;
	padding-right:10px;
}


.gap{
	margin-bottom: 10px;
}

#right{
	width: 595px;
	float: right;
}

a:link, a:visited, a:active {
	color : #000000;
	text-decoration : none;
	font-weight: bold;
	Background-color: #ffffff;
}

a:hover  {
	color :#ff0000;
	text-decoration : none;
	font-weight: bold;
	Background-color: #ffffff;
}

input, textarea
{
	border: 1px solid #000000;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color : #ffffff;
}
