@charset "utf-8";
body {
	background-color: #1d2b63;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #343434;
}
.rightcontent {
	padding: 0px 40px 0 0;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2f427f;
	margin: 10px 0 5px 0;
	letter-spacing: 0.1em;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #787878;
	text-align: center;
	margin: 40px 0 0 0;
}
#footer {
	margin: 20px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: right;
	height: 33px;
}

#quotefrom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #35416e;
	text-align: center;
	margin: 5px 0 15px 0;
}



#content {
	margin: 0px auto;
	width: 899px;
}
#bottomborder {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header {
	margin: 30px 0px 00px;
}
#middle {
	background-image: url(images/middle-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
a:link, a:visited {
	color: #900;
}
a:hover, a:visited:hover {
	color: #000;
}
#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:hover, #footer a:visited:hover {
	color: #9CC;
}
.attribute {
	font-size: 11px;
	font-weight: bold;
	color: #006;
}
#details {
	font-size: 11px;
	color: #666;
	padding: 8px 0;
	width: 250px;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}
