@import url("../styles.css");
/* side menu */
#side_m {
	float: left;
	width: 207px;
	margin: 15px 0 0 0;
}
#side_m li {
	float: left;
	width: 207px;
	height: 26px;
	list-style: none;
	margin-bottom: 3px;
}
#side_m a {
	display: block;
	height: 26px;
}
#side_m span {
	display: none;
}
#s_about { background: url(./img/s_about.gif) no-repeat 0 0;}
#s_activity { background: url(./img/s_activity.gif) no-repeat 0 0;}
#s_official { background: url(./img/s_official.gif) no-repeat 0 0;}
#s_aoa { background: url(./img/s_aoa.gif) no-repeat 0 0;}
#s_join { background: url(./img/s_join.gif) no-repeat 0 0;}
#s_support { background: url(./img/s_support.gif) no-repeat 0 0;}

#s_about a:hover { background: url(./img/s_about.gif) no-repeat 0 -26px;}
#s_activity a:hover { background: url(./img/s_activity.gif) no-repeat 0 -26px;}
#s_official a:hover { background: url(./img/s_official.gif) no-repeat 0 -26px;}
#s_aoa a:hover { background: url(./img/s_aoa.gif) no-repeat 0 -26px;}
#s_join a:hover { background: url(./img/s_join.gif) no-repeat 0 -26px;}
#s_support a:hover { background: url(./img/s_support.gif) no-repeat 0 -26px;}

#a1 { background: url(./img/s_about.gif) no-repeat 0 -52px;}
#a2 { background: url(./img/s_activity.gif) no-repeat 0 -52px;}
#a3 { background: url(./img/s_official.gif) no-repeat 0 -52px;}
#a4 { background: url(./img/s_aoa.gif) no-repeat 0 -52px;}
#a5 { background: url(./img/s_join.gif) no-repeat 0 -52px;}
#a6 { background: url(./img/s_support.gif) no-repeat 0 -52px;}

#s_blog { background: url("./img/s_blog.gif") no-repeat 0 0;}
#s_blog a:hover { background: url("./img/s_blog.gif") no-repeat 0 -38px;}

#right_column h2 {
	background-color: #600;
}
#about h3 {
	color: #b30000;
	border-color: #b30000;
}
.writing p {
	padding-left: 10px;
}
#right_column ol, #right_column dl {
	float: left;
	padding-left: 10px;
}
#right_column ol {
	margin: 10px 0 20px;
	padding: 0 20px;
}
#right_column ul {
	padding: 0 10px 10px 17px;
}
#right_column li, #right_column dd {
	clear: both;
	padding: 0 0 5px;
}
#right_column dl {
	margin: 10px 0;
}
#right_column dt {
	font-weight: bold;
}
th {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
