#header{
	width:565px;
	height:50px;
	position: relative;
	top:1px;
	left:5px;
	background : #6495ED;
	background-color : #87CEFA;
}

#below{
	width:565px;
	height:10px;
	position: relative;
	top:2px;
	left:5px;
	background : #6495ED;
	background-color : Aqua;
}

#side{
	width:103px;
	height:300px;
        padding:0px 5px;
	position: fixed;
	top:10px;
	left:5px;
	background : #6495ED;
	background-color : #00BFFF; }

h1 {
	font : 200 normal x-large Century Gothic;
}

h5 {
	font : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color : White;
	color : #00008B;
}

p {
	color : Black;
	font : 13px Century Gothic;
	border-left-width : thin;
	border-bottom-width : thin;
	border : double;
	border-color : Aqua;
        padding:3px 3px;
}
#main {	
	width:435px;
	position: absolute;
        padding:0px 3px 0px 5px; 
	top:80px;
	left:135px;
	background : #6495ED;
	background-color : #00BFFF;
}

hr {
	color : White;
}

