body{
	background: url('images/site_bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 12px;
	margin:0;
	padding:0;
}

#site_container{
	width:800px;
	margin:auto;
	background:#412b0f;
	border-top: 0;
}

#header{
	height: 131px;
	width: 800px;
	background: url('images/header.jpg');
}

#navigation{
 	color: #3f2204;
 	font-size: 14px;
	background: url('images/navbg.jpg');
	width: 800px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

#navigation a{
 	font-weight: bold;
 	color: #3f2204;
 	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}

#navigation a:hover{
	color: #dbcc11;
}

#content{
 	width: 800px;
 	min-height:500px;
	color: #fff;
}

#home_left{
 	float: left;
	margin: 10px;
	margin-right: 5px;
	width: 520px;
}

#notification{
 	float: left;
 	width:520px;
	background: #c1b50b url('images/note_bg.jpg') repeat-x;
	border: 1px #ffec00;
}

#icon{
	float: left;
	margin: 5px;
	width:68px;
	height:69px;
	background:url('images/cal_bg.jpg');
	display:block;
	color:#3f2204;
}

.icontop{
	font-size:10px;
	font-family:Arial;
	text-align:center;
	line-height:16px;
}

.iconbottom{
	font-size:24px;
	font-family:Arial;
	text-align:center;
	line-height:52px;
	font-weight:bold;
}

#message{
	float: left;
	width: 430px;
	margin: 5px;
	color:#3f2204;
}

#message h1{
 	margin:0;
 	padding:0;
	font-size: 24px;
}

#news{
 	float: left;
	background: #fff;
	width: 520px;
	margin-top: 10px;
}

#announcements{
	float: left;
	background: #715128;
	width: 520px;
	margin-top: 10px;
}

#announcements a{
	color:#fff;
	text-decoration: none;
}

#announcements a:hover{
	color:#dbcc11;
}

#home_right{
 	float: left;
	margin: 10px;
	margin-left: 5px;
	width: 250px;
	background: #765c3b;
	color:#fff;
}

#home_right h3{
	margin:3px;
	padding:0;
}

#home_right p{
	margin: 5px;
}

.inside{
	margin: 5px;
	color:#3f2204;
}

.inside a{
	color: #3f2204;
}

.inside a:hover{
	color: #dbcc11;
}


.course{
 	margin:5px;
	margin-top:10px;
}

.course h1{
 	color:#3f2204;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:14px;
}

.course p{
	margin:5px;
}
