@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	background:url(img/blackBarTop.jpg) no-repeat 0 0 #005500;
}
#outside {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
p, h1,h2,h3 {
	margin:0px 160px 15px 340px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	float:left;
}
ul {
	margin:0px 190px 15px 370px;
}
.ul1 {
	list-style-type:circle;

}
.ul2 {
	list-style-type:square;
}
li {
	margin:0px 0px 15px 0px;
}
ul.ul1 li {
	clear:both;

}
#wrapper {
	position:absolute;
	width:1134px;
	min-height:1000px;
	_height:1000px;
	overflow:visible;
	top:0px;
	left:50%;
	margin-left:-567px;
	background:url(img/bodyStretch.jpg) repeat-y;
	z-index:-10;
	padding-bottom:100px;
}

#nameTop {
	position:relative;
	left:0px;
	top:0px;
	width:1134px;
	height:72px;
}
#sidebar {
	position:absolute;
	width:290px;
	min-height:905px;
	_height:905px;
	overflow:visible;
	float:left;
}
#sidebarTop {
	position:relative;
	left:0px;
	top:0px;
	width:290px;
	height:281px;
}

#bodyTop {
	position:absolute;
	left:290px;
	top:72px;
	width:844px;
	height:281px;


}

#menuHome {
	position:relative;
	float:left;
	width:290px;
	height:34px;
}


#menuExp {
	position:relative;
	float:left;
	width:290px;
	height:35px;
}

#menuProj {
	position:relative;
	float:left;
	width:290px;
	height:34px;
}

#menuPhilos {
	position:relative;
	float:left;
	width:290px;
	height:35px;
}

#menuAbout {
	position:relative;
	float:left;
	width:290px;
	height:34px;
}

#sidebarBottom {
	position:relative;
	float:left;
	width:290px;
	height:452px;
}

#bodyMain {
	position:absolute;
	z-index:-1;
	left:290px;
	top:353px;
	width:844px;
	height:auto;
	background:url(img/bodyMain.jpg) no-repeat 0 0;
	display:none;

}

#bodyStretch {
	position:absolute;
	left:0px;
	top:977px;
	width:1134px;
	height:38px;
}

#bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:1134px;
	height:110px;
}
#valid {
	position:absolute;
	bottom:0px;
	right:100px;
	display:none;
}
.first {
	margin-top:300px;
}

/* Fixes #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */



