body {
	background-color: #CCCCCC;
	font-size: 9px;
	margin-top: 35px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	line-height: 17px;
	font-weight: lighter;
}

.wrapper {
	width: 1000px;
	height: 768px;
	margin: 0 auto;
	margin-top: 15 px;
	
	
}
.header {
	background-color: #CCCCCC;
	height: 500px;
	width: 600px;	
	float: left;
	
	

}


.roundedBox {position:relative; padding:17px; margin:50px 0; width:290PX; height:365px; float:left; margin-left: 35px; }

    .corner {position:absolute; width:17px; height:17px;}
	
	#type1 {background-color:#59225C;}
    #type1 .corner {background-image:url(corners.gif);}

        .topLeft {top:0; left:0; background-position:-1px -1px;}
        .topRight {top:0; right:0; background-position:-18px -1px;}
        .bottomLeft {bottom:0; left:0; background-position:-1px -18px;}
        .bottomRight {bottom:0; right:0; background-position:-18px -18px;}
		
		




.portfolio {
	float: left;
	margin-top: 15px;
	z-index: 5;
	position: relative;
	width: 1000px;
	
}

.footer {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 6;
	position: relative;
	width: 1000px;
	font:Verdana, Geneva, sans-serif;
	font-size: 8px;
	color:#333
	
}

