*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


body
{
	background: #2d3b50;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	background-position: top left;
	margin: auto;
	text-align: center;
	padding: 0px;
	font: 11px/20px verdana;
}

.container
{
	padding: 0px;
	width: 875px;
	margin: auto;
	text-align: left;
	clear: both;
	margin-bottom: 0px;
}

.titlebar 
{
	background-image: url("../images/titlebar.png");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	color: #ffffff;
	font-size: 20px;
	height: 54px;
}

.contactinfo
{
	background-image: url("../images/contactinfo.png");
	background-repeat: no-repeat;
	width: 417px;
	height: 296px;
	text-align: center;
	padding-top: 15px;
	color: #ffffff;
	float: left;
}

.infobar
{
	background-image: url("../images/infobar.png");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	color: #ffffff;
	height: 73px;
}

a 
{
	color: #ff6600;
	text-decoration: none;
}

a:hover
{
	color: #aaaaaa;
	text-decoration: none;
}

.girl 
{
	float: right;
}

