/* Design Improvement by Jannik Niemann */

* {margin: 0; padding: 0;}

body#corpus {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4E2E09;
	color: #727272;
	}

#design_container {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 760px !important;
	margin: 0 auto;
	text-align: left;
	color: #000000;
	background-color: white;
	margin-top: 10px;
	}

#leftbox {
	position: relative;
	width: 360px;
	float: left;
	background-color: white;
	}
    
#leftbox-brown {
	position: relative;
	height: 16px;
	width: 360px;
	background-color: #4E2E09;
	float: left;
	}
    
#leftbox-img {
	position: relative;
	width: 360px;
	height: 300px;
	float: left;
	background-color: white;
	margin-top: 20px;
	text-align:center;
	}

#leftbox-curve {
	position: relative;
	background-image: url(curve.png);
	background-position: bottom;
	width: 360px;
	height: 40px;
	float: left;
	}
    
#leftbox-content {
	position: relative;
	background-color: white;
	padding: 30px;
	width: 300px;  
	float: left;
	color: #5c5c5c;
	}

.indented {
	margin-left: 30px;
	}

a.leftcont {
	color: #5c5c5c;
	text-decoration: none !important;
	font-weight: bold;
	}
	
a.leftcont:hover {
	color: #5c5c5c;
	text-decoration: underline !important;
	font-weight: bold;
	}

#rightbox {
	position: relative;
	width: 400px;
	float: right;
	background-color: white;
	}
	
#rightbox-nav {
	position: relative;
	width: 400px;
	height: 62px;
	color: #5c5c5c;
	background-color: #84c639;
	background-image: url(nav-back.jpg);
   background-position: bottom;
	float: right;
	}

a.nav {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #000000;
	text-decoration: none !important;
	font-weight: bold;
	}
	
a.nav:hover {
	color: #000000;
	text-decoration: underline !important;
	font-weight: bold;
	}
    
#rightbox-nav1 {
	position: relative;
	width: 342px;
	height: 22px;
	padding: 8px 8px 0px 0px;
	float: right;
	text-align: right;
	font-weight: bold;
	}
    
#rightbox-nav2 {
	position: relative;
	width: 342px;
	height: 20px;
	padding: 10px 8px 0px 0px;
	float: right;
	text-align: right;
	font-weight: bold;
	}
    
#rightbox-text {
	position: relative;
	width: 400px;
	height: 75px;
	background-color: white;
	float: right;
	color: #4E2E09;
	font-weight: bold;
	font-style: italic;
	font-size: 32px;
	text-align: center;
	padding-top: 35px;
	}

#rightbox-title {
	position: relative;
	width: 400px;
	height: 58px;
	background-color: white;
	background-image: url(title-back.png);
	background-position: left;
	float: right;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 26px;
	}
	
#rightbox-content {
	position: relative;
	min-height: 400px;
	width:330px;
	color: #5c5c5c;
	padding: 20px 30px 20px 40px;
	background-image: url(curve2.png);
	background-position: 0px 0%;
	background-repeat: no-repeat;
	background-color:white;
	float: right;
	line-height: 175%%;
	}

#rightbox-bottom {
	position: relative;
	width: 271px;
	height: 21px;
	color: #ffffff;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	padding: 12px 0px 0px 0px;
	background-image: url(bottom-curve.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: white;
	float: right;
	}


#footer {
	clear: both;
	position: relative;
	width: 760px;
	background-color: #84c639;
	}

img {
	border: 0 none;
	}