﻿
/* CSS Document */

#wrapper {
	margin: 0 auto;
	height: 100%;
 	width: 900px;
 	border: solid small;
 	border-style: solid;
 	border-color: White;
}
#header {
	height:100px;
	width: 100%;
	background-color:#bad1ea;
	background-image:url(images/subheaderb.png);
	background-repeat:repeat-x;
}
#topnavigation {
	/*vertical-align:top;*/
	margin-top: -5px;
	float:right;
	font-size:small;
	color:#FFF;
	font-size: medium;
	padding-right: 5px;
	
}
#navigation 
{
	margin-left: 290px;
	margin-top:-75px;
	font-family: Verdana; 
	font-size:16;
	font-weight:500;
	font-variant: small-caps;
	vertical-align:middle;
	
}

#copyright {
	height:100px;
	width:200px;
	margin-top: 5px;
    font-size: small;
    color: #ffffff;
	
}
#bottomlinks {
	height:100px;
	width:700px;
	font-size:small;
	color: #ffffff;
	margin-left: 200px;
	margin-top:-100px;
}
