@CHARSET "ISO-8859-1";
/*
 * Simple layout for simple portal page
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#north {
	background: 0 0 #ffffff url(../img/portal/bg-north.png) repeat-x;
	height:100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#logo {
	background: 0 0 #ffffff url(../img/portal/logo.png) no-repeat;
	height:100px;
	width: 300px;
	float: left;
}

#top-menu {
	width: 400px;
	float: right;
	text-align: right;
}

#top-menu ul {
	padding: 24px 10px 0px 0px;
}

#top-menu ul li {
	display: inline;
	padding: 0px 5px 5px 20px;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #640c0c;
}

#center {
	margin: 10px auto;
	width: 400px;
	height: 400px;
}

#center h1 {
	color: #ffffff;
}

.content-box {
	background-color: #000;
	padding: 10px;
	font-size: 13px;
}
.content-box h2 {
	padding-bottom: 10px;
}
.content-box p {
	padding-bottom: 10px;
	text-align: justify;
}
