* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/design/bodybgd.png) no-repeat top left #336600;
	font-size: 62.5%;
	font-family: arial, sans-serif;
	text-align: left;
}

#wrapper {
	width: 980px;
	margin: 20px 0 20px 20px;
}

#left {
	width: 537px;
	float: left;
	padding: 0 10px;
	height: 580px;
}

#left a {
	color: #fff;
}

#left p {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.15;
}

#left p.footer {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5;
	clear: left;
}

#right {
	margin-left: 537px;
	width: 406px;
	padding: 0 10px;
}

#right a {
	color: #331005;
}

#right .inner p {
	color: #331005;
	font-size: 1.3em;
	line-height: 1.5;
}

#right p.footer {
	text-align: center;
	color: #000;
	font-size: 1.2em;
	line-height: 1.5;
}

#titlebox {
	width: 457px;
	padding: 0 40px;
	height: 84px;
	padding-top: 190px;
	background: url(../images/design/titlebox-3.png) no-repeat;
}

#contactbox {
	background: url(../images/design/contactbox.png) no-repeat;
	width: 537px;
	height: 274px;
}

#contactbox .inner {
	height: 147px;
	padding: 80px 0 0 40px;
}

.message {
	display:none;
}

#contactbox form#contactForm {
	font-size: 1.4em;
	color: #fff;
}

#contactbox form#contactForm div {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

#contactbox form#contactForm div.textarea {
	margin-right: 15px;
}

#contactbox form#contactForm .label {
	float: none;
	margin: 0 0 3px 0;
}

#contactbox form#contactForm .fText {
	background: #fff;
	border: 1px solid #000;
	width: 204px;
	padding: 3px;
}

#contactbox form#contactForm .fTextarea {
	height: 53px;
	background: #fff;
	border: 1px solid #000;
	width: 365px;
	padding: 3px;
}

#contactbox form#contactForm .fButton {
	margin-top: 53px;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #fff;
}

#contactbox form#contactForm .fButton:hover {
	background: #999;
}

#contactbox form#contactForm .special {
	display:none;
}

#websitesbox {
	background: url(../images/design/featurebox-businesswebsites.png) no-repeat;
	width: 406px;
	height: 274px;
}

#websitesbox .inner {
	height: 137px;
	padding: 90px 40px 0 40px;
}

#websitesbox img, #videosbox img {
	float: left;
	margin-right: 15px;
}

#videosbox {
	background: url(../images/design/featurebox-weddingvideos.png) no-repeat;
	width: 406px;
	height: 274px;
}

#videosbox .inner {
	height: 127px;
	padding: 100px 40px 0 40px;
}


