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

body {
	background-color: #fff;
	color: #666;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	font-family: georgia, serif;
	font-size: 11px;
	letter-spacing: 1px;
}



/* SIDEBAR */

#sidebar {
	margin-top: 370px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 260px;
}

#sidebar #navi {
	margin-left: 470px;
	width: 90px;
	float: left;
}

#sidebar #affit {
	width: 130px;
	float: left;
}

#sidebar #cboxdiv {
	margin-left: 20px;
	float: left;
	width: 200px;
}

#sidebar p {
	margin-bottom: 13px;
	line-height: 15px;
}

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

#sidebar a:hover {
	background-color: #ccc;
	color: #fff;
}


/* CONTENT */

#content {
	margin-left: 33px;
	width: 837px;
}

#content p {
	line-height: 17px;
	margin-bottom: 20px;
	text-align: justify;
}

#content h2 {
	color: #555;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 18px;
}

#content input {
	background-color: #fff;
	border: 0;
	border-bottom: 1px dotted #888;
	padding: 4px;
	color: #666;
	width: 470px;
	margin-bottom: 4px;
	font-family: georgia, serif;
	font-size: 11px;
	letter-spacing: 1px;
}

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

#content a:hover {
	color: #666;
}

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

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

#content ul {
	margin-bottom: 10px;
}

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

#content strong {
	color: #e77978;
}
	
	