/*  */

#id_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 768px;
	margin: 2px;
	border: 2px solid rgb(199,197,226);
}

#id_header_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 355px;
	height: 174px;
	background-image: url(../images/rascals_logo_half_size.bmp);
}

#id_header_bar {
	position: absolute;
	top: 0px;
	left: 356px;
	width: 669px;
	height: 174px;
	background-color: rgb(199,197,226);
}

#id_header_title {
	font-family: arial, sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 365px;
	width: 649px;
	height: 50px;
	color: rgb(0,0,0);
}

#id_left_menu_bar {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 355px;
	height: 594px;
	background-color: rgb(199,197,226);
}

a {
	text-decoration: none;
	color: rgb(153,102,153);
	background-color: rgb(199,197,226);
}

a:hover {
	text-decoration: none;
	color: rgb(255,255,51);
	background-color: rgb(199,197,226);
}

a:active {
	text-decoration: none;
	color: rgb(255,102,153);
	background-color: rgb(199,197,226);
}

a.left_menu_item_selected {
	color: rgb(255,102,153);
}

a.left_menu_item_selected:hover {
	color: rgb(255,255,51);
}

#id_left_menu_item1 {
	font-family: arial, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	position: absolute;
	top: 210px;
	left: 40px;
}

#id_left_menu_item2 {
	font-family: arial, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	position: absolute;
	top: 260px;
	left: 40px;
}

#id_left_menu_item3 {
	font-family: arial, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	position: absolute;
	top: 310px;
	left: 40px;
}

#id_left_menu_item4 {
	font-family: arial, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	position: absolute;
	top: 360px;
	left: 40px;
}

#id_left_menu_item5 {
	font-family: arial, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	position: absolute;
	top: 410px;
	left: 40px;
}

#id_page_content {
	font-family: arial, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	position: absolute;
	top: 205px;
	left: 385px;
	width: 610px;
	height: 534px;
	color: rgb(0,0,0);
}

p.page_content_indented {
	font-family: arial, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 50%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	padding-left: 10%;
	color: rgb(0,0,0);
}

a.map_link {
	font-weight: bold;
	text-decoration: none;
	color: rgb(153,102,153);
	background-color: rgb(255,255,255);
}

a.map_link:hover {
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,51);
	background-color: rgb(255,255,255);
}

#id_map {
	position:absolute;
	top: 210px;
	left: 395px;
	width: 594px;
	height: 528px;
	background-image: url(../images/rascals_map.bmp);
}

p.special_notice {
	color: rgb(255,102,153);
}

