body{
	overflow-y:scroll;
    background:url('../img/background.jpg') no-repeat 50% 0;
}
/* ------------------------------------- */
a {
	color: #cc3300;
}

a:hover {
	color: #960100;
}

/* ------------------------------------- */
#universes #submenu li a:hover {
	color: #960100;
}

.submenuhigh {
	background: url('../img/select-red-mini.png') repeat-x bottom;
}

/* ------------------------------------- */
#univteach {
	width: 180px;
	background: url('../img/title-tab-red.png') top no-repeat;
	vertical-align: top;
	padding-top: 23px;
}

#univschool {
	width: 180px;
	background: url('../img/center-tab-orange.png') top no-repeat;
	/*vertical-align:top;
    padding-top:8px;*/
}

#univschool a {
	color: white;
	text-decoration: none;
}

#univschool a:hover {
	color: #ff4700;
}

#univind {
	width: 180px;
	background: url('../img/center-tab-green.png') top no-repeat;
	/*    padding-top:8px;*/
	height: 40px;
}

#univind a {
	color: white;
	text-decoration: none;
}

#univind a:hover {
	color: #027100;
}

#univpro {
	width: 180px;
	background: url('../img/center-tab-blue.png') top no-repeat;
	/*vertical-align:top;
    padding-top:8px;*/
}

#univpro a {
	color: white;
	text-decoration: none;
}

#univpro a:hover {
	color: #01669a;
}

/* ------------------------------------- */
.left_a {
	font-size: 1.2em;
	text-decoration: none;
}

/* ------------------------------------- */
#centertop {
	background: url('../img/frame-red-top-slice.png') no-repeat bottom;
	height: 50px;
}

#centercontent {
	font-family: Arial;
	background: url('../img/frame-red-mid-slice.png') repeat-y;
	padding-left: 80px;
	padding-right: 80px;
	text-align: justify;
}

#centercontent p {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

#centerbottom {
	background: url('../img/frame-red-bot-slice.png') no-repeat left top
		white;
	height: 41px;
}

/* ------------------------------------- */
.centermenu a:hover {
	color: #960100;
}

.centermenu_high {
	background-color: #960100;
}

.centermenu_high a:hover {
	color: white;
}

/* ------------------------------------- */
#bottom {
	clear: both;
	background-color: #f2f2f2;
	height: 130px;
	padding-top: 10px;
	margin-top: 20px;
}

#bottommenu li a:hover {
	padding-right: 4px;
	color: #960100;
}

/* ------------------------------------- */
.high {
	color: #960100;
}