@charset "utf-8";
@import "navigation.css";
@import "forum_body.css";

html {
	background: url(assets/bg.gif) top left repeat;
}
a {text-decoration: none; color: black;}
a:hover {text-decoration: underline; background: #C9C99F;}

.hidden {display: none;}

#doc3 {
	font-family: Georgia, Arial, Verdana;
}

#sp_man {
	background: url(assets/sp_man.gif) top right no-repeat;
	width: 334px; height: 418px;
	position: relative; top: -203px;
	margin-left: auto;
	z-index: 5;
}	
#hd {
	height: 200px;
	text-align: left;
	background: url(assets/hd.gif) top right repeat-x;
}

#yui-main {
	background: white;
	height: 500px; width: 90%;
	padding: 60px 0 0 40px;
}
#sidebar{ 
	width: 190px; height: 600px;
	background: url(assets/side.gif) top right repeat-y;
	position: relative; z-index: 1;
}
