* {
  padding: 0;
  margin: 0;
} 

body { 
  font: 8pt "Verdana", Arial, Sans-Serif; 
  background: #393939;
 
}


a {
  text-decoration: none;
  color: #301C15;
}
a:hover { color: #000; }

#wrap 
{
  margin: 20px auto;
  width: 900px;
  height: 685px;
  padding: 10px;
  background-color: #fff;
}


#header 
{
  height : 116px;
  background-color : #000;
  background: url(images/back.jpg);
}
#header h1 { padding-left: 14px; padding-top: 82px; font-size: 20px; color: #FFF; }


#menu {
  text-align: center;
  margin-top: 1px;
  height: 20px;
  font-size : 12px;
  padding: 6px 0px 0px 0px;
  border: none;
  background-color : #393939;
  background: #006699 url('images/menu.jpg');
}

#menu a {
  color : #fff;
  text-decoration : none;
  padding: 0px 14px 0px 14px;

}
#menu a:hover {
  color : #C9C9C9;
}

#sidebar_right {
		 margin-top: 1px;
		 background: #000000 url("images/graduate.jpg") no-repeat left top;
         float: right;
         background-color: #E3E3E3;
         width: 130px;
         height: 480px;
         border-bottom: solid #fff 1px;
}
.sidebar_right_text {
	padding: 220px 7px 0 13px;
}
#sidebar_right h2 { padding-bottom: 6px; font-size: 12px; color: #000000; }

#sidebar_left {
		 margin-top: 1px;
         float: left;
         background-color: #E9E9E9;
         width: 100px;
         height: 460px;
         padding: 10px;
         border-bottom: solid #fff 1px;
}
#sidebar_left h2 { padding-bottom: 6px; font-size: 12px; color: #000000; }

#content {
	float: left;
	text-align: left;
	width: 600px;
	height: auto;
	margin-top: 10px;
	font-size: 8pt;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 13px;
}

#content h2 { padding-bottom: 6px; font-size: 15px; color : #444; }
#content h3 [ color: #fff; background: #370F00; font-size: 86%; padding: 3px 6px;}

.study {
	padding: 12px 15px 15px 15px;
	background: #D6DEE5;
	font-size: 93%;
	font-family: arial, sans-serif;
}

.bulletin {
	padding: 12px 15px 15px 15px;
	background: #E3EAF0;
	font-size: 8pt;
	font-face: arial, verdana;
}

#footer { 
  top: 610px; 
  width: 900px;
  height: 60px;
  background-color: #A7C1E0;
  float: left;

}
.footer_text {
	text-align: center; 
	padding: 14px;
	color: #777;
}
