/* CSS Document */

body, html{
	margin: 0;
	padding:0;
	height:100%;
	width:100%;
	/*background-color:473121;*/
	scrollbar-face-color:473121;
	scrollbar-highlight-color:ffffff;
	scrollbar-3dlight-color:473121;
	scrollbar-darkshadow-color:473121;
	scrollbar-shadow-color:341717;
	scrollbar-arrow-color:473121;
	scrollbar-track-color:473121;
}

div.intro{
	margin: 0;
	padding: 0;
}

div.copyright a
{
   outline:none;
   display:block;
   width:120px;
   height:24px;
   background:#473121 url('../images/our_logo.gif') no-repeat;   
}

div.copyright a:hover 
{
   background:#473121 url('../images/we_made_this.gif') no-repeat; 
}

.large_content_div {
	width:610px;
	height:357px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;
	overflow:auto;
}

.small_content_div {
	width:295px;
	height:357px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;
	overflow:auto;
}

.title {font-family:Arial, Helvetica, sans-serif; font-size:32px; color:#4D2D1A; background-color:#ece7e3;}

.bold_text{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:bold;}

td{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4D2D1A}

td.contentMain{
	background-color:#ece7e3;
}

a{text-decoration:bold; border:none; color:#4D2D1A;}
a:hover{text-decoration:bold, underline; border:none; color:#4D2D1A;}
a:active{text-decoration:bold; border:none; color:#4D2D1A;}
a:visited{text-decoration:bold; border:none; color:#4D2D1A;}

a.outside{
	text-decoration:none;
	color:#CCCCCC;
}
a.outside:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
a.outside:active{
	text-decoration:underline;
	color:#CCCCCC;
}
a.outside:visited{
	text-decoration:underline;
	color:#CCCCCC;
}

img.thumbnail{
cursor:hand;
}