/* CSS Document */

body {		background-image: url("Images/Grey Texture.jpg");
			margin:auto;
			width: 1050px;}
#sub {		background-image: url(Images/Grey2.jpg);
			border: thin solid black;
			margin-top: 10px;
			overflow:auto;
			}
#heading {		margin: 10px;
				text-align: center;}
#heading img {	border: 2px solid black;}
			
#links {	text-align:center;}
#links img {border:2px solid black;
			margin:1px;}

			
#nav {	float:left;
			width: 214px;
			text-align:center;}
			
ul {	margin: 0;
		padding: 0;
		list-style: none;
		width: 214px;
		border-bottom: 1px solid #ccc;
		}
		

			
ul li {	position: relative;
		background: #333333;
		}

li ul {	position: absolute;
		left: 210px;
		top: 0;
		display: none;
		font-size: 95%;}
		
ul li a {	display: block;
			text-decoration: none;
			color: #000000;
			background: #eeeeee;
			margin-top: 0px;
			padding: 1px;
			border: 1px solid #ccc;
			border-bottom: 0;
			height: 1%;}
			

/* Fix IE. Hide from IE Mac \*/
* html ul li {	float: left; 
				height: 1%;}
* html ul li a { height: 1%;}
/*End*/

li:hover ul, li.over ul{display: block;}

ul li a:hover { color: #3300FF;}

#BodyFrame {text-align:center;
			border-top:thin solid black;
			border-left:thin solid black;
			height: 620px;
			width: 800px;
			}


#sidebar img {margin-bottom:2px;}

#homesidebar {	float:left;
			width: 160px;
			text-align:center;
			}
#homesidebar img {margin-bottom:5px;
					margin-left:5px;}