body {
  background:url(images/bg.gif) ;
	background-color: #b7bad0;
	font-size:65%;
	color: #7b8c84;
	font-family: tahoma, verdana, sans-serif;
	}

a:link, a:active {
	color: #7b8c84;
	text-decoration:none;
	font-weight:bold;
	}
	
a:visited {
	color: #7b8c84;
	text-decoration:none;
	font-weight:bold;
	}


a:hover {
	color: #906635;
	text-decoration:underline;
	font-weight:bold;
	}

	
img {
	border:0px;
	}

.top {
	width:234px;
	height:242px;
	position:absolute;
	top:187px;
	left:545px;
	}

	
.image {
	width:502px;
	height:390px;
	position:absolute;
	top:39px;
	left:45px;
	}

.menu {
 	position:absolute;
	top:52px;
	left:300px;
	width:370px;
	height:100px;
	}
	

.content {
	width:238px;
	height:245px;
	position:absolute;
	top:112px;
	left:58px;
	padding:2px;
	overflow:auto;
	}

.quotes {
	width:150px;
	height:380px;
	background-color:#d3ced5;
	border:3px solid #e2cd1a;
	position:absolute;
	top:39px;
	left:552px;
	padding:2px;
	overflow:auto;
	}
	
	
h1 {
	font-size:100%;
	color: #7b8c84;
	border-bottom: 1px solid #e2cd1a;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}
	
h2 {
	font-size:100%;
	color: #7b8c84;
	border-bottom: 1px solid #e2cd1a;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}

h3 {
	font-size:100%;
	color: #7b8c84;
	border-bottom: 1px dashed #e2cd1a;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}


.center {
	text-align:center;
	}


strong {
  color: #6f1007;
	}

input, textarea, select, option, radio {
	background-color: #b7bad0;
	border: 1px solid #e2cd1a;
	font-size:10px;
	color: #7b8c84;
	font-family: verdana, tahoma, sans-serif;
	}