body {
	text-align: center; /* for IE */
	margin: 0;
	padding: 0;
	background: #E9E9E9;
	font-size: 12px;
	color: #080808;

}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg_yellow.png);
	background-repeat: repeat-x;
}


h1{
	font-size: 17px;
	color: #333333;
	font-weight: normal;	
}



a {	color: #404040;
}

a:hover {
	color: #FFD700;
}



/* Header */

#head {
	width: 760px;
	height: 100px;
	margin: 10px auto;
	padding: 0px 0 0 0px;
}

/* Intro */

#intro {
	text-align: left; /* counter the body center */
	width: 760px;
	height: 290px;
	margin: 0px auto;
	padding: 10px 0 0 0px;
}

/* Content top */

#content_top {
	text-align: left; /* counter the body center */
	width: 760px;
	margin: 0px auto;
	padding: 10px 0 0 0px;
	}

/* Content Grey */

#content_grey {
	text-align: left; /* counter the body center */
	width: 760px;
	margin: 10px auto;
}

#content_grey p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	padding-right: 70px;
	letter-spacing: 0.6px;
	line-height: 150%;
}

/* Footer */

#footer {
	text-align: left; /* counter the body center */
	float: right;
	width: 640px;
	height: 40px;
	font-size: smaller;
	color: #404040;
	margin-top: 20px;
}

#footer a {
	color: #505050;
	text-decoration: none;
}

#footer a:hover {
	color: #FFD700;
	text-decoration: underline
}
