﻿body {background-image:url(../images/brown.jpg);}

#header {
	 margin-top:10px;
	 width:100%;
	 height:200px;
}

#aside {
	margin-left:50px;
	margin-top:40px;
	background-color:#FC6;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-width:1px;
	height:1000px;
	width:250px;
	float:left;
	text-align:center;
	font-family:Book Antiqua;
	font-style:oblique;
	table-layout:2x2;
	border:0;
	
}

#Inlinecontent {
		margin-right:300px;
		margin-top:50px;
		text-align:left;
		height:1000px;
		width:600px;
		float:right;
		font-family:Georgia;
		color:black;
		font-size:17px;
		text-allign:left;
		padding-top:6px;
}	
	

                
#footer {
	 margin-top:200px; 
	 background-color:#FC6;
	 clear:both;
	 text-align:center;
	 height:150px;
	 width:1240px;
}


