/* CSS Document */


body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.style1 
{font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:#3D3703}

body,td,th {
	color: #3D3703;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #671a04;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold
}
a:visited {
	color: #671a04;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold
}
a:hover {
	color: #3D3703;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold
}
a:active {
	color: #671a04;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold
}


.bottom a:link {color: #671a04;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold}
.bottom a:visited {color: #671a04;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold}
.bottom a:hover {color: #3D3703;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold}
.bottom a:active{color: #671a04;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold}
.h1 
{font-size: 14px; font-family: Arial, Helvetica, sans-serif; color:#671a04; font-weight: bold; text-shadow: #878787 0.05em 0.05em 0.05em}
.h2
{font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:#3D3703; font-weight: bold; text-shadow: #3D3703 0.05em .05em 0.05em}

.h4
{font-size: 14px; font-family: Arial, Helvetica, sans-serif; color:#3D3703; font-weight: bold; text-shadow: #3D3703 0.05em 0.05em 0.05em}

.bd_logo
{
	background: url(images/bdog_new.png); 
	position: absolute;
	z-index: 0;
	width: 120px; 
	height: 158px; 
	margin: 290px 0px 0px 30px;
}

.bd_logo_sub
{
	background: url(images/bdog_new.png); 
	position: absolute; 
	float: center; 
	z-index: 0;
	width: 120px; 
	height: 158px; 
	margin: 180px 0px 0px 30px;
}

.bd_logo_sub2
{
	background: url(images/bdog_new.png); 
	position: absolute; 
	float: center; 
	z-index: 0;
	width: 120px; 
	height: 158px; 
	margin: 400px 0px 0px 326px;
}

.bd_logo_port
{
	background: url(images/bdog_new.png); 
	position: absolute; 
	float: center; 
	z-index: 0;
	width: 120px; 
	height: 158px; 
	margin: 60px 0px 0px 36px;
}

.bd_gcr
{
	background: url(images/gcr_bdr.png); 
	position: absolute; 
	float: center; 
	z-index: 0;
	width: 250px; 
	height: 79px; 
	margin: 34px 0px 0px 496px;
	
	
}


.less {
	color:#999;
	font-size:12px;
}

#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}