@charset "utf-8";
/* CSS Document */

html{
		overflow-y: scroll;
}

body {
		background-color: #b2a586; 
}
.menulink{
		color: #000000;
		text-decoration:none;
}
a {
		color: #000000;
		text-decoration: underline;
}
a:hover{ 
		color: #555555; 
		text-decoration: underline;
}
.main {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
}
.body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
}
.navi {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		list-style: square;
		margin: 22px 0px 0 -12px;
}
h2 {
		font-size:22px;
		font-weight: normal;
}


#wrapper_head {
		margin: 0 auto;
		position: absolute;
		background-image: url(img/shadow.jpg);
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 1042px;
		height: 177px;
}

#wrapper_main {
		margin: 0 auto;
		position: absolute;
		background-image:url(img/shadow.jpg);
		top: 177px;	
		right: 0;
		left: 0;
		width: 1042px;
}

#wrapper_foot {
		position: relative;
		clear: both;
}

#header { 
		margin: 0 0 0 114px;
		width: 814px;
		height: 177px;
		background-image:url(img/header.jpg);
}

#mainbody {
		position: relative;
		top: 0;
		left: 114px;
		width: 814px;
		min-height: 250px;
		z-index: 1;
}

#navigation {
		width: 169px;
//		padding: 5px 8px 0 0;
		float: left;
}

#content {
		width: 613px;
		padding: 0 8px 10px 8px;
		float: right;
}

#footer {
		position: absolute;
		top: -90px;
		width: 1042px;
		background-image: url(img/footer.jpg);			
		height: 162px;
		clear: both;
		z-index: 0;
}

#leftcol {
		position: absolute;
		top: 30px;
}

#rightcol {
		position: absolute;
		left: 200px;
		top: 30px;
}
