* {
	margin : 0;
}
h3{
	font-family : verdana;
	font-size : 8pt;
}

body{
	background : #5b4c2d;
	scrollbar-face-color: #5b4c2d; 
	scrollbar-highlight-color: #a08e66; 
	scrollbar-shadow-color: #5b4c2d; 
	scrollbar-3dlight-color: #a08e66; 
	scrollbar-arrow-color: #a08e66; 
	scrollbar-track-color: transparent; 
	scrollbar-darkshadow-color: #5b4c2d; 
}

A{
	color : #0e0402;
	cursor : crosshair;
	text-decoration : none;
	font-weight : bold;
}
A:hover{
	text-decoration : underline;
}
A img{
	border : 0;
}

#frame{
	display : block;
	width : 800px;
	overflow: hidden;
	margin : 5px auto 10px auto;
	border : 3px solid #0e0402;
	background : #786741;
	padding-bottom : 20px;
}

#top{
	background : url(img/LDbanner.jpg);
	display : block;
	width : 800px;
	height : 313px;
	border-bottom : 3px solid #0e0402;
}

#links{
	width : 780px;
	height : 15px;
	display : block;
	float : left;
	padding : 10px;
	border-bottom : 3px solid #0e0402;
}
#links A{	
	font-variant : small-caps;
	font-size : 11pt;
	text-decoration : none;
	font-weight : bold;
	margin : 0 40px 0 40px;
}


#update{
	margin : 35px;
	color : #0e0402;
	font-size : 12pt;
	font-weight : 500;
}

.thumb{
	width : 100px;
	height : 100px;
	display : block;
	border : 1px solid #0e0402;
	margin : 10px;
	float : left;
}
.info{
	width : 480px;
	height : 80px;
	display : block;
	margin : 10px;
	float : left;
	padding : 10px;
	border : 1px solid #0e0402;
}
.head{
	font-size : 13pt;
	font-variant : small-caps;
	font-weight : bold;
}
.link{
	float : right;
	display : block;
}
ul{
	margin-left : 20px;
	margin-top : 10px;
	font-family : verdana;
}
#resources{
	margin : 35px;
	color : #0e0402;
	font-size : 8pt;
}