* {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 900px;
	margin: 0 auto 70px auto;
}

/* >Featured Projects
-----------------------------------------------------------*/

#featuredProject {
	padding-top: 35px;
	padding-bottom: 45px;
	padding-right: 0;
	height: 334px;
}
#featuredProject h3 {
	margin-top: 25px;
}
#featuredProject h3 a {
	border: 0;
}
#featuredProject p {
	font-size: 15px;
	line-height: 1.8em;
	color: #444;
	width: 435px;
}
.featureSpotlight {
	padding-top: 35px;
	height: 244px;
	overflow: hidden;
}
.featureSpotlight h3 a.next:link, .featureSpotlight h3 a.next:visited {
	font-size: 11px;
	border: 0;
	margin-left: 5px;
	background-color: #BDD8E9;
	color: #000;
	padding: 3px 6px;
}
.featureSpotlight h3 a.next:hover, .featureSpotlight h3 a.next:active {
	color: #fff;
	background-color: #ACD0E5;
}
div.scroller { 
	width: 875px;
	overflow: hidden;
}
div.scroller div.section {
	width: 875px;
	height: 244px;
	overflow: hidden;
	float: left;
}
div.scroller div.content {
	width: 10000px;
}
#startpage {
	background: url("/images/spotlight_home.jpg") no-repeat 100% 100%;
}
#whatsnew {
	background: url("/images/spotlight_whatsnew.jpg") no-repeat 100% 100%;
}
#calendar {
	background: url("/images/spotlight_calendar.jpg") no-repeat 100% 100%;
}
#contacts {
	background: url("/images/spotlight_contacts.jpg") no-repeat 100% 100%;
}
#files {
	background: url("/images/spotlight_files.jpg") no-repeat 100% 100%;
}
#messages {
	background: url("/images/spotlight_forums.jpg") no-repeat 100% 100%;
}
#popmail {
	background: url("/images/spotlight_email.jpg") no-repeat 100% 100%;
}
#phone {
	background: url("/images/spotlight_phone.jpg") no-repeat 100% 100%;
}
#privatemessages {
	background: url("/images/spotlight.png") no-repeat 100% 100%;
}
#projects {
	background: url("/images/spotlight_project.jpg") no-repeat 100% 100%;
}
#todo {
	background: url("/images/spotlight.png") no-repeat 100% 100%;
}
#chat {
	background: url("/images/spotlight.png") no-repeat 100% 100%;
}
#userdirectory {
	background: url("/images/spotlight.png") no-repeat 100% 100%;
}
#language {
	background: url("/images/spotlight_international.jpg") no-repeat 100% 100%;
}





/* >Footer
-----------------------------------------------------------*/

#footer {
	color: #bbb;
	margin-top: 25px;
	padding: 20px 0 0 40px;
	border-top: 2px solid #f0f0f0;
	position: relative;
}
#footer #registered {
	font-size: 10px;
	color: #ccc;
}
#footer p {
	margin-bottom: 4px;
}
#footer a {
	font-size: 11px;
}
#fullTop {
	width: 15%;
	text-align: right;
	position: absolute;
	right: 30px;
	top: 20px;
}
#home #footHome, #work #footWork, #about #footAbout {
	color: #4590BB;
}