* {
	padding: 0;
	margin: 0;
}
div {
}

body {
	background-color: #d7b67f;
	background-image: url(../images/bg_image.gif);
	color: #3f3621;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}



a, object {
	outline: none;	
}
a {
	color: #0662EF;
}
a img {	
	border: 0;
}

.clear {
	clear: both;
}

#base {
}

	#container {
		width: 1000px;
		margin: 0px auto;
		border: 1px #3E3621 solid;
	}
	
		#header {
			height: 350px;
		}
		
			#logo {
				width: 570px;
				height: 350px;
				float: left;
				background-color:#3F3621;
				text-align: center;
				color:#FFFFFF;
				
			}
		
			#montage {
				width: 430px;
				height: 350px;
				float: right;
				
				background-color: #FFFFFF;
			}
		
		
		#dates {
		width: 480px;
		float: left;
		text-align: center;
		}
		
		#content {
			height: 730px;
			background-color: #fef7dd;
		}
			#info {
				width: 480px;
				float: left;
				background-color: #fef7dd;
				
				padding-top: 25px;
				padding-left: 40px;
				padding-right: 40px;
				}
				
				#feature {
					text-align: left;
					float: left;
					width: 240px;
				}
				
				#special {
					text-align: left;
					float: right;
					width: 185px;
				}
				
				.mid_decor {
				width: 480px;
				height: 40px;
				padding-top: 20px;
				background-image: url(../images/div_decor.gif);
				background-position: center;
				background-repeat: no-repeat;
				}
				
				#context {
					/*border-top: 1px #b76138 solid;
					margin-top: 10px;*/
					padding-top: 10px;
					text-align: center;
				}
				
				.red-title {
				font-size: 16px;
				color: #b76138;
				font-family: "Times New Roman", Times, serif;
				}
				
				.red-title-big {
				font-size: 20px;
				font-weight: bold;
				color: #b76138;
				font-family: "Times New Roman", Times, serif;
				}
				
				.grey-title {
				font-size: 16px;
				font-weight: bold;
				color: #3F3621;
				font-family: "Times New Roman", Times, serif;
				}
		
			
			
			#link {
				width: 350px;
				height: 705px;
				float: right;
				
				background-color: #000000;
				
				padding-top: 25px;
				padding-left: 40px;
				padding-right: 40px;
			}
				.link_text {
				font-family: "Times New Roman", Times, serif;
				color: #FEF7DD;
				font-size: 18px;
				font-weight: bold;
				text-align: center;
				}
				
				#btn_1 {
					width: 295px;
					height: 60px;
					
					text-align: center;
					
					margin: 10px auto;
				}
				
				#btn_2 {
					width: 295px;
					height: 60px;
					
					text-align: center;
					
					
					margin: 10px auto;
				}
				
				#btn_3 {
					width: 295px;
					height: 60px;
					
					text-align: center;
					
					margin: 10px auto;
				}
				
				#btn_4 {
					width: 298px;
					height: 78px;
					
					text-align: center;
					
					margin: 10px auto;
				}
	
		#footer {
			height: 180px;
		}
		
		.footer_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		}
	
			#image {
				width: 100%;
				height: 180px;
				
				background-color: #3f3621;
				
				background-image: url(../images/footer_image_01.jpg);
				background-position: center;
				background-repeat: no-repeat;
			}
			
		#company {
			padding: 20px 0;
			text-align: center;
		}
		
			#copyright {
				padding: 10px 0;
				text-align: center;
			}
