body {
	margin: 0px;
	background: #a1a8a5 url(images/ma_bg.gif) repeat-x;
	font-family: verdana;
	font-size: 12px;
	line-height: 1.8em;
}
#main_screen {
	margin: auto;
	padding-top: 40px;
	width: 740px;
}
#logo {
	float: left;
	width: 154px;
	height: 128px;
	padding-bottom: 4px;
}
#tagline {
	float: right;
	margin-top: 0px;
	width: 366;
	height: 129px;
}
#menubar {
	width: 552px;
	height: 24px;
	background: url(images/menu_bg.png) no-repeat;
	padding: 8px 0px 0px 12px;
	font-family: verdana;
	font-size: 16px;
	color: #ffffff;
}
#menubar a {
	color: #ffffff;
	text-decoration: none;
}
#menubar a:hover {
	text-decoration: underline;
}
#title {
	width: 361px;
	height: 24px;
	padding: 12px 0px;
}
#main_content {
	width: 726px;
	border: 2px solid #5a5f5d;
	padding: 5px;
	background: #ffffff url(images/content_bg.png) repeat-x;
}
#main_content ul {
	text-indent: 5px;
	line-height: 2em;
	list-style-position: outside;
	list-style-image: url(images/ma_bullet.png);
	list-style-type: square;
}
#main_content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #5a5f5d;
}
#message {
	border: 1px solid #5a5f5d;
	width: 400px;
	height: 160px;
	font-family: verdana;
	font-size: 16px;
}
#emailFrom {
	border: 1px solid #5a5f5d;
	width: 250px;
	height: 20px;
	font-family: verdana;
	font-size: 16px;
}
#name {
	border: 1px solid #5a5f5d;
	width: 250px;
	height: 20px;
	font-family: verdana;
	font-size: 16px;
}
#company {
	border: 1px solid #5a5f5d;
	width: 250px;
	height: 20px;
	font-family: verdana;
	font-size: 16px;
}
#contactNo {
	border: 1px solid #5a5f5d;
	width: 250px;
	height: 20px;
	font-family: verdana;
	font-size: 16px;
}
#footer {
	margin-top: 10px;
	width: 730px;
	height: 30px;
	padding-top: 12px;
	padding-left: 10px;
	background-color: #5a5f5d;
	text-align: center;
	font-size: 10px;
	color: #ffffff;	
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}
#footer a:hover {
	border-bottom: 1px solid #ffffff;
}