@charset "utf-8";
/****************classes***************/

.floatRight {
	float:right;
	}
.form {
	background:#CCCCCC;
	}

.photolist {
	color:#CC3333;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color:#999999;
	margin:0px;
	padding:0px;
}

#wrapper {
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	background-color:#000000;
	margin-top:50px;
	}
a:link {
	color:#CC3333;
	text-decoration:underline;
}

a:visited {
	color:#CC3333;
	text-decoration:underline;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}
		
#header {
	background-image:url(images/velocity_logo_web.jpg);
	background-repeat:no-repeat;
	width:100%;
	background-color:#FFFFFF;
	height:125px;
	padding: 0px 0px 0px 0px;
	max-height:125px;
	}
	
#dundasHead {
	float:right;
	padding-right:20px;
	height:125px;
	width:auto;
	}

#text {
	color:#FFFFFF;
	font-size:14px;
	left:50px;
	}

#flashContent {
	position:relative;
	width:800px;
	background-color:#000000;
	}

#footer {
	position:relative;
	width:800px;
	background-color:#000000;
	padding: 10px 10px 10px 10px;
	}

#footer a:link {
	color:#CCCCCC;
	text-decoration:underline;
	}
	
#footer a:visited {
	color:#CCCCCC;
	text-decoration:underline;
	}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;	
	}
	
#contentBox {
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	background-color:#000000;
	margin-top:25px;
	}
#backMenu {
	width:200px;
	height:auto;
	float:left;
}	

#contentAdmin {
	float:right;
	width:600px;
	height:auto;
}

#counter {
visibility:hidden;
float:right;
padding-right:25px;
}