@charset "utf-8";
/* CSS Document */

html {
    min-height: 100%;
}

body {
		margin: 0 auto;
		background-color:#DADEE9;
		border-color:#C3C;
		
}

h1 { font-family:"Arial Black", cursive;
font-size:16px; color:#31281D;
}

h2 { font-family:"Arial", Gadget, sans-serif, cursive;
font-size:16px; font-weight:normal; color:#31281D;
}
h3 {
	font-family: "Arial", cursive;
	font-size: 16px;
	font-weight: normal;
	color:#31281D;
}

h4 {
	font-family: "Arial", cursive;
	font-size: 14px;
	font-weight: normal;
	color:#31281D;
}


#page-wrap {
		margin: 0 auto;
		width: 900px;
		height:685px;
		background-color:#FFF;
		border:solid;
		border-color:#999;
	
		
		
	

	
}
#header {
		width:900px;
		height:150px;
		margin: 0;
		overflow:hidden;
		padding:0px;	
}

aside { float: left; width: 900px; background-color:#FFF; }
nav ul { list-style:none; }

nav ul li a { text-decoration:none; display:block; background-color:#999; float:left; font-size:16px; width:130px; text-align:center; margin-left:5px; border-radius:5px; color:#000 }

nav ul li a:hover { background-color:#A91400; }

a:link {
	text-decoration: none; color:#4C3828; cursive; }

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;  background-color:#A91400; border-radius:5px;
}
a:active {
	text-decoration: none;
}


#main-content {
		width: 880px;
		height: 410px;
		float:left;
		overflow:hidden;
		background-color:#FFF;	
		padding-left: 20px;
		margin-top:0px;
		
}

#main-content-left {
		width: 380px;
		height: 410px;
		float:left;
		overflow:hidden;
		background-color:#FFF;
		 }
		


#main-content-right {
		width: 480px;
		height: 410px;
		float:left;
		overflow:hidden;
		background-color:#FFF;
		padding-left:20px;
		
	}


		

#footer {
		width: 860px;
		height: 45px;
		float:left;
		overflow:hidden;
		background-color:#FFF;
		padding:20px;

	
		
		
}

#footer-content-left {
		width: 340px;
		height: 45px;
		float:left;
		overflow:hidden;
		background-color:#FFF;
		padding:0px;
		

	
		
		
}
#footer-content-center {
		width: 240px;
		height: 45px;
		float:left;
		overflow:hidden;
		background-color:#FFF;
		padding:0px;
		

	
		
		
}

#footer-content-right {
		width: 270px;
		height: 45px;
		float:left;
		overflow:hidden;
		background-color:#FFF;
		padding:0px;

	
		
		
}


