/* CSS Document */

/* Layout Container */

#container {
	width:980px;
	margin:auto;
	background:#f4f4f4;
		}

/* Navigation */
 
    #nav {
      float:left;
      width:100%;
	 height:40px;
	  background:url(../../images/nav-bg.gif) top no-repeat;
      font-size:13px;
	  line-height:40px;
      }
	  
	  a:link.navigation { color: #FFF;  font-weight: bold; text-decoration: none; }
	  a:visited.navigation { color: #FFF;  font-weight: bold; text-decoration: none; }
	  a:hover.navigation { color: #0C3;  font-weight: bold; text-decoration: underline; }
	  
.white {
	color: #FFFFFF;
}



/* Keyword Bar */


#keyword {
	height:25px;
	background-image:url(../../images/key/key.jpg);
	line-height:25px;
	text-align:center;
	}
	
#keyword2 {
	height:25px;
	background-image:url(../../images/key/key2.jpg);
	line-height:25px;
	text-align:center;
	}

/* Header */

#header {
	height:111px;
	background-image:url(../../images/header.jpg);
	background-repeat:no-repeat;

	}	

/* Content */

#content {
	margin-left:330px;
	width:600px;
	line-height: 18px;
	padding-top:25px;
	padding-bottom:15px;
	
	}
	
#gallerycontent {
	line-height: 18px;
	
	}
	
/* Sidebar */

#sidebar {
	width: 300px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	background-image:url(../../images/sidebar-bg.jpg);
	line-height: 18px;

	}
	
	/* Rotation */

#rot {
	height:270px;
	background-image:url(../../images/rot1.jpg);
	clear:both;

	}
	
/* Footer */

#footer {
	height:66px;
	clear:both;
	background-image:url(../../images/footer.jpg);
	background-repeat:no-repeat;
	}
	
#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

.home {
	background-color:#009;
	width:50px;
	height:40px;
}
