@charset "utf-8";
/* CSS Document */


/* Layout Container */

#container {
	width:800px;
	margin:auto;
	border:solid 1px #000000;
	background:#FFFFFF;
		}
	

/* Navigation */
 
    #nav {
      float:left;
      width:100%;
	  height:44px;
	  background-image:url(../images/nav-bg.jpg);
      font-size:12px;
      line-height:normal;
      }
    #nav ul {
	margin:0;
	padding:10px 10px 0 60px;
	list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #nav a span {
      float:left;
      display:block;
      padding:5px 55px 4px 6px;
      }
    /* 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;
      }

/* Header */

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

	}
	

/* Content */

#content {
	margin-left:280px;
	line-height: 18px;
	
	}
	
#gallerycontent {
	line-height: 18px;
	
	}
	
/* Sidebar */

#sidebar {
	clear:both;
	float: left;
	width: 280px;
	line-height: 18px;

	}
	
	/* Rotation */

#rot {
	height:238px;
	clear:both;

	}
	
#rot2 {
	height:238px;
	background-image:url(../images/rot5.jpg);
	clear:both;

	}
	
/* Footer */

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

.hoverleft{
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.clear {
	clear:both;
	}
	
	
/* 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;
	}