html {
	overflow-y: scroll;
	margin:0;
	padding:0;
}
body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
}
body {
	background-color:#E0E9E4;
	margin:0;
	padding:0;
}
a:link, a:hover, a:active, a:visited {
	color: #FFF;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img {
	border:none;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:bold;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

div#full_page {
	position:absolute;
	left:50%;
	margin-left:-368px;
	width:736px;
	background:url(../images/bg_rep_1.jpg) top left repeat-y;
	border:3px solid #000;
}
div#side_left {
	position:absolute;
	top:-3px;
	left:-179px;
	width:176px;
	height:716px;
	background:url(../images/left_bg.jpg);
}
div#side_right {
	position:absolute;
	top:-3px;
	left:739px;
	width:181px;
	height:716px;
	background:url(../images/right_bg.jpg);
}
div#banner {
	background:url(../images/glacier_bg.jpg) top left no-repeat;
}
div#notice {
	position:relative;
	top:-24px;
	left:-20px;
}
div#menu_side {
	float:left;
	width:180px;
	overflow:hidden;
}
div#menu_side ul {
	margin:0;
	padding:0;
	padding-left:8px;
	list-style:none;
}
div#menu_side li {
	margin:0;
	padding:0;
}
div#menu_side a {
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
}
div#menu_side a:hover {
	text-decoration:underline;
}
div#photo_frame {
	position:absolute;
	top:120px;
	left:140px;
	padding:48px 61px 46px 55px;
	width:486px;
	height:320px;
	background:url(../images/picture_frame.png) top left no-repeat;
	overflow:hidden;
}
div#photo {
	width:486px;
	height:320px;
}
div#content_frame {
	position:absolute;
	left:-9999px;
}
div#content {
	width:466px;
	min-height:330px;
	margin-left:196px;
	margin-top:390px;
	padding:10px;
	border:3px solid #000;
	background:url(../images/pixel_green.png) top left repeat;
}
div#footer {
	height:44px;
	margin-top:20px;
	padding:6px 40px;
	background:#AED136;
	color:#FFF;
}
div#footer td {
	margin:0;
	padding:4px 20px;
	font-size:75%;
	font-weight:bold;
	text-align:center;
}



