html {
     overflow: -moz-scrollbars-vertical;
}
#container {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	width: 660px;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCFF;
	margin-left: auto;
	height: 25px;
}
.footer-info {
	font-size: 10px;
	margin-top: 5px;
}
.left-col {
	float: left;
	width: 430px;
	margin-left: 125px;
	padding-right: 20px;
	clear: both;
}
.right-col {
	margin-right: 125px;
	margin-left: 15px;
	float: left;
	width: 235px;
}
#footer {
	color: #CCCCCC;
	background-color: #262626;
	text-align: center;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 752px;
	clear: both;
}
#head {
	background-color: #CCCCCC;
	height: 150px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#sub-container {
	background-image: url(images/bgmain.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.content {
	line-height: 20px;
	font-size: 13px;
}
.list {
	list-style-type: square;
	line-height: 17px;
}
a:link {
	color: #6F5C65;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #e54d87;
}
a:active {
	text-decoration: none;
}
.divider {
	height: 5px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFDBE7;
}

.nav_menu li{
	list-style:none;
	display:inline;
	float: left;
	padding-top: 3px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-left: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -3px;
 }
 
.list li   
 {   
     margin:.6em 10% .6em 0;   
 }   
.right {
	text-align: right;
}
.fairs {
	background-color: #ED5684;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.one-col {
	float: left;
	width: 695px;
	margin-left: 125px;
	clear: both;
}

