body {background-color:#DFEFFF;text-align:center;}
#wrapper {margin:0px auto 0px auto;
height:1000px; width:1000px; background-color:white;}

#header {background-image:url("");background-color:white;height:100px;}
#nav {background-image: url("");background-color:#339999;height:950px; width:250px;
float:left;}
#sidebar {background-image: url("");background-color:#339999;height:950px; width:150px;
float:right;}
#content {background-image: url("");background-color:#339999;height:950px;
overflow:auto;}
#footer {background-image:url("");height:50px;background-color:#339999;}

#nav a {background-color:none;
color:white;
text-algin:center;
margin:10px;
padding:0px;
text-decoration:none;
border:outset 0px;
}

#nav a:active {}
#nav a:visted {}
#nav a:hover {background-color:none;color:blue;}


