#side_column {
	float: left;
	display: inline;
	width: 20%;
	background: #fff url("/images/side_content_back.gif") repeat-x;
	}
	
#side_column img {
	float: right;
	display: inline;
	}
	
#nav {
	clear: both;
	margin: 0;
	text-align:left;
	padding:20px 0;
	width: 99%;
	display:block;
	position:relative;
	}

#nav li {	
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	height: 20px;
	width: 100%;
	}
	
#nav a {
	margin: 0;
	padding: 0 0 0 55px;
	display: block;
	height: 20px;
	color:#5a2070;
	font-size: 15px;
	font-weight:bold;
	font-stretch:condensed;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	width:200px;
	}

#nav a:hover {
    background: #33E0F4;
	color:#fffffe;
	text-shadow:#000 2px 2px 1px;
}

#address {
	width:180px;
	padding-top: 10px;
	display: none;
	}
	
#address ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	}
	
#address li {
	margin-left: 5px;
	}
	
/*----------------------  Bottom Naviation ----------------------------*/

#subnav {
	clear: both;
	padding: 3px 0 3px 0;
	width: 100%;
	height: 15px;
	background: #B4D8F8;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	margin: 0 auto 0 auto;
	}

#subnav li {
	display: inline;
	padding: 0;
	}
	
#subnav li a {
	font-weight: normal;
	text-decoration: none;
	color: black;
	}

/*----------------------  Site Options ----------------------------*/

#site_options {
	clear: both;
	float: right;
	display: inline;
	width: 130px;
	padding: 1px;
	margin-right: 12px;
	background: #CCD6F2;
	}

#site_options ul {
	margin:10px 0;
	padding-left: 5px;
	list-style: none;
	}

li.sofriend {
	background: transparent url("/library/icons/send-to-friend.gif") top left no-repeat;
	height:17px;
	padding-bottom: 2px;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	}
li.sofriend a {
	height:17px;
	padding-left:20px;
	}
li.sofave {
	background: transparent url("/library/icons/add-to-fave.gif") top left no-repeat;
	height:17px;
	padding-bottom: 2px;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	}
	
li.sofave a {
	height:17px;
	padding-left:20px;
	}
	
li.soprint {
	background: transparent url("/library/icons/print.gif") top left no-repeat;
	height:17px;
	padding-bottom: 2px;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	}
	
li.soprint a {
	height:17px;
	padding-left:20px;
	}
	
li.sorequest {
	background: transparent url("/library/icons/request.gif") top left no-repeat;
	height:17px;
	padding-bottom: 2px;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	}
	
li.sorequest a {
	height:17px;
	padding-left:20px;
	}
	
li.somap {
	background: transparent url("/library/icons/map.gif") top left no-repeat;
	height:17px;
	padding-bottom: 2px;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	}
	
li.somap a {
	height:17px;
	padding-left:20px;
	}
	
/*--------------------------  End Siteoptions -------------------*/

