@charset "utf-8";
body {
	background-color: #F5F5F5;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../../images/content/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #818181;
	border-left-color: #818181;
}
#leftmenu {
	float: left;
	width: 180px;
	padding: 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AEAEAE;
}
.clearfloat {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

#content {
	margin-left: 220px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#footer {
	padding: 20px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #666;
}
#header {
}
#titlebar {
	background-color: #DADADA;
	text-align: left;
}
#footer dd {
	font-size: 9px;
	padding-bottom: 5px;
}

#topmenu {
	text-align: center;
	padding-top: 10px;
	padding-right: 7%;
	padding-bottom: 10px;
	padding-left: 7%;
}
#banner {
	text-align: left;

}
#content ul li {
	font-size: 11px;
	list-style-type: square;
}
#breadcrum {
	margin: 0px;
	background-image: url(../../images/header/breadcrumb/bg.gif);
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
}
#breadcrumbs a {
	color: #3C649F;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumbs a:visited {
	color: #3C649F;
	text-decoration: none;
}
.photos {
	text-align: center;
}
a:visited {
	color: #00F;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
