body {
	background-color: #fff;
	overflow-y: hidden;
	
}

a:link     { text-decoration:none;font-weight:normal;color:#949494;}
a:visited  { text-decoration:none;font-weight:normal;color:#949494;}
a:hover    { text-decoration:none;font-weight:normal;color:#000;}
a:active   { text-decoration:none;}
a:focus    { font-weight:normal; color:#000; text-decoration:none; }

a.active {
	color: #000;
}

#navigation {
	position: relative;
	padding-left: 32px;
}

#navigation img {
	margin-right: 40px;
}

#navigation a {
	position: relative;
	/*bottom: 15px;*/
}

#navigation a.mr {
	margin-right: 20px;
}

#mainBody {	
	color: #949494;
	font-family: Verdana;
  	font-size: 0.6em;
  	font-weight: normal;  	
}

#page {
	width: 980px;
	background-color: #fff;
}


#content {
	padding-top: 60px;
	background-image: url('../images/design/leftBorder.png');
	background-repeat: repeat-y;
	margin-left: 73px;
	padding-left: 42px;
	position: relative;
	top: -3px;
	height: 100%;
}

#contactForm {
	width: 420px;
	background-color: #f3f3f3;
	padding: 19px 0px 8px 33px;
}

#contactForm input, #contactForm textarea {
	background-color: #fff;
	border: none;
	width: 240px;
	float: left;
}

#contactForm textarea {
	height: 157px;
}

#contactForm div.attribute {
	float: left;
	width: 82px;
	padding-bottom: 18px;
}

#sendButton {
	width: 28px;
	padding: 5px 7px 5px 7px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	margin-top: 10px;
	margin-left: 279px;
	cursor: pointer;
}