﻿body {
      background:#A9AFAF;
}

#header {
	 margin-top:10px;
	 width:100%;
	 height:200px;
}

#aside {
	margin-left:50px;
	margin-top:40px;
	background-color:violet;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-width:1px;
	height:850px;
	width:300px;
	float:left;
}

#Inlinecontent {
		margin-right:50px;
		margin-top:40px;
		text-align:center;
		background-color:white;
		height:900px;
		width:900px;
		float:right;
		font-family:Georgia;
		color:black;
		font-size:17px;
		text-allign:left;
		padding-top:5px;
}	

table, td, th {
	       border:1px solid navy;
}

th {
    background-color:navy;
    color:white;
}
                
#footer {
	 margin-top:200px; 
	 background-color:#E6005C;
	 clear:both;
	 text-align:center;
	 height:230px;
}


