body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

a {
	
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

table {
	font-size: 10px;
	text-align: left;
}

#hdr1 {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
}

#hdr2 {
	position: absolute;
	top: 70px;
	left: 170px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

#menu {
	position: absolute;
	width: 80px;
	top: 120px;
	left: 7px;
}

#menu a {
	display: block;
	height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom: solid 1px #FF6600;
	color: #000000;
	background-color: #FFFFFF;
}

#menu a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
	color: #FF6600;
}

#content {
	position: absolute;
	width: 425px;
	top: 120px;
	left: 100px;
	padding: 10px;
	border-left: 1px dotted;
}

#footer {
	text-align: right;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

hr {
	border: 0px;
	background-color: #FF6600;
	color: #FF6600;
	height: 1px;
}

/* --- */

#moblog {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 240px;
	font-size: 9px;
}

#centreren {
	position: absolute;
	left: 50%;
	right: 50%;
	width: 400px;
	margin: 100px 0px 0px -300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#card {
	margin: auto;
	padding: 0px;
	width: 380px;
	height: 110px;
	border: solid;
	border-width: 1px;
	border-color: #F60;
	line-height: 20px;
	background-color: #CCC;
	color: #F60;
	font-size: 16px;
}

#contact {
	height: 370px;
	padding-left: 30px;
	text-align: left;
	border: solid;
	border-width: 1px;
	border-color: #F60;
	line-height: 20px;
	background-color: #CCC;
	color: #F60;
}

#contact form p {
	margin: 2px;
	padding: 2px;
}

#contact form input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#contact form label{
	clear: left;
	float: left;
	width: 80px;
	font-size: 10px;
}

#quote {
	position: absolute;
	bottom: 70px;
	left: 130px;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	text-align: center;
}

#subquote {
	font-size: 12px;
	color: #999999;
}

#message {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#message form p {
	margin: 2px;
	padding: 2px;
}

#message form input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#message form label{
	clear: left;
	float: left;
	width: 60px;
}
