/* CSS Document */

body {
	background-image: url(keyboardbackground.png);
	size: landscape;
	}

#header {
	background-image: url(Header.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 800px;
	}

#wrapper {
	width: 900px;
	height: 650px;
	}
	
#topnav {
	background-image: url(TopNav.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 800px;
	margin:0px;
	padding: 0px;
		}
		
#topnav ul {
	position: relative;
	width: 639px;
	left: 85px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	}

#topnav li{
	font: Arial, Helvetica, sans-serif;
	font-size:18px;
	list-style-type: lower-alpha;
	display: inline;
	color: #FFFFFF;
	padding: 0px 10px 0 15px;
	border-left-style: dashed;
	border-left-color: #666666;
	border-left-width: thin;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	}

#topnav a:hover {
	color: #666666;
	text-shadow: Black;
	}

#body {
	background-image: url(Body.gif);
	background-repeat: no-repeat;
	height: 284px;
	width: 639px;
	float: left;
	left: 168px;
	}
	
#body ul {
	padding: 0px;
	margin: 0px;
	padding-bottom: 1em;
	padding-left: 15px;
	}
	
#bodycontent {
	position: relative;
	margin-top: 22px;
	margin-left: 20px;
	margin-right: 25px;
}	

#body p {
	margin-top: 0px;
	margin-bottom: 1em;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	}

#sidebar {
	background-image: url(SideBar.gif);
	background-repeat:no-repeat;
	float: left;
	height: 437px;
	width: 168px;
	}
	
#sidebarcontent {
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	word-spacing: 5px;
	left: 1px;
	}	
	
#bottom {
	background-image: url(BottomNav.gif);
	background-repeat: no-repeat;
	width: 632px;
	height: 155px;
	float: left;
	postion: relative;
	}	
	
#bottom table a {
	color: #FFFFFF;
	text-decoration: none;
	}
		
#bottom table a:hover {
	color: #666666;
	}

#bottom table {
	margin-top: 5px;
	margin-left: 40px;
	color:#FFF;
	font-weight: 600;
}

#learnmore {
	margin-top: 15px;
	font-size: 12px;
	color: #000;
}

