@charset "UTF-8";
/* CSS Document */

#wrapper {
	margin:0 auto;
	text-align:justify;
	width:730px;
}

#head {
	background-image:url(../images/tail.gif);
	background-repeat: repeat-x;
	width:100%;
	height:28px;
}

#top {

}

#footer {
	clear:both;
}

#copy {
	font-style:italic;
	font-size:90%;
	text-align:center;
	border-top:dotted #CCC 1px;
}

#site {
	text-align:right;
}

#top_menu {
	width:250px;
	float:right;
	font-size: 90%;
	text-align: left;
}

#top_image {
	width:480px;
	float:left;
}

#topics {
	text-align:center;
	font-size:120%;
}

#course {
	width:240px;
	float:left;
}

#top_comment {
	width:480px;
	float:right;
}

#navigate {
	border-bottom:1px dashed #999;
	color:#AAA;
	font-size:90%;
}
/* start: clearfix ------------------------------ */
#top:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#top { display:inline-table; }

/* Hides from Mac IE \*/
* html #top { height:1px; }
#top { display:block; }
/* */
/* end: clearfix ------------------------------ */
