@charset "UTF-8";
/* CSS Document */

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#header {
	width:941px;
	height:462px;
	margin:0 auto 0 auto;
}

#redbar {
	width:100$;
	height:44px;
	background-color:#BB1F1A;
}

.redbar_info {
	width:941px;
	height:44px;
	margin:0 auto 0 auto;
}

#contact {
	width:510px;
	height:auto;
	margin:30px auto 30px auto;
}

#footer {
	width:941px;
	height:31px;
	margin:0 auto 0 auto;
}



/* TYPEFACE */

p {
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
	line-height:150%;
	padding:0;
	margin:0;
	color:#6d6e71;
}

span.bold {
	font-weight:bold;
}

span.italics {
	font-style:italic;
}

hr {
	height:1px;
	border:#CCC;
	background:#CCC;
}


/* LINK */

a:link {
	color:#6d6e71;
	text-decoration:none;
}

a:visited {
	color:#6d6e71;
	text-decoration:none;
}

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

a:active {
	color:#6d6e71;
	text-decoration:none;
}