/** standard styles **/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

body {
	background: #ca0042;
}

.clearer {
	clear: both;
}


/** main blocks **/

#container {
	margin-top: 135px;
	padding-top: 1px;
	width: 100%;
	background: white;
}
#contentwrapper {
	border-top: 20px solid #ffc4d7;
}
#content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 25px;

	color: #7b8788;
}


/** column blocks **/

.column {
	float: left;
	width: 335px;
}
.column.logo {
	width: 300px;
	height: 117px;
	background: url('../images/logo.png') no-repeat left 74px;
}
.column.col1 {
	padding-right: 30px;
}


/** content styling **/

#content p {
	line-height: 16px;
	margin-bottom: 14px;
}
#content h1, #content h2 {
	margin-bottom: 14px;
}

p a {
	color: #7b8788;
	text-decoration: none;
	border-bottom: 1px dotted #7b8788;
}
p a:hover {
	border-bottom: 1px solid #7b8788;
}


/** contact-form **/

form label {
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	clear: left;
}
form input {
	width: 180px;
	padding: 2px 0;
	border: 1px solid #ca0042;
	height: 14px;
	float: left;
}
form input.submit {
	width: 75px;
	height: 20px;
	margin-left: 10px;
	border: none;
	background: #ca0042;
	color: white;
	font-weight: bold;
}


/** contact/becurious blocks **/

.contactinfo,
.becurious {
	padding-top: 25px;
}
 	.contactinfo {
 		width: 170px;
 		float: left;
 	}
 	.becurious {
 		padding-left: 170px;
 	}
 	.becurious .logo {
 		display: block;
 		text-indent: -9999px;
 		height: 38px;
 		width: 126px;
 		margin: 10px 0 0 15px;
 		background: url('../images/becurious.jpg') no-repeat left top;
 	}
 	.becurious .logo:hover {
 		background-position: bottom;
 	}
	.red {
		color: #ca0042;
	}

