html, body {
	height: 100%;
}

body {
	position: relative;
	padding: 0;
	margin: 0;
	background: white;
	font: 80% "Tahoma";
	width: 100%;
	min-width: 1000px;
	min-height: 790px;
	overflow-x: hidden;
}

img {
	border: 0;
}

a {
	color: #2da6e3;
}

a.ajax_back {
	text-decoration: none;
	border-bottom: 1px dashed;
	margin: 0 0 0 40px;
}

.clear {
	clear: both;
}

#body {
	width: 100%;
}

#header {
	width: 100%;
	height: 100px;
	background: url(/images/header_mid.gif) repeat-x top;
}

	#header_left {
		width: 100%;
		height: 100%;
		background: url(/images/header_left.jpg) no-repeat top left;
	}
	
		#header_right {
			width: 100%;
			height: 100%;
			background: url(/images/header_right.jpg) no-repeat top right;
		}	
		
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: url(/images/footer_mid.gif) repeat-x top;
}

	#footer_left {
		width: 100%;
		height: 100%;
		background: url(/images/footer_left.jpg) no-repeat top left;
	}
	
		#footer_right {
			width: 100%;
			height: 100%;
			background: url(/images/footer_right.jpg) no-repeat top right;
		}	
		
#content {
	position: relative;
	width: 100%;
}		
		
	#content_inner {
		margin: 30px 0;
	}
	
		#main_page {
			position: relative;
		}
		
			#mini_home {
				display: block;
				position: absolute;
				width: 12px;
				height: 10px;
				background: url(/images/mini_home.gif) no-repeat left top;
				top: 30px;
				right: 7%;
			}
		
			#mini_feedback {
				display: block;
				position: absolute;
				width: 12px;
				height: 10px;
				background: url(/images/mini_feedback.gif) no-repeat left top;
				top: 30px;
				right: 7%;
				margin-right: 50px;
			}
		
			#text1 {
				position: absolute;
				width: 234px;
				height: 50px;
				background: url(/images/text1.gif) no-repeat left top;
				top: 240px;
				right: 7%;
			}
		
			#camera1 {
				position: absolute;
				width: 424px;
				height: 272px;
				background: url(/images/camera1.jpg) no-repeat left top;
				top: 125px;
				left: 50%;
				margin-left: -212px;
			}
			
			#main_menu {
				display: block;
				position: absolute;
				left: 7%;
				top: 170px;
				list-style: none;
				margin: 0;
				padding: 85px 0 0 45px;
				background: url(/images/logo.gif) no-repeat left top;
			}
			
				#main_menu li {
					margin: 0 0 7px 0;
					padding: 0;
				}
				
					#main_menu li a {
						font-size: 115%;
						text-decoration: none;
						border-bottom: 1px dashed;
					}
					
		.other_page {
			position: absolute;
			left: 100%;
			top: 0;
			width: 100%;
			background: white;
		}
		
			.other_page_inner {
				height: 430px;
				margin: 0 40px;
				overflow-y: scroll;
			}
		
				.other_page_inner h1 {
					padding: 0;
					margin: 0;
					font-weight: normal;
					color: #0c374e;
				}

h2 {
display: block;
}
