html, body {
	margin: 0;
	padding: 0;
	background: #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
} 
 
a:link { color: #606060; text-decoration: none; }
a:visited { color: #606060; text-decoration: none; }
a:hover { color: #606060; text-decoration: underline; }
a { border: none; }
img { border: 0; }
p { margin: 0; padding: 10px 5px 0px 5px; }
#mylist { margin: 0; padding: 10px; padding-left: 10px; list-style: none; font-weight: bold;}
#mylist li { margin-left: 2em; font-weight: normal; list-style: disc; }

#pagewidth {
	width: 779px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
} 
 
#header {
	position: relative;
	background: url("images/ale_header.jpg") no-repeat;
	height: 212px;
} 

#content {
	position: relative;
	background: url("images/ale_frame_center.jpg") repeat-y;
	padding-left: 97px;
	padding-right: 38px;
	min-height: 200px;
}

#footer {
	position: relative;
	background: url("images/ale_frame_bottom.jpg") no-repeat;
	height: 30px;
	text-align: right;
	font-size: 10px;
	color: #000000;
	clear: both;
}
#gallery_top {
	position: relative;
	background: url("images/ale_frame_top.jpg") no-repeat;
	height: 30px;
}
#gallery_content {
	position: relative;
	background: url("images/ale_frame_center.jpg") repeat-y;
	height: 170px;
	padding-left: 97px;
	padding-right: 38px;
}
#gallery_content img {
	height: 150px;
	margin: 10px 10px 10px 10px;
}
#gallery_bottom {
	position: relative;
	background: url("images/ale_frame_bottom.jpg") no-repeat;
	height: 30px;
}
#menu {
	padding-left: 97px;
	padding-right: 38px;
	height: 26px;
	width: 100%;
	list-style: none;
	background: url("images/ale_frame_center.jpg") repeat-y;
	z-index: 500;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	position: relative;
	float: left;
	padding: 2px 6px;
	border: 1px solid black;
	z-index: 500;
}
#menu ul li ul {
	position: absolute;
	display: none;
	background: #8db3d7;
	width: 150px;
	margin-left: -8px;
	margin-top: 3px;
	top: auto;
	left: auto;
	z-index: 500;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;

}
#menu ul li:hover ul {
	display: block;
}
#menu ul li ul li {
	border: none;
	width: 100%;
}
#menu a:link { color: black; text-decoration: none; }
#menu a:visited { color: black; text-decoration: none; }
#menu a:hover { color: black; text-decoration: none; }
#menu ul li ul li a:hover { font-weight: bold;}
#menu p { margin: 0; padding: 0; }

/* *** Float containers fix: */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

 /*printer styles*/
/* @media print { */
 /*hide the left column when printing*/
/*	#twocols, #maincol { width: 100%; float: none; }
} */

