BODY {
	background-color: #a7005f;
	margin:0;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
	width: 230px;
	padding-left: 20px;
}
A:link {text-decoration: none; color:#82c300;
}
A:visited {text-decoration: none; color:#82c300;
}
A:active {text-decoration: none; font-weight: bold; color:#82c300;
}
A:hover {text-decoration: none; font-weight: bold; color:#82c300;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	width: 60%;
	padding-right: 50px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 620px;
	padding-left: 20px;
	font-weight: normal;
	line-height: normal;
}
#header {
	height: 67px;
	margin: 0;
	width: 100%;
	background-color: #a7005f;
	background-image: url(images/header_bg.png);
}

#navigation {
	background-color:#FFF;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	height: 180px;
}

#divider {
	background-image: url(images/body_topdesign.png);
	background-repeat: repeat-x;
	width: 100%;
	left: 0px;
	top: 405px;	
}

#content {
	background-color: #a7005f;
	padding-left: 60px;
	padding-top: 37px;
	padding-bottom: 60px;
	line-height: 11px;
}

#footer {
	background-color: #FFF;
	background-image: url(images/body_footerdesign.png);
	background-repeat: repeat-x;
	position: fixed;
	width: 100%;
	min-height: 25px;
	left: 0px;
	bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 0px;
}

#portfolio {
	position: absolute;
	left: 82px;
	padding-top: 10px;	
}

#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-style: normal;
	width: 60%;
	padding-right: 50px;
}