@charset "utf-8";
/* CSS Document */

body {
	background:#B8AD91;
	padding: 0; 
	margin: 0; 
}

a {
	color: #6D5B44;
}
a:hover { color: #DA3B3B; background: inherit; text-decoration: underline;}
p {
	margin: 15px 0;
	font-family: Tahoma;
	font-size: .8em;
	padding-left: 15px;
}
h1 {
	padding: 8px 0 4px 0;
	margin: 0;
	letter-spacing: -1px;
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	padding: 8px 0 4px 5px;
	margin: 0;
	letter-spacing: -1px;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: bold;
}
h3 {
	padding: 8px 0 4px 10px;
	margin: 0;
	letter-spacing: -1px;
	font-family: Tahoma;
	font-size: .8em;
	font-weight: bold;
}
ul { list-style: square;}
hr {
	height: 1px;
	color:#000000;
	background-color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* main layout css */
#topbgwrap { background:url("../back.jpg");}
#content { height: 200px; margin: 0px auto; width: 1004px;}
#contentwrap {
background:#D8C9A8;
padding-bottom:10px;
}

#mainwrap {
background:#D8C9A8;
	margin: 0px auto;
	padding:0px;
	width: 1004px;
}

#main {
	width: 1004px;
}

#border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

	#right_side { float: right; width: 410px;  margin-bottom: 10px;}
	
	
	#left_side {  padding: 10px; width: 570px;  height:450px;}
	
		#cright_side { float: right; width: 410px;  height: 450px}
	
	
	#cleft_side { width: 570px; height: 450px }
	
		.maintxt {
	color: #456aa6;
	font-family: Tahoma;
	font-size: 14px;
}
			.greentxt {
	color: #456aa6;
	font-family: Tahoma;
	font-size: 12px;
}	
		
/* Top part */
#top { background: transparent; height: 168px; }
	

#flash {
	background: url("../flashback.jpg");
	width: 398px;
	height: 406px;
}


#footer {
	background-image:url("../footer.jpg");
	background-repeat:repeat-x;
	height: 30px;
	font-size: x-small;
	margin: 0;
	padding-top: 10px;
	text-transform:capitalize;
}

#home-left a {
background: inherit; text-decoration: none; font-size: 12px; font-weight: bold;
}
