#container {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.small_text_box {
	padding: 5px;
	height: auto;
	width: auto;
	float: left;

}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
padding: 0;
text-align: center
}

#nav-menu li a
{
	float: left;
	border: 1px solid #CCCCCC;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu li a hover
{
	text-decoration: underline;

}

#nav-menu
{
	width:auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: right;
	margin-right: 10px;
	margin-left: 10px;
}

.small_text_box_err {
	color: #FFFFFF;
	background-color: #FF0033;
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;

}

.thumb {
	height: 80px;
	float: left;
	border: 1px solid #333333;
	margin: 10px;
}

.image_main {
	border: 1px solid #CCCCCC;
	padding: 5px;
	clear: left;
	margin: 10px;
}

.image_thumb {
	vertical-align: text-bottom;
	width: 155px;
	margin-left: 10px;
	height: 180px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	float: left;
	text-align: center;
		}
		
.image_thumb h4{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #999999;
	text-align: left;
	

		}
.image_thumb h5 {
	float: left;
	width: 100%;
		        }