/* CSS Document */

/* Layout Container */

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

/* Navigation */
 
    #nav {
      float:left;
      width:460x;
	  height:46px;
	  list-style-image:url(../../images/nav-bullet.jpg);
      font-size:13px;
	  	line-height:127px;
      }
    #nav ul {
	margin:0;

	padding:10px 10px 0 10px;
	
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
	  list-style-image:url(../../images/nav-bullet.jpg);
      }
    #nav a {
	font-size:14px;
	color:#a7b81c;
	font-weight:bold;
      float:left;
      margin:0;
      padding:0 0 0 70px;
      text-decoration:none;
      }
    #nav a span {
      float:left;
      display:block;
      padding:5px 80px 4px 6px;
      }
	  
#nav a:hover {
	color:#758113;
      }
	
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
	color:#999999;
      }
    #nav a:hover {
      background-position:0% -42px;
      }
    #nav a:hover span {
      background-position:100% -42px;
      }

/* 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:127px;
	background-image:url(../../images/header.jpg);
	background-repeat:no-repeat;

	}	
	
#logo {
	width:386px;
	height:127px;
	float:left;
}



/* 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:351px;
	background-image:url(../../images/rot1.jpg);
	clear:both;

	}
	
/* Footer */

#footer {
	height:66px;
	clear:both;
	}
	
#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}