@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: scroll;
}

html, body 	{
	height: 100%;
	text-align: center;
	background-image: url(../image/layout/backgorund.png);
	background-repeat: repeat-x;
	background-color: #bcc4cf;
	font-family: Arial;
	
}
a {
	outline: none;
	text-decoration: none;
}
	#page { 
		text-align: left;
		position: relative;
		margin:0px auto;
		/*min-height: 100%;
		height:auto !important; 
		height:100%;*/
		width: 922px;
		background-color: #deedfe;
		border-style: solid;
		border-color: #b6b7b9;
		border-width: 1px;
		border-top: none;
	}
		#page #header {
			height: 157px;
			width: inherit;
			background-image: url(../image/layout/page_header.png);
			border-bottom-color: #009afe;
			border-bottom-style: solid;
			border-bottom-width: 2px;
		}
		#page #leftColumn {
			height: 100%;
			width: 146px;
			float: left;
			padding-left: 20px;
			padding-bottom: 20px;
			background-color: #c8e1ff;
		}
			#page #leftColumn .seperator {
				width: 102px;
				margin: 3px 0px;
				color: #97C0FF;
				font-size: 12px;
			}
			#page #leftColumn #menu {
				list-style-type: none;
				margin-top: 45px;
				margin-bottom: 18px;	
			}
			#page #leftColumn #subMenu {
				list-style-type: none;
			}
			#page #leftColumn .menuItem {
				margin: 2px 0px; 
				font-size: 13px;
				color: #0066FF;
			}
				#page #leftColumn .menuItem a {
					display: inline-block;
					width: 120px;
					height: 16px;
					color: #0058DD;
					padding-left: 5px;
					border-bottom-width: 1px;
					border-bottom-style: solid;
					border-bottom-color: #c8e1ff;
				}
				#page #leftColumn .menuItem a:hover {
					background-image: url(../image/layout/menuItem_background.png);
					color: #0066FF;
					font-weight: bold;
					border-bottom-color: #b3d6fc;
				}
				#page #leftColumn .menuItem .activeLink {
				    background-image: url(../image/layout/menuItem_background.png);
					color: #0066FF;
					font-weight: bold;
					border-bottom-color: #b3d6fc;
				}
			#page #leftColumn .imageLink {
				padding-left: 5px;
			}						
		#page #rightColumn {
			width: 755px;
			float: left;
			height: 100%;
		}
			#page #rightColumn #content {
				padding-left: 37px;
				padding-right: 80px;
				padding-top: 44px;
				padding-bottom: 80px;
				font-family: Arial;
				font-size: 12px;
			}
		#page #footer {
			height: 24px;
			width: inherit;
			position: relative;
			background-image: url(../image/layout/footer_background.png);
			line-height: 24px;
			color: #FFFFFF;
		}
			#page #footer #footMenu {
				list-style-type:none;
			}
				#page #footer #footMenu .footMenuItem {
					float: left;
					margin: 0px 9px;
					font-size: 11px;
					width: 50px;
					text-align: center;
				}
					#page #footer #footMenu .footMenuItem a {
						color: #FFFFFF;
					}	
					#page #footer #footMenu .footMenuItem a:hover {
						font-weight: bold;
					}
			#page #footer #date {
				position: absolute;
				right: 9px;
				color: #FFFFFF;
				font-family:Verdana;
				font-size: 10px;
			}
			#places {
	width: 920px;
	color: #666666;
	font-size: 11px;
	background-color: #bcc4cf;
	margin:0px auto;
	text-align: justify;
	padding: 16px 2px;

}
#additionalFoot {
	width: 924px;
	color: #666666;
	font-size: 11px;
	background-color: #bcc4cf;
	margin:0px auto;
	text-align: left;
}
	#additionalFoot #counter {
		float:left;
		padding: 10px;
		padding-left: 0px;
		padding-top: 17px;
		width: 220px;
		
		
	}	
	#additionalFoot .register {
		float:left;
		padding: 10px;
		width: 220px;
		
	}	
		#additionalFoot .register a {
			display: block;
			margin: 6px;
			color:#666666;
			
		}
		#additionalFoot .register a:hover {
			font-weight:bold;
			
		}
	
	#additionalFoot #partymat {
		float:left;
		padding: 12px;
		
	}	