body 		{ 
		margin: 0;
		padding: 0;
		background: #FFFFFF url(background.gif) repeat-y;
		font-family: Arial, Lucida, Verdana, sans-serif;
		font-size: 10px;
		line-height: 16px;
		color: #666666;
}

/* layout */

#div-title 	{ float: left; margin: 0; width: 792px; height: 120px; background: url(bone.jpg) no-repeat 600px 5px; }
#div-banner	{ float: left; margin: 0; width: 792px; height: 200px; clear: both; background: #5A4232 url(banner.jpg) no-repeat 219px 0; }
#div-content 	{ float: left; margin: 0; width: 792px; clear: both; }

/* style */

p 		{
		margin: 10px 40px 10px 260px;
		font-size: 13px;
		line-height: 20px;
		color: #666666;
}
a 		{
		color: #666666;
		text-decoration: none;
		border-bottom: 1px dotted #666666;
}
a:hover		{ 
		color: #000000;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
}
h1 		{
		text-align: right;
		margin: 0;
		padding: 65px 40px 0 0;
		border-left: #B5A784 219px solid;
		font-size: 24px; 
		font-weight: normal;
		color: #666666;
		text-transform: lowercase; 
}
h1 span		{ color: #B5A784; }
h2 		{
		margin: 30px 40px 20px 260px;
		font-weight: normal;
		font-size: 15px;
		color: #000000;
}
h4 		{
		text-align: right;
		margin: 0;
		border-left: #B5A784 219px solid;
		padding: 5px 40px 39px 0;
		font-size: 12px;
		font-weight: normal;
		color: #666666;
		text-transform: lowercase; 
}
