body {
	background: url(../_i/bg_page.png) repeat-x fixed;
}
#container {
	margin: 0px auto;
	height: auto;
	width: 960px;
	background: url(../_i/bg_container.png) repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	background: url(../_i/bg_header.png) repeat;
	height: 143px;
	width: 960px;
}
#navigation {
	background: url(../_i/bg_navigation.png) no-repeat;
	height: 53px;
	width: 955px;
	padding-left: 5px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	color: #587491;
	height: 38px;
	font: 18px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right: 1px solid #CCC;
	display: block;
	float: left;
	margin: 2px 0px 0px;
	padding: 0px 26px 0px 22px;
	text-shadow: 0px 2px 2px #fff;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #F587491;
	background: #DCE9ED;
	text-shadow: none;
	width: auto;
}
#leftcol {
	float: left;
	width: 600px;
	padding: 20px 30px;
	height: auto;
	font: 14px/20px Arial, Helvetica, sans-serif;
}
#leftcol h1, h2 {
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	color: #587491;
	margin-bottom: 10px;
}
#leftcol h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}
#leftcol h3 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #C87A06;
	padding-bottom: 3px;
	border-bottom: 1px solid #AFCCD7;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftcol h4 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	color: #55708A;
}


#leftcol p {
	margin-bottom: 10px;
}
#leftcol a {
	color: #38495A;
	background: #F1F7F8;
	text-decoration: underline;
}
#leftcol ul {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
#leftcol ul li {
	margin-bottom: 5px;
	margin-left: 10px;
	list-style: circle;
}
#leftcol a:hover {
	text-decoration: none;
	background: #DCEBED;
}

#leftcol blockquote {
	margin: 20px;
	padding: 15px 15px 5px;
	width: auto;
	background: #FEEECF;
	border: 1px solid #CCC;
}
#leftcol .souvenir {
	float: left;
	width: 600px;
	padding-bottom: 10px;
	height: auto;
	padding-top: 15px;
	border-bottom: 1px solid #AFCCD7;
}

#leftcol .souvenir p{
	font-size: 13px;
	line-height: 17px;
}
#leftcol .souvenir img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #6D8499;
	padding: 5px;
	background: #EEE;
}
#leftcol .picleft {
	padding: 1px;
	margin: 0px 0px 5px 5px;
	border: 1px solid #999;
}




#rightcol {
	float: right;
	width: 250px;
	height: auto;
	padding: 10px 25px 25px;
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #38495A;
}
#rightcol h3 {
	color: #FFF;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E9F0F3;
	margin: 10px 0px;
	padding: 0px 0px 3px;
}
#rightcol p {
	margin-bottom: 10px;
}
#rightcol a.rightbutton {
	width: 230px;
	padding: 10px;
	float: right;
	background: #DCE9ED;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #587491;
	text-shadow: 0px 2px 2px #fff;
	border: 1px solid #587491;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
}
#rightcol a.rightbutton:hover{
	background: #587491;
	color: #DCE9ED;
	text-shadow: 0px 2px 2px #40556A;
	border-color: #587491;
	border: 1px solid #DCE9ED;
}
#rightcol .listofyears li {
	height: 40px;
	width: 250px;
	float: right;
	display: block;
}
#rightcol .listofyears a {
	display: block;
	text-decoration: none;
	font: 20px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #E9F0F3;
	padding-left: 10px;
	color: #566977;
}
#rightcol  .listofyears a:hover, #rightcol .listofyears .current {
	color: #566977;
	background: #E9F0F3;
}

#rightcol .listofconventions li {
	height: 30px;
	width: 250px;
	float: right;
	display: block;
}
#rightcol .listofconventions a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #E9F0F3;
	padding-left: 10px;
	color: #566977;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: bold;
}
#rightcol  .listofconventions a:hover, #rightcol .listofconventions .current {
	color: #566977;
	background: #E9F0F3;
}


#footer {
	float: left;
	height: 70px;
	width: 900px;
	clear: both;
	background: #5B6F86 url(../_i/bg_page.png) repeat-x;
	border-top: 1px solid #999;
	color: #DCE9ED;
	padding: 50px 30px 30px;
	font: 14px Arial, Helvetica, sans-serif;
}
#footer a {
	color: #DCE9ED;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
