/* CSS Document */

body {
	margin: 0;
	padding: 0;
	}

body {
	background: #dc8229 url(http://www.protege.com.ph/home/images/bg.gif);
    background-repeat: repeat-x;
	}	
	
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	}	
	
#header {
	height: 100px;
	background: #fff url(http://www.protege.com.ph/home/images/header.jpg) no-repeat;
	}

#logo {
	top: 15px;
	left: 10px;
	position: absolute;
	}		

#content {
	width: 800px;
	position: relative;
	}	

#columnleft {
	padding: 0 0 20px 10px;
	width: 305px;
	float: left;
	}

#columnright {	
	width: 430px;
	float: right;
	}

#footer {
	text-transform: uppercase;
	width: 800px;
	height: 100px
    background: #ccc;
	margin: 0 auto;
	}

.spacer {
	height: 10px;
}

