#header {
background: #FFFFFF;
width: 900px;
height: 211px;
padding: 10px
background: url("../articles/logo%20-%20SelectJobs.png") { position: absolute; no-repeat 75%; left: -10000px; }
}

#left {
float: left;
width: 200px;
background: #FFFFFF; 
height: 1100px;
margin-left: 0px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

#right {
float: left;
width: 900px;
background: #FFFFFF;
padding: 10px;
height: 1200px;
margin-left: 0px; /*** Same length as .outer padding-left but with negative value ***/
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}

#footer {
width: 760px;
margin: 0 auto;
text-align: center;
background-color: white;
}

#p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px; 
	font-color:CC3300;
	text-align: left;
}

#h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 2em;
	font-color:CC3300;
	text-align: left;
}

#h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 5em;
	font-color:CC3300;
	text-align: left;
}

#clear {
	clear: both;
}

#content {
float: left;
width: 600px;
background: #FFFFFF;
}

.contentWrap {
padding: 200px;
}



