html, body, div, span, applet, object, iframe, p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html {overflow-y:scroll;}
body {
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(images/bg.gif);
}
#main {
	width: 400px;
	position: absolute;
	left: 230px;
	top: 110px;
	z-index: 2;
	height: 1000px;
}
#mainProjects {
	width: 500px;
	position: absolute;
	left: 230px;
	top: 110px;
	z-index: 1;
}


#main img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 4px;
}
#mainProjects img {
	margin-left: 20px;
}


#menu {
	float: right;
	margin-right: 20px;
	margin-left: 900px;
	width: 100px;

}




#fixed {
	position:fixed;
	top:76%;
	width: 100%;
	min-width: 900px;
}
#right {
	margin-left: 500px;

}
#top {
	float: left;
	position: fixed;
	z-index: 1;
}
#font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
}

a {
	color: #993300;
	text-decoration: none;
}


ol ul {
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}

.arrow {
	color: #DFD0A3;
}

.small {
	font-size: 10px;
}

#menu p {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

#menu a:hover {
	color: #000000;
}
#main a:hover {
	color: #993300;
	text-decoration: underline;
}
#mainProjects  a:hover {
	color: #993300;
	text-decoration: underline;
}
#mainLogos {
	width: 500px;
	position: fixed;
	left: 230px;
	top: 110px;
	z-index: 2;
}

