/*************************************
+Containers
*************************************/

body{
/*	background:#000000 url(./images/background.png) repeat-x; */
	background:#564c5d; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	line-height:1.5;
	margin:0px;
	padding:0px;
	padding-top:20px;
	text-align:center;
}
#wrap{
	background:#fff url(../images/background.gif) repeat-y;
	margin:0 auto;
	padding:0 0px;
	text-align:left;	
	width:760px;
	border:2px solid #443a4a;
}
#header{
	background: url(../images/breker_logo.jpg) no-repeat;
	height:125px;
	min-height:125px;
	text-align:right;
	width:760px;
}
#menu{
	background: url(../images/bg_sublogo.gif) no-repeat;
	height:30px;
	min-height:30px;
	text-align:right;
	width:760px;
}
#splash{
	background: url(../images/functional_verification.jpg) no-repeat;
	border-bottom:2px solid #564c5d;
	height:200px;
	min-height:200px;
	text-align:right;
	width:760px;
}
#footer{
	background:#000;
	clear:both;
	color:#fff;
	padding:5px 10px 0px 0px;
	margin:0 auto;
	text-align:right;
	vertical-align:middle;
	width:750px;
	height: 25px;
}

/*************************************
+Sidebar
*************************************/

#sidebar{
	color:#564c5d;
	float:left;
	margin:0px;
	padding:8px;
	width:165px;
}
#sidebar a{
	color:#564c5d;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar a:hover{
	color:#786983;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar p{
	color:#564c5d;
	line-height:13px;
}

/*************************************
+Content
*************************************/

#content{
	float:right;
	margin:0;
	margin-top:15px;
	width:555px;
	overflow:auto;
}

/*************************************
+Project
*************************************/

#project{
	background:#ffffff;
	margin:0px;
	padding:5px 10px 10px 5px;
	width:530px;
	overflow:auto;
}

/*************************************
 +Footer
 *************************************/

#footer p{
	color:#fff;
}
#footer a{
	color:#fff;
	text-decoration:underline;
}
#footer a:hover{
	color:#ebebeb;
	text-decoration:underline;
}

/*************************************
 +Misc
 *************************************/

a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#666;
	text-decoration:underline;
}

.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}
