@charset "utf-8";
/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
	}
	body {
		/*background: url("../../images/bg_basket2.gif");*/
		background: url(../../images/bg_sky.gif) fixed;
		font-size: 62.5%;
	}
	a:link {
	   color: #54392c;	
	   text-decoration: none;		
	}
	a:active {
	   color: #570002;	
	   text-decoration: underline;		
	}
	a:hover {
	   color: #a21b1c;
	   text-decoration: underline;	
	}
	a:visited {
	   color: #54392c;		
	   text-decoration: none;	
	}
	#container {
		margin: 0 auto;
		width: 816px;
	}
	.header {
		background: url("../../images/bt_header.jpg");
		width: 816px;
		height: 168px;
		margin: 0 auto;
	}
		.header_inner {
			position: relative;
			top: 134px;
			left: 310px;
			width: 460px;
			font-size: 13px;
		}
	.nav {
		background: url("../../images/bt_bar.gif");
		border: 0px solid red;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-weight: bold;
		padding: 9px 0px 9px 0px;
		width: 816px;
		margin: 0 auto;
	}
		.nav a {
			color: #54392c;
			text-decoration: none;
		}
		.nav a:hover {
			color: #a21b1c;
			text-decoration: underline;
		}
	.feat {
		background: url("../../images/bg_feat.jpg");
		width: 816px;
		height: 311px;
		margin: 0 auto;
	}
		#feat_image {
			width: 292px;
			height: 251px;
			border: 0px solid red;
			float: right;
			padding-right: 75px;
			padding-top: 18px;
		}
		#feat_text {
			width: 375px;
			border: 0px solid red;
			float: left;
			padding-left: 37px;
			padding-top: 30px;
		}
			#feat_text h1 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 1.6em;
				margin-bottom: 20px;
				color: #54392c;
			}
			#feat_text p {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 1.2em;
				margin-bottom: 25px;
				color: #54392c;
			}
			#feat_text p a:hover {
				color: #a21b1c;
				text-decoration: underline;
			}
		.main {
			background: url("../../images/bt_lower_bg.jpg");
			width: 816px;
			height: 374px;
			border: 0px solid aqua;
			margin: 0 auto;
		}
				.box1 {
					width: 240px;
					height: 200px;
					margin-left: 17px;
					margin-top: 35px;
					border: 0px solid red;
					float: left;
					margin-bottom: 50px
				}
					.box1 h2 {
						color: #54392c;
						font-size: 1.5em;
						padding-left: 20px;
						font-family: Georgia, "Times New Roman", Times, serif;
						margin-bottom: 10px;
					}
					.box1 p {
						padding-left: 20px;
						font-size: 1.5em;
					}
					.box2 p {
						padding-left: 20px;
						font-size: 1.5em;
					}
					.box3 p {
						padding-left: 20px;
						font-size: 1.5em;
					}
				
				.box2 {
					width: 240px;
					height: 200px;
					margin-left: 17px;
					margin-top: 35px;
					border: 0px solid red;
					float: left;
					margin-bottom: 50px
				}
					.box2 h2 {
						color: #273505;
						font-size: 1.5em;
						font-family: Georgia, "Times New Roman", Times, serif;
						margin-bottom: 10px;
					}
					
				.box3 {
					width: 240px;
					height: 200px;
					margin-left: 17px;
					margin-top: 35px;
					border: 0px solid red;
					float: left;
					margin-bottom: 50px
				}
					.box3 h2 {
						color: #b26e08;
						font-size: 1.5em;
						font-family: Georgia, "Times New Roman", Times, serif;
						margin-bottom: 10px;
					}
					
			.vert_line {
				width: 1px;
				margin: 0 auto;
				border: 0px solid blue;
				float: left;
				margin-left: 13px;
				margin-top: 35px;
			}
		.footer {
			margin: 0 auto;
			padding: 5px 5px 5px 50px;
			border: 0px solid red;
			clear: both;
			font-size: 1.2em;
		}
			.footer a {
				color: #54392c;
				text-decoration: none;
				padding-left: 20px;
			}
			.footer a:hover {
				color: #a21b1c;
				text-decoration: underline;
			}
			.footer p {
				margin-top: 10px;
				position: relative;
				left: -25px;
				text-align: center;
				color: #54392c; 
			}
			.footer p a {
				margin-top: 10px;
			}