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


/* Layout Container */

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

/* Navigation */

#logo {
	width:260px;
	height:90px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	}
 
#nav {
	margin-left:280px;
	}
#btn {
	width:100px;
	height:114px;
	float:left;
	line-height:114px;
	text-align:center;
	}
	
#btn a { color:#000; font-weight:bold; text-decoration:none;}
#btn a:hover { color:#0066CC; }


/* Header */

#header {
	height:114px;
	background-image:url(../../images/header-bg.jpg);
	background-repeat:repeat-x;

	}

	

/* Content */

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

#sidebar {
	float: left;
	width: 280px;
	line-height: 18px;
	}
	
#contactpic {
	width:215px;
	height:72px;
	background-image:url(../../images/contactpic.jpg);
	background-repeat:no-repeat;
	border:solid 1px 
	}
	
	/* Rotation */

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

	}
	
#sub { 
	height:212px;
	width:222px;
	background-image:url(../../images/rot-sub.jpg);
	float:left;
	}
	
#flash {
	float:left;
	width:558px;
	}

	
/* Footer */

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

.hoverleft{
	padding: 0px;
	float: left;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
