@charset "UTF-8";

*, body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	color: #333;
	background-color: #fff;
}

a {
	color: #e00;
	text-decoration: none;
	border-bottom: dotted 1px #c77;
}
a:hover {
	color: #900;
	border-bottom: dotted 1px #800;
}

h1,h2,h3,h4,h5 {
	margin: 8px;
	padding: 0 3px 2px;
}
h1, h2 {
	background: url(images/bar01.png) left bottom no-repeat;
}

h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }


p {
	margin: 8px 0;
	padding: 0 20px;
	font-size: 14px;
}



.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.round6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.round9 {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}




#container {
	display: block;
	width: 980px;
	margin: 10px auto 0;
	padding: 0 0 5px;
	background: #f00 url(images/learning.jpg) 0 0 repeat-x;
	background-color: #f00;
	font-size: 13px;
}

#header {
	display: block;
	height: 120px;
	padding: 0;
	margin: 0;
}

#footer {
	display: block;
	width: 760px;
	font-size: 11px;
	margin: 0 auto 10px;
	padding: 4px 0;
	text-align: center;
}

#mainarea {
	display: block;
	min-height: 400px;
	margin: 0 5px 0 150px;
	padding: 5px 0px;
	vertical-align: top;
	background: #fff url(images/bg01.jpg) right bottom no-repeat;
	font-size: 14px;
}






#navigation {
	display: block;
	width: 150px;
	padding: 0;
	margin: 0;
	color: #c00;
	vertical-align: top;
	float: left;
}

.subbox {
	background-color: #fff;
	padding: 3px 0px;
	margin: 0 5px 5px;
}

#navigation a {
	display: block;
	border-bottom: none;
	padding: 1px 8px;
	margin: 1px 0px;
	font-size: 13px;
	font-weight: bold;
}

#navigation a:hover {
	border-bottom: none;
	background-color: #f00;
	color: #fff;
}

#navigation hr {
	border: none;
	height: 1px;
	background-color: #f00;
	margin: 6px 0;
}

#navigation p {
	margin: 0;
	padding: 0;
}

