/* base styles */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
BODY {
	background-color: #ffffff;
	color: #b3b3b3;
	font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
	font-size: 13pt;
	text-align: justify;
	line-height: 150%;
}
#wrapper {
	position: relative;
	width: 955px;
	height: 600px;
	margin: 0 auto;
}

/* general styles */
.i {
	font-style: italic;
}
.cen {
	text-align: center;
}
h3 {
	text-align: center;
}
UL {
	padding-bottom: 50px;
	width: 300px;
	margin: 0 auto;
}

/* link styles */
A {
	text-decoration: none;
}
A:link {
	color: #b0b0b0;
	text-decoration: underline;
}
A:visited {
	color: #b0b0b0;
	text-decoration: underline;
}
A:hover {
	color: #aa0000;
	text-decoration: none;
}
A:active {
	color: #b0b0b0;
	text-decoration: underline;
}
img.nohover {
	border: 0;
}
img.hover {
	border: 0;
	display: none;
}
A:hover img.hover {
	display: inline;
}
A:hover img.nohover {
	display: none;
}

/* navigation styles */
#iconbar {
	width: 889px;
	margin: 0 auto;
	padding-top: 100px;
	clear: both;
}
#info {
	float: left;
}
#projects {
	float: left;
	margin-left: 80px;
}
#links {
	float: left;
	margin-left: 80px;
}
#contact{
	float: left;
	margin-left: 80px;
}
#pipe{
	float: left;
	margin-left: 65px;
}
#tmcc {
	float: left;
	margin-left: 65px;
}
#grc175 {
	float: left;
	margin-left: 80px;
}

/* general content styles */
#content {
	width: 600px;
	height: 265px;
	margin: 0 auto;
	clear: both;
}
#content P {
	padding-top: 20px;
}
#legal {
	height: 126px;
	width: 30px;
	position: absolute;
	left: 33px;
	bottom: 90px;
}
#valid {
	height: 70px;
	width: 50px;
	position: absolute;
	left: 33px;
	bottom: 10px;
}
#sem {
	width: 40px;
	height: 140px;
	position: absolute;
	right: 33px;
	bottom: 0px;
}
#mariolink {
	width: 60px;
	margin: 0 auto;
	margin-top: 50px;
}

/* project page content styles */
#projectlinks {
	width: 600px;
	margin: 0 auto;
}
#project2 {
	float: left;
	margin-top: 20px;
	margin-left: 95px;
}
#project3 {
	float: right;
	margin-top: 20px;
	margin-right: 95px;
}
#proj2desc {
	float: left;
	width: 285px;
}
#proj3desc {
	float: right;
	width: 285px;
}

/* contact page content styles */
#email {
	width: 270px;
	margin: 0 auto;
	padding-left: 45px;
}
#fb {
	margin: 0 auto;
	width: 70px;
}
#gp {
	margin: 0 auto;
	width: 70px;
}

/* legal page content styles */
#cclogo {
	height: 31px;
	width: 88px;
	margin: 0 auto;
}


/* DEBUGGER 
DIV {border: 1px solid red;} */