* {
	padding: 0;
	margin: 0;
	cursor: default;
}


body {
	background-image: url(images/back.jpg);
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000;
}

::selection { 
	background: #f2fce1;
}

::-moz-selection { 
	background: #f2fce1;
}

#page {
	margin-bottom: 40px;
}

#header1 {
	width: 782;
	height: 132px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
}

#header2 {
	width: 782;
	height: 151px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}

#header3 {
	width: 782;
	height: 175px;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	margin-left: 120px;
	width: 160px;
	float: left;
	padding-top: 20px;
}

#sidebar p {
	text-align: right;
	margin-bottom: 15px;
}

#sidebar #navi a {
	color: #77a8ad;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	letter-spacing: 1px;
	font-size: 12px;
}

#sidebar #navi a:hover {
	background-color: #f2fce1;
	cursor: pointer;
}

#sidebar #affit a {
	color: #888;
	text-decoration: none;
}

#sidebar #affit a:hover {
	text-decoration: underline;
	color: #666;
}

#content {
	margin-left: 310px;
	width: 470px;
	margin-top: 30px;
}

#content p, #content ul, #content ol {
	letter-spacing: 1px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 20px;
}

#content input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px dotted #666;
	padding: 4px;
	color: #000;
	width: 470px;
	margin-bottom: 4px;
}


#content strong {
	color: #a24a63;
}

#content li {
	margin-left: 20px;
	list-style-type: circle;
}

#content h2 {
	font-size: 20px;
	letter-spacing: 2px;
	color: #a44a66;
	background-color: #77a8ad;
	padding-left: 20px;
	line-height: 0.2em;
	border-bottom: 8px solid #f2fce1;
	margin-bottom: 15px;
}

#content a {
	color: #a44a66;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	cursor: pointer;
}

a img {
	border: 1px solid #999;
	cursor: pointer;
	padding: 2px;
	margin: 2px;
}

a:hover img {
	border-color: #666;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 262px;
	height: 71px;
	margin-left: 500px;
	clear: both;
	margin-bottom: 40px;
}