html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #333333;
}
a:hover {
	color: #660000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #f1f1f1;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	padding-bottom: 10px;
}

/** layout **/
#toptop { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: right; width: 900px; position: relative; overflow: auto; margin-top: 5px; margin-right: auto; margin-left: auto; }
#wrapper { background: #ffffff; text-align: left; margin: 2px auto 37px; position: relative; width: 900px; overflow: auto; border: solid 1px #666666; }
#header {
  background: #ffffff url(images/header.jpg) no-repeat;
  height: 190px;
  width: 900px;
}
#logo {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 80px;
  color: #000000;
}

#title {
  float: right;
  background: #660000;
  position:  absolute;
  top: 81px;
  right: 0px;
  width: 515px;
  padding: 10px 0px 10px 15px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
}

#gallery {
  position: absolute;
  float: right;
  top: 115px;
  right: 0px;
  width: 400px;
}
#gallery li {
  list-style: none;
  float: right;
  overflow: hidden;
  height: 80px;
}
#gallery .gbachelor {
  background: url(images/pic_1.jpg) no-repeat;
  width: 88px;
}
#gallery .gmaster {
  background: url(images/pic_2.jpg) no-repeat;
  width: 87px;
}
#gallery .gcert {
  background: url(images/pic_3.jpg) no-repeat;
  width: 86px;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}
#menu {
  float: left;
  width: 195px;
  background: #ffffff;
  background-color: #ffffff;
  overflow: auto;
}
#menu h2 {
  color: #fff;
  font-size: 14px;
  padding: 4px 0 5px 39px;
  background: #660000;
}
#menu li {
  background: #eeeeee left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #ffffff;
  list-style: none;
  font-size: 11px;
  padding: 7px 0 8px 35px;
}
#menu a {
  text-decoration: none;
  color: #000000;
}
#menu a:hover {
  text-decoration: underline;
}
#content {
  width: 700px;
  float: right;
  background: #ffffff;
  margin-bottom: 2px;
  min-height: 450px;
}
#content .inner {
  padding: 6px 12px;
}
#content p {
  margin: 0.9em 0;
}

#content ul {
  margin-left: 40px;
}

#quickbox {
  width: 680px;
  float: right;
  background: #eeeeee;
  color: #000000;
  font-size: 1.06em;
}

#quickbox a {
  color: #666666;
  text-decoration: none;
}
#quickbox a:hover {
  color: #660000;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h3 {
  font: bold 14px "arial", arial, sans-serif; 
  color: #666666;
  margin-left: 20px;
}

h2 {
  font: 18px "arial", arial, sans-serif; 
  color: #660000;
  padding-bottom: 20px;
}
h1 {
  font: 22px "arial", arial, sans-serif; 
  color: #000000;
  padding-bottom: 20px;
}

#footer {
  position: relative;
  top: 0px;
  float: right;
  width: 900px;
  background: #ffffff;
  margin-bottom: 2px;
  margin-top: 5px;
}

#foot-one, #foot-two, #foot-three {
  height: 146px;
}

#foot-one {
  float: left;
  width: 195px;
  margin-right: 8px;
  background: url(images/foot_1_home2.gif) no-repeat;
}
#foot-two {
  float: left;
  width: 341px;
  margin-right: 6px;
  background: url(images/foot_2_home.gif) no-repeat;
}
#foot-three {
  float: left;
  width: 347px;
  background: url(images/foot_3_home.gif) no-repeat;
}

#foot p {
  text-align: left;
  color: #660000;
  margin: 15px 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#foot p.date {
  margin-top: 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

#copyright {
  text-align: center;
  font-size: 11px;
  padding: 0px 0px 0px 0px;
}