html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0; font-family:inherit; font-size:inherit; color:inherit;}
textarea{overflow:auto;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

body{
	color:#543413;
	background:#97BAE4;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:26px;
	color:#333;
	margin-bottom:15px;
}
h2{
	color:#543413;
	font-size:22px;
	margin-bottom:10px;
}
h3{
	font-size:18px;
	color:#543413;
	margin-bottom:7px;
}
h4{
	font-size:14px;
	color:#543413;
	margin-bottom:5px;
}
p{
	line-height:1.4;
	margin-bottom:10px;
}
a{
	color:#8D5705;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#5C728E;
}
ul, ol{
	margin:20px 30px;
	line-height:1.5;
}
ol {
	list-style:decimal;	
}
ul {
	list-style:disc;	
}

#container{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	background:#fff;	
}
 
#header{
	font-size:0;
}
#nav{
	background:#000;
}
	#nav ul{
	overflow:hidden;
	height:90%;
	margin:0;
	list-style:none;
	}
	#nav li{
		float:left;
	}
	#nav a{
	color:#fff;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:15px 23px 15px 21px;
	}
	#nav a:hover{
		color:#97BAE4;
	}
	
	
#main{
	margin:13px;
}
	.main-contents{
		width:600px;
		float:left;
		color:#000;
		font-family:sans-serif;
	}
		.contents-box{
			padding:15px;
			border:1px solid #543413;
			margin:0 0 13px;
			-moz-border-radius:10px;
			-moz-border-radius:10px;
			border-radius:10px;
		}
		.align-right{
			float:right;
			margin:0 0 20px 20px;
		}
		.align-left{
			float:left;
			margin:0 20px 20px 0;
		}
	.sidebar{
	width:240px;
	float:right;
	border:1px solid #543413;
	padding:10px;
	background:#EEC173;
	color:#1B1006;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color: #C0A587;
	}
		.sidebar a{
			color:#45566C;	
		}
		.sidebar a:hover{
			color:#000;	
		}
		.sidebar ul,
		.sidebar ol{
			margin:15px;	
		}
		.sidebar li{
			padding-bottom:8px;
			line-height:1.3;
		}
		
		.text-feild,
		.select{
			color:#EEC173;
			border:1px solid #444;
			color:#444;
			width:230px;
			padding:5px;
		}
		.select{
			width:150px;
			padding:3px;
			vertical-align:middle;
		}
		.submit-btn{
			border:0;
			vertical-align:middle;
			background:#543413;
			color:#fff;
			font-weight:bold;
			cursor:pointer;
			width:84px;
			height:26px;
			-moz-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
		}
		
		.sidebar label{
			display:inline-block;
			padding-right:10px;
			color:#000;
			font-size:14px;
		}
/* page-2 */		
	.banner-2{
		display:block;
		width:900px;
	}
	.inner-box{
	background:#97BAE4;
	border:1px solid #000;
	padding:15px 15px 5px;
	width:420px;
	margin:0 auto 15px;
	background-color: #EEEEEE;
	}
	.inner-box-round{
	background:#eee;
	border:1px solid #000;
	padding:15px 15px 5px;
	width:420px;
	margin:0 auto 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color: #DDDDDD;
	}
	
/* end page-2 */	
#footer{
	line-height:25px;
	font-size:11px;
	padding:15px 10px;
}
	
	#footer ul{
		width:465px;
		float:right;
		overflow:hidden;
		margin:17px 0 0;
		list-style:none;
	}
	#footer li{
		float:left;
	}
	#footer a{
		margin:0 5px;
		color:#8D5705;
		font-weight:normal;
	}
	#footer a:hover{

	}
	
.fl{ float:left}
.fr{ float:right}
.wrapper { height:100%; overflow:hidden }
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.png { /* for png ../images to fix for IE6*/ }


/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }

