/*------> Global */
div#content {
	position:absolute;
	top:175px;
	left:65px;
	width:870px;
	height:500px;
	background-color:#fff;
}
div#header {
	position:absolute;
	top:70px;
	left:65px;
	width:870px;
	height:80px;
	background-color:#fff;	
}
br.cl {
	clear:both;
}

/*------> Top */
div#header div#logo {
	position:absolute;
	top:0;
	left:0;
	width:460px;
	height:80px;
	margin:0;
	padding:0;
	background:url(/images/dbxl-logo.gif) 10px 10px no-repeat #fff;
	overflow:hidden;
	}
	div#header div#logo h1 {
		position:absolute;
		top:-120px;
		color:#F00;
	}
div#header div#top-nav {
	position:absolute;
	top:0;
	right:10px;
	}
	div#header div#top-nav ul {
		margin:10px 0 0 0;
		padding:0;
		list-style:none;
		text-align:right;
		width:200px;
		}
		div#header div#top-nav ul li {
			text-transform:uppercase;
			border-bottom:dotted 2px #000;
			padding-bottom:5px;
			margin-bottom:5px;
			font-size:12px;
			line-height:10px;
			}
			div#header div#top-nav ul li.last {
				border:none;
				}
				div#header div#top-nav ul li a {
					color:#000;
					text-decoration:none;
				}

/*------> Sidenav */
div#content div#side-nav {
	position:absolute;
	top:0;
	left:0;
	width:270px;
	height:500px;
	}
	div#side-nav h2 {
		padding-bottom:3px;
		margin:10px 10px 0 10px;
		border-bottom:dotted 2px #000;
		color:#002390;
		text-transform:uppercase;
		font-size:16px;
	}
	div#side-nav div.page-text {
		padding-bottom:3px;
		margin:3px 10px 0 10px;
		border-bottom:dotted 2px #000;
		color:#000;
		font-size:12px;
		
		}
		div#side-nav div.page-text.uc {
			text-transform:uppercase;
		}
		div#side-nav div.page-text a {
			color:#000;
			text-decoration:none;
		}
	div#side-nav ul {
		padding:0;
		margin:0 10px 0 10px;
		list-style:none;
		}
		div#side-nav ul li {
			text-transform:uppercase;
			margin-bottom:3px;
			padding:3px 0 3px 0;
			border-bottom:dotted 2px #000;
			line-height:12px;
			}
			div#side-nav ul li a {
				color:#000;
				font-size:16px;
				text-decoration:none;
				}
				div#side-nav ul li.selected a {
					color:#002390;
				}
				div#side-nav ul li.selected span.info {
					text-transform:none;
					font-size:12px;
				}
					
			
/*------> Projects */
div#content div#projects {
	position:absolute;
	top:10px;
	left:270px;
	width:600px;
	height:490px;
	overflow:auto;
	}
	div#projects div#wrapper {
		overflow:visible;
		}
		div#projects div.project-detail {
			position:relative;
			float:left;	
			}
			div#projects div#wrapper div.project-detail div.project-image {
				margin-right:10px;
			}
			div#projects div#wrapper div.project-detail div.project-info {
				margin-right:10px;
				margin-top:10px;
				font-size:12px;
			}
		
