﻿@charset "utf-8";

#header {
	 margin-top:15px;
	 width:100%;
	 height:200px;
}

#aside {
	margin-left:50px;
	margin-top:40px;
	background-color:#00ffa5;
border-style: solid;
border-width:5px;
	height:1200px;
	width:300px;
	float:left;
}

#Inlinecontent {
		margin-right:50px;
		margin-top:40px;
		text-align:justify;
                background-color:#00ffdd;
		height:1195px;
		width:910px;
		float:right;
		font-family:TimesNewRoman;
		color:black;
		font-size:17px;
		text-allign:justify;
		padding-top:5px;
border-style: solid;
border-width:5px;}	



th {
    background-color:navy;
    color:white;
}
                
#footer {
	 margin-top:500px;
	margin-top:40px; 
	 background-color:#87CEEB;
	 clear:both;
	 text-align:center;
	 height:120px;
border-style: solid;
border-width:5px;}













