.clearfloat {
	clear: both;
}

body {
	background-image: url(../images/tmv-header.jpg);
	font:12px 'Arial';
	color:#FFF;
	margin-top:0px;
	background-color:#111E27;
	background-repeat: no-repeat;
	background-position: center top;
}

h2 {
	padding:0px;
	margin:0 0 8px 0;
}

p {
	margin:0 0 10px 0;
	padding: 0px 0px 10px 0px;	
}

ul {
	padding-top:0px;
	margin-top:0px;
}

table tr td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

div#container {
	width:760px;
	margin: auto;
	padding-top:550px;
}

div#pagetitle {
	margin-bottom:22px;
}

div#imagecolumn {
	float:left;
	width:264px;
	margin-right:56px;
}

div#imagerap {
	margin-bottom:10px;	
}

div#imagelable {
	margin-top:2px;
	text-align:center;
	padding:5px;
	background-color:#b4ce2f;
	color:#000;
}

div#textcolumn {
	float:right;
	width:440px;
}

div#footer {
	padding-bottom:40px;
}

hr {
	color: #b4ce2f;
	margin-top:20px;
	margin-bottom:20px;
	height:1px;
	background-color: #b4ce2f;
	border-width:0px
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

