@charset "utf-8";





body {
	text-align: center;
	height: 600px;
	width: 700px;
	border: 0px;
	margin-top: 30px;
	margin-left: 20%;
	margin-right: auto;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000042;
	font-weight: bold;
	background-color: #000042;
	background-repeat: repeat;
	margin-left: auto;
}

#wrapper {
	text-align: center;
	height: 600px;
	width: 700px;
	margin-top: 30px;
	margin-bottom: 0px;
	background-color: #c8cadf;
	border: 15px groove #FFFF66;
}

#header {
	text-align: center;
	width: 675px;
	height: 180px;
	margin-left: 10px;
}

#container {
	height: 380px;
	width: 700px;
	text-align: center;
}

#content {
	height: 400px;
	width: 580px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 9%;
	margin-left: 9%;
}

#content_left {
	width: 215px;
	height: 165px;
	text-align: center;
	float: left;
	margin-left: 75px;
	border: 5px groove #ffff66;
	margin-top: 20px;
}
#content_right {
	float: right;
	width: 215px;
	height: 165px;
	text-align: center;
	margin-right: 75px;
	border: 5px groove #ffff66;
	margin-top: 20px;
}

#content_centre {
	clear: both;
	text-align: center;
	height: 240px;
	width: 700px;
}

#footer {
	font-size: 13px;
	text-align: center;
	width: 700px;
	height: 30px;
	clear: both;
}

#name, #companyName {
	width: 350px
}

#email {
	width: 250px
}

#phone {
	width: 200px
}

#contactMe {
	width: 600px;
}

#contact {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 230px;
}

label.blockLabel {
	display: block; position: relative
}

label.blockLabel input {
	position: absolute; left: 120px
}
	
label.blockLabel textarea {
	position: absolute;
	left: 120px
}	
#container2 {
	height: 420px;
	width: 700px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

