@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:16px;
	height:100%;
	background-color:#232323;
}

p {
	text-align:justify;
}

h1 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 15px;
	color: #a14e5a;
	text-decoration:none;
	text-align:left;
}

a:link {
	color: #9e515b; text-decoration:underline;
}
a:visited {
	color: #9e515b; text-decoration:underline;
}
a:hover {
	color: #ba5562; text-decoration:underline;
}
a:active {
	color: #9e515b; text-decoration:underline;
}
#page-container {
	width:800px;
	margin:auto;
	padding:8px 0px 0px 0px;
}

#header1 {
	height: 82px;
}

#header2 {
	height: 157px;
}

#nav {
	height:26px;
}

#content {
	width:798px;
	height:auto;
	border:solid 1px #ffffff;
	background:url(../images/container-bg.gif) repeat-x bottom #333333;
	overflow:hidden; 

}

#topleft-box {
	width:330px;
	float:left;
	padding:20px 0px 0px 35px;
	text-align:left;
}

#topright-box {
	width:390px;
	float:right;
	padding:15px 5px 20px 0px;

}

#bottomleft-container {
	float:left; 
	text-align:left; 
	height:300px; 
	width:370px; 
	padding:40px 0px 0px 20px;
}

#bottomleft-box {
	height:275px; 
	width:340px; 
	background-color:#3c3c3c;
	padding:7px 20px 0px 20px;
}


#bottomright-box {
	float:right; 
	text-align:left; 
	height:315px;  
	width:362px; 
	padding:8px 18px 0px 13px;
}

#footer {
	font-size:11px; 
	text-align:center; 
	width:800px; 
	padding: 8px 10px 0px 5px;
}

#heading {
	text-align:center;
	padding: 13px 0px 0px 5px;
}

#simplecontent {
	padding: 15px 24px 20px 24px;
}

#breadcrumb {
	font-size:11px; 
	text-align:left;
	padding-top:8px;
	padding-left:8px;

}
