/* CSS Document */

@charset "utf-8";
/* CSS Document */

.outerAll {
	width: 970px;
	background-color:#f9d887;
	height: 500px;
	margin:0 auto;
	border: 0px solid green;
}

.topHeaderLeft {
	width: 491px;
	height: 316px;
	background-image:url(images/template1_01.gif);
	background-repeat:no-repeat;
	border: 0px solid black;
	float: left;
}

.topHeaderRight {
	width: auto;
	height: 316px;
	background-image:url(images/template1_02.jpg);
	background-repeat:no-repeat;
	border: 0px solid black;
	margin-left: 491px;
}

.topMenu {
	height: 63px;
	color:#000;
	background-image:url(images/template1_03.gif);
	padding: 10px 10px 0 10px;
}

.redLine {
	margin: 5px 0 0 0;
	height: 5px;
	background-color:#900;
	
}

.leftWrapper {
	width: 475px;
	border: 0px solid black;
	float: left;
}

.leftBox1Wrapper {
	background-image:url(images/template_home1_06L.gif);
	background-repeat:repeat-y;
	border: 0px solid blue;
}
.leftBox1Bottom {
	background-image:url(images/template_home1_10L.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.leftBox1Top {
	padding:10px 10px 10px 40px; 
	background-image:url(images/template_home1_04L.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height: 120px;
}

.leftBox2Wrapper {
	background-image:url(images/template_home1_06L.gif);
	background-repeat:repeat-y;
	border: 0px solid blue;
}
.leftBox2Bottom {
	background-image:url(images/template_home1_10L.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.leftBox2Top {
	padding:10px 10px 10px 40px; 
	background-image:url(images/template_home1_04L.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height: 120px;
}


.rightWrapper {
	width: 475px;
	border: 0px solid black;
	float: right;
}

.rightBox1Wrapper {
	background-image:url(images/template_home1_06R.gif);
	background-repeat:repeat-y;
	border: 0px solid blue;
}
.rightBox1Bottom {
	background-image:url(images/template_home1_10R.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.rightBox1Top {
	padding:10px 43px 10px 9px; 
	background-image:url(images/template_home1_04R.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height: 120px;
}

.rightBox2Wrapper {
	background-image:url(images/template_home1_06R.gif);
	background-repeat:repeat-y;
	border: 0px solid blue;
}
.rightBox2Bottom {
	background-image:url(images/template_home1_10R.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.rightBox2Top {
	padding:10px 10px 10px 9px; 
	background-image:url(images/template_home1_04R.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height: 120px;
}



.leftBox2 {
	padding:20px 20px 0 50px; 
	background-image:url(images/template1_12.gif);
	background-repeat:no-repeat;
	height: 191px;
	color: white;
	font-weight:bold;
	overflow: hidden;
	border: 0px solid blue;
}

.mainWrapper {
	margin-left: 283px;
	background-image: url(images/template1_07.gif);
	background-repeat:repeat-y;
}

.mainBottom {
	background-image: url(images/template1_13.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.mainTop {
	background-image:url(images/template1_05.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px 10px 10px 15px;
	min-height:300px;
	padding: 0 45px 20px 15px;
	border: 0px solid green;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	padding: 0;
	margin: 0;
	background-color: #f9d887;
}
