body {

	background-color: black;
	background-image: url(newBG.png);
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
}

div#logo {
	border: 1px solid white;
	width: 924;
	height: 150;
	padding: 1em;
	background-color: black;
	margin: 1em;
}

div#menu {
	border: 0px solid white;
	//margin: 0 auto;
	margin-left: -321px;
	padding-left: 50%;
	//padding-right: 20%
	padding-bottom: 0em;
	//align: center;
}

div#menu ul {
	list-style: none;
}

div#menu a {
	color: white;
	text-decoration: none;
	border: 1px solid white;
	padding:1em;
	background-color: black;
	float: left;
}

div#menu li {
	///placeholder
	position: relative;
}

div#menu a:hover {
	color: black;
	background-color: white;
}

div#menu li:hover {
	///placeholder
}

div#menu ul ul{
	visibility: hidden;
	position: absolute;
	left: 35%;
	top: 15.5em;
}

div#menu ul ul a{
	width: 150px;
}

div#menu li:hover ul {
	visibility: visible;
}

div#content {
	color: white;
	background-color: black;
	margin-left: 3em;
	margin-right: 3em;
	border: 1px solid white;
	padding: 3em;
	background-image: url(bg2.png);
	background-repeat: repeat-xy;
}

div#content a {
	color: orange;
}

div#content a:hover {
	color: yellow;
}

div.projectBox {
	color: white;
	background-color: black;
	background-image: url(newBG.png);
	background-position: left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 1em;
	margin: 1em;
	margin-bottom: 0em;
	border: 1px solid white;
	///height: 200px;
}

div.projectBox p {
	text-align: left;
	margin: 1em;
	padding: 0em;
	font-weight: bolder;
}

div.projectBox a {
	float: right;
	text-decoration: none;
	font-weight: bolder;
	margin: 1em;
}

div.projDesc img {
	float: left;
	border: 1px solid white;
	margin-right: 1em;
}

div.projDesc p {
	float: left;
	vertical-align: top;
	padding-left: 2em;
	font-weight: normal;
	background-color: black;
	background-image: url(bg2.png);
	background-attachment: fixed;
	border: 1px solid white;
	padding: 1em;
}

div.projDesc br {
	clear: both;
}

p.header {
	color: white;
	font-size: x-large;
	font-weight: bolder;
	background-color: black;
	background-image: url(newBG.png);
	background-position: left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 1em;
	margin: 0em;
	margin-bottom: 0em;
	margin-top: 1em;
	border: 1px solid white;
	text-align: left;
}

p.header a {
	float: right;
}

ul {
	list-style-image: url(ul.png);
	list-style-type: disc;
	///font-weight: bold;
	font-size: medium;
}

ul ul {
	list-style-image: url(ulul.png);
	list-style-type: circle;
	font-weight: normal;
	//font-size: normal;
	margin-bottom: 1em;
}

ul.noBold {
	font-weight: normal;
}