@charset "utf-8";
@import url("base.css");
#main #left div.content{
	padding-top: 9px;
	min-height: 361px;
	background: url(../../elements/skin/left-bg.jpg) no-repeat left top;
	background-color: #bedcda;
	padding-bottom: 1px;
}
#main #left img {
	padding-left: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main #right .mainimg{
	margin-top: 3px;
}
#main #right .content {
	width: 566px;
	padding-left: 16px;
	padding-top: 20px;
}
#main #right .content a{
	color: #006cff;
}
#main #right .content a.headline{
	color: #464749;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.16em;
}
#main #right .content a.headline:hover{
	color: #085765;
}
#main #right .content ul.links{
	list-style: none;
	list-style-type: none;
	padding-left: 0;
}
#main #right .content ul.links li a {
	color: #464749;
	text-decoration: none;
	font-size: 1em;
}
#main #right .content ul.links li a:hover {
	color: #085765;
}
#main #right .content li {
	margin-bottom: 2px;
}
#main #right *{
	line-height: 1.66em;
}
#main h2{
	font-size: 2em;
	color: #085765;
	margin: 8px 0 0 0;
	font-weight: bold;
}
#main h3, #main #right h3 {
	font-size: 1.5em;
	color: #085765;
	margin: 12px 0 0 0;
	font-weight: bold;
	line-height: 1.2em;
}
#main #right .holiday, 
#main #right .holiday a,
#main #right .holiday strong { color: #FF0000; }

#main #right ul{
	padding-bottom: 12px;
}
#main p{
	margin-bottom: 16px;
}

#footer {
	color: #085964;
	height: 155px;
	background: url(../../elements/skin/footer.gif) no-repeat center top;
	background-color: #bedcda;
}
#footer div{
	top: 94px;
}
hr {
	color: #085765;
}

div.rightimg {
	width: 303px;
	height: 219px;
	background: url(../../elements/skin/rightimg-bg.jpg) top left no-repeat;
	float: right;
	position: relative;
	z-index: 1;
}
div.rightimg img {
	position: absolute;
	right: 0px;
	top: 21px;
	z-index: 1;
}

