body{
background-color: #000;
    color: #fff;
    font-family: calibri,sans-serif;
}

h1{
margin: 0;
}

.wrapper{
margin: 0 auto;
width: 960px;
height: 
}


.header {
    height: 25px;
    margin: 12px 0;
    width: 960px;
}

.logo {
    float: left;
    height: 25px;
    position: relative;
    width: 170px;
}

.menu{
    color: #fff;
    font-family: calibri,sans-serif;
	font-size: 18px;
    height: 25px;	
    width: 460px;
	float: left;
}

.menu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	list-style-image: none; 
	}
	
.menu li {
	display: inline; 
	}
	
.menu ul li a {
	text-decoration:none;  
	margin: 4px;
	padding: 0px 10px 0px 10px; 
	border-right:1px solid #000;
	}

.menu ul li a {
	color: #fff; 
	}
	
.menu ul li a:hover {
	color: #45a82c; 
	}

.body{}

.slider {
    background: url('/templates/ultraworks/building.jpg');
    height: 378px;
    width: 960px;
}
.contents{}
.footer{
margin: 15px 0px;
}

.tabz {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 4px #000000;
    float: left;
    height: 170px;
    margin: 20px;
    position: relative;
    top: -45px;
    width: 270px;
    color: #000000;
    padding: 5px;
    font-size: 12px;
}

.whitey {
    background: none repeat scroll 0 0 #DADADA;
    border-bottom: 1px solid #808080;
    height: 175px;
    margin-top: 60px;
    width: 960px;
}



.contente {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    min-height: 280px;
    padding: 30px;
    width: 900px;
}