* {
	padding:0;
	margin:0;
}

body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	background-image:url(/images/background-left.png);
	background-attachment:fixed;
	background-position:left center;
	background-repeat:no-repeat;
	background-color:black;
	border-top-color:#8b0912;
	border-top-style:solid;
	border-top-width:7px;
}

.container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:690px;
}

div.contact,div.main {
	padding: 15px;
	margin-bottom:15px;
	color:black;
	background-color:white;
}

.grey-box {
	clear:both;
	display:block;
	border-style:solid;
	margin:3px;
	padding:10px;
	background-color:#f6f6f6;
	border-color:#cccccc;
	border-width:1px;
}

.leftFloat40 {
	width: 38%;
	float:left;
}

.rightFloat55 {
	width:50%;
	float:right;
}

.clear {
	height:1px;
	clear:both;
}

div.contact input {
	font-size:22px;
}

h2 {
	font-weight: bold;
	font-size: 30px;
}

h1 {
	font-size: 40px;
	font-weight: bold;
}

.error {
	color: #990000;
}

a:active, a:link, a:visited {
	text-decoration: none;
	color: black;
}
 
a:hover {
	text-decoration: underline;
	color: #990000
}
.textBI {
	font-style: italic;
	font-weight: bold;
}