*{margin:0;padding:0;}
a {text-decoration:none;}

body {
	background-color:#f0f5f5;
	margin:0;padding:0;
	line-height:160%;
	font-size:13px;
	text-align:center;
	background-image:url("index/back.png");
	background-position:center top;
	background-repeat:repeat-y;
}

#main {
	position:relative;
	width:800px;
	height:100%;
	margin:0px auto;
	text-align:right;
	padding:30px 0px 1px 0px;
	background-color:;
	overflow:hidden;
}


h1 {
	width:760px;
	height:85px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 300px;
	border-bottom:3px double;
	background-image:url("index/title.png");
	background-position:330px 10px;
	background-repeat:no-repeat;
	}


#intro {
	margin:10px 20px 0px 150px;
	padding:10px 20px 0px 0px;
	border-top:1px solid #000;
	}




#copy {
	margin:50px 10px 10px 10px;
	font-size:;
	padding:5px 20px 0px 0px;
	border-top:3px double #888;}


#side {
	position:absolute;
	left:0;top:0;
	border-right:0px solid #888;
	width:200px;
	text-align:left;
	overflow:hidden;
	}


#main ul {
	margin:150px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	width:195px;
	overflow:hidden;
	background-color:;
}

#main li {list-style:none;}

#main li a {
	display:block;
	width:195px;
	height:35px;
	margin:5px 0px;
	padding:0px 0px 0px 200px;
	background-color:#99a;
	background-image:url("index/botan.gif");
	background-repeat:no-repeat;
}

#a a {background-position:0px 0px;}
#a a:hover {background-position:-196px 0px;}

#b a {background-position:0px -36px;}
#b a:hover {background-position:-196px -36px;}

#c a {background-position:0px -72px;}
#c a:hover {background-position:-196px -72px;}

#d a {background-position:0px -108px;}
#d a:hover {background-position:-196px -108px;}

#e a {background-position:0px -144px;}
#e a:hover {background-position:-196px -144px;}



form {
	width:180px;
	margin:30px 0px 0px 0px;
	text-align:right;}

#mesbody {
	width:170px;
	height:18px;}

#pos {
	width:80px;}

input {
	border		: 1px solid #827D68;
	color		: #666666;
}


p {clear:both;}