body {
	margin: 0px;
	padding: 0px;

	background-color: #ffffff;
}






/***************************** Styles ***************************/
.t2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	
	color: #333333;
}


.t3 {
	font-family: Georgia, Times, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	
	color: #333333;
}


a.link {
	color: #9f6f3e;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}








/***************************** Layout ***************************/
#container {
	position: relative;
	width: 900px;
	height: 700px;
	margin: 30px auto auto auto;
	background-color: #ffffff;
}

#content {
	position: relative;
	top: 10px;
	margin: 0px 10px 10px 10px;
	
	width: 900px;
	height: 700px;
}


#footer {
	position: absolute;
	bottom: 10px;
	left: 184px;
	
	width: 795px;
	height: 10px;
	
	text-align: center;
}



#blog {
	position: absolute;
	
	z-index: 10;
	top: 0px;
	right: 0px;
	
	width: 100px;
	
	text-align: center;
	cursor: hand;
}


#blog img {
	border: none;
}