
/* COLOR SCHEME
teal_lt #cbe6e4;
teal_dk #89a1a3;
orange #d45418;
dk_brown #3b2007;
*/

/* --------------Structure-------------- */


* {
	margin: 0;
	padding: 0;
}

* img {
	border: 0;
}

html { 
	min-height: 100%; margin-bottom: 1px; 
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 100%;
	height: 1500px;
	background-color: #3b2007;
	background-image: url("../images/bkgd.gif");
	background-repeat: no-repeat;

}

#content {
	width: 1026px;
	height: 750px;	
	color: #3b2007;
	margin: auto;
	font-size: 0.75em;
	font-family: "Georgia", "Baskerville", "Book Antiqua","Times New Roman", "Times", serif;
}

#left {
	float: left;
	width: 280px;
	height: 750px;
	background-color: #d45418;
}

#right {
	float: left;
	width: 745px;
	height: 750px;	
	background-color: #89a1a3;

}

/* --------------top-------------- */

#lefttop {
	width: 280px;
	height: 150px;
	background-image: url("../images/left_top2.gif");	
	background-repeat: no-repeat;
}

#righttop {
	width: 744px;
	height: 150px;
	background-image: url("../images/right_top2.gif");
	background-repeat: no-repeat;
	border-left: 1px solid #3b2007;
}

/* --------------content-------------- */


#leftcontent {
	width: 280px;
	height: 450px;	
}

#rightcontent {
	width: 744px;
	height: 450px;
	border-left: 1px solid #3b2007;	
}

/* --------------contentin-------------- */

#leftcontentin {
	width: 270px;
	height: 420px;
}

#rightcontentin {
	width: 430px;
	height: 420px;
	padding-left: 20px;
}

/* --------------bottom-------------- */


#leftbot {
	width: 280px;
	height: 175px;
	background-image: url("../images/left_bottom.gif");
	background-repeat: no-repeat;
}

#rightbot {
	width: 744px;
	height: 175px;
	background-image: url("../images/right_bot2.gif");
	background-repeat: no-repeat;
	border-left: 1px solid #3b2007;	
}

/* --------------menu-------------- */

#menu {
	width: 302px;
	height: 58px;
	background-image: url("../images/menu_over.gif");
	background-repeat: repeat-x;
	position: relative;
	margin-left: 442px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#menu ul {
	padding-top: 15px;
}

#menu li {
	margin: 0;
	display: inline;
	font-size: 1.3em;
	padding: 20px;
	list-style-type:none;
}

#menu li a {
	text-decoration: none;
	color: #3b2007;
}

#menu li a:hover {
	border-left: 1px solid #cbe6e4;
	padding-left: 3px;
	color: #cbe6e4;
}


/* --------------Style-------------- */

#left ul {
	padding-left: 20px;
	padding-top: 30px;
}

#leftcontent img.leaf {
	padding: 25px 0 0 20px;
}


#left p.plus {
	font-size: 4em;
	padding-left: 33px;
	color: #de7b4d;
	padding-top: 25px;
}

#left p.plus1 {
	font-size: 17em;
	padding-left: 100px;
	color:#d8652f;
	margin-top: -165px;
}

#left p.plus2 {
	color: #de7b4d;
	font-size: 3em;
	padding-left: 20px;
	font-style: italic;
	margin-top: -127px;
}

#left h2 {
	padding-top: 20px;
	padding-left: 20px;
}	

#left p {
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#left h3 {
	padding: 20px;
}

#left a {
	text-decoration: none;
	color: #3b2007;
}	

#left a:hover {
	border-left: 1px solid #cbe6e4;
	padding-left: 3px;
	color: #cbe6e4;
}

p.valid {
	position:relative;
	left:-20px;
	bottom: -155px;
}

#right p {
	font-style: italic;
	margin-top: -35px;
	font-size: 1.2em;
	padding-left: 20px;
}


#rightcontentin img {
	border: 2px solid #3b2007;
	margin: 2px;
}

#right h3 {
	padding: 10px 0;
	border-top: 1px solid #3b2007;
}

