body {
	font-family: Trebuchet MS, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #444;
	
	background: url(images/bluefade.gif) repeat-x;
	text-align:center;
}
p, ul, td{
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-size: 11px;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
form {
	line-height: 1em;
	}
#wrap {
	width:800px;
	margin: 0px auto;
	padding:0;
	text-align:left;
	background:#fff url(images/bottom_right_logo.gif) bottom right no-repeat;
}
#maincontent {
	width: 600px;
	float:left;
}
#maincontent a:link, #maincontent a:visited {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color: #999999;
	font-weight: bold;
}

#sidebar {
	float:left;
	width: 140px;
	background-color: #ffffff;
	
	/*/*/font-size: 85%; /* */
}
#header {
	background-color: #FFFFFF;
	color: #CCCCCC;
	height: 110px;
	background-image: url(images/logo_small.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	clear: left;
	background-color: #ffffff;
	color: #CCCCCC;
	text-align: center;
}
#sidebar a {
	/*/*/padding: 1px;
	display: block;
	text-decoration: none;
	width: 120px; /* */
	font-weight: bold;
	line-height: 1em;
	padding-left: 4px;
	border-left: 2px solid #ffffff;
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
	font-weight: bold;
	padding-left: 4px;
	border-left: 2px solid #999999;
}
#sidebar a:hover, #sidebar a:active {
	color: #0099CC;
	font-weight: bold;
	background-color: #EEEEEE;
	padding-left: 4px;
	border-left: 2px solid #0099CC;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}
#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */

#gallery {
	text-align:center;
}
#gallery img {
	border:1px solid #0099CC;
	padding:2px;
	margin:4px;
}
img.small_logo {
	float:left;
	vertical-align: top;
}
img.homeImage {
	border:none;
	float:left;
	margin: 4px 4px 4px 0px;
}