* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a[name] {
	border: none !important;
}
table {
	margin: 10px;
}
.code {
	margin: 10px;
	padding: 5px;
	border: 1px solid black;
	background-color: #ffffff;
	color: #060;
	font-family: "Courier New", Courier, monospace;
}
#container {
	width: 936px;
	margin: 40px auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#top {
	height: 242px;
	background-image: url(../images/top.png);
}
#middle {
	height: 100%;
	background: url(../images/bg.png) center repeat-y;
	overflow: hidden;
}
#menu {
	float: left;
	width: 252px;
	background: url(../images/menu-bg.png) bottom repeat-x #dfdfdf;
	border-right: 1px solid #d4d4d4;
	margin-left: 5px;
	position: absolute;
	top: 242px;
	bottom: 59px;
	
}
#menu-overlay {
	background: url(../images/menu-beam.png) top no-repeat;	
}
#menu ul {
	list-style: none;
	text-align: center;
}
#menu ul li {
	height: 50px;
	line-height: 50px;
	background: url(../images/menu-divider.png) bottom repeat-x;
}
#menu ul li a {
	font-size: 27px;
	font-family: Verdana, Geneva, sans-serif;
	color: #a7a7a7;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu ul li a:hover {
	color: #ffffff;
	text-shadow: 1px 1px 1px #a7a7a7;
}
#content {
	float: right;
	min-height: 690px;
	heigth: 100%;
	width: 674px;
	position: relative;
	background: url(../images/content-bg.png) bottom repeat-x;
	margin-right: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
}
#content a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
#content .img {
	padding: 5px;
	max-width: 300px;
	margin: 10px;
	text-align: center;
	background-color: #dcdcdc;
	border: 1px solid #d3d3d3;
}
#content h1 {
	margin: 10px;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
	border-bottom: 1px solid #666666;
}
#content h2 {
	margin: 0 10px 0 10px;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
	clear: left;
}
#content h3 {
	margin: 0 10px -10px 10px;
	font-size: 15px;
	color: #88888888;
}
.left_column {
	width: 335px;
	float: left;
}
.right_column {
	width: 335px;
	float: right;
}
#content p {
	margin: 10px;	
}
#content ul {
	list-style: none;
	margin: 10px;
}
#footer {
	min-height: 59px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	text-align: center;
}
#footer p {
	font-size: medium;
	color: #ffffff;
	padding-top: 25px;
	text-shadow: 0 0 5px #000000;
	filter: glow(Color=#9B9B9B, Strength=2);
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
#footer p a:hover {
	text-shadow: 0 0 10px #000000;	
}
.info {
	margin: 0 auto;
}
.info td {
	padding: 50px;
}
.contact {
	margin: 10px auto;
}
.contact input {
	width: 500px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
}
.contact textarea {
	width: 500px;
	height: 300px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
}
.error { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; text-align: center; }
.success { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; text-align: center; }

.gallery a {
	border-bottom: none !important;
}
.gallery li {
	float: left;
	padding: 5px;
	margin: 5px;
	background-color: #dcdcdc;
	border: 1px solid #d3d3d3;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.gallery li img {
	border: 1px solid #d3d3d3;
	max-width: 100px;
	max-height: 100px;
}
