body {
	background-image: url('../images/bg.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #cdd7e0;
	width:900px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	font-size: 0.8em;
}

/* ----- HEADER ----- */
#header {
	width: 100%;
	background-color: #9ea8b1;
	background-image: url('../images/door.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#header a {
	color: white;
	text-decoration: none;
}

#pageContainer {
	background-color: white;
	padding: 10px;
}

#header h1 {
	margin: 0px;
	padding-top: 30px;
	padding-left: 30px;
	color: white;
	font-size: 3.2em;
}

#header h2 {
	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 30px;
	color: white;
	font-size: 1.7em;
	font-style: italic;
}


/* FAUX LAYOUT WRAPPER */


/* 
This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.

IMPORTANT: In order to make this work you have to download http://csseasy.com/layouts/fixed/background_4.gif (copy past in your address bar) and place it in the same folder as this html file. DON'T HOTLINK to this file.
*/


#wrapper{
	width:100%;
	/*background:url(background_4.gif) repeat-y; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */*/
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	margin-top:10px;
}

/* ----- NAVIGATION ----- */

#navigation {
	font-family: sans-serif;
	width:200px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	background-color:#bdbdbd;
	float:right;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}

#navigation h2 {
	text-indent: 10px;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
}

#navigation ul {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px dotted #a2a2a2;
}

#navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #a2a2a2;
}

#navigation ul li a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #5d5d5d;
	padding-top: 5px;
	padding-bottom: 5px;
	/*margin-left: 20px;*/
	text-indent: 20px;
}

#navigation ul li a:hover {
	background-color: #a2a2a2;
}

/* ----- MAIN CONTENT ----- */

#content {
	font-family: sans-serif;
	width:650px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	background-color:#f1efec;
	margin-top:10px;
	padding: 10px;
}

#content h1, .pane-title {
	font-size: 1.9em;
	font-weight: normal;
	color: #a27a47;
}

#content h2 {
	font-size: 1.4em;
	font-weight: normal;
}

#content a {
	color: #a27a47;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* ----- FOOTER ----- */

#footer { 
	width:100%;
	background-color:#9ea8b1;
	margin-top:10px;
	text-align: center;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: white;
}


.project {
	width: 200px;
	height: 150px;
	margin-right: 5px;
	float: left;
}

.project p {
	margin: 0px;
}


.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}