/* CSS Document */

/* Layout Container */

#container {
	width:829px;
	margin:auto;
		}

/* Navigation */
 
    #nav {
      float:left;
      width:100%;
	  height:38px;
	  background-image:url(../../images/nav-bg.jpg);
      font-size:13px;
      line-height:normal;
      }
.keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

    #nav ul {
	margin:0;
	padding:0 0px 0px 11px;
	list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
	 #buttons{
	 line-height:37px;
	 text-align:center;
	 width:117px; 
	 height:38px;
	 }
	 
    #nav a {
	font-family:  sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:bold;
      float:left;
      margin:0;
      text-decoration:none;
      }
    #nav a:hover {
      background-position:0;
	  margin:0;
	  padding:-10px;
	  background-image:url(../../images/nav-hover.jpg);
	  color:#FFFFFF;
	  text-align:center;
	  height:38px;
	  width:117px;
      }
    #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:93px;
	background-image:url(../../images/header.jpg);
	background-repeat:no-repeat;

	}	

/* Content */

#content {
	margin-left:310px;
	line-height: 18px;
	border-left:#999999 1px dashed;
	padding-bottom:25px;
	
	}
	
#gallerycontent {
	line-height: 18px;
	
	}
	
/* Sidebar */

#sidebar {
	float: left;
	width: 290px;
	line-height: 18px;

	}
	
	/* Rotation */

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

	}
	
/* Footer */

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

#services {
	width:230px;
	float:left;
	color:#003300;
	font-weight:bold;
	}
	
.img {
	border:none;
	}