
/* Main Elements */

body { background-color: white; }

div { font-family: verdana;
      font-size: 16px;
      line-height:18px;
}

hr{ border: none 0;
    border-bottom: 1px solid lightgray;
    height: 1px; margin: 5px 0 5px 0;}

hr.short{
    width: 50%; margin-left:25%;
}

a{ color:#292CE3; text-decoration:none;}
a:hover{ text-decoration:underline;}
a.highlighted{ color:#E17009;}
a.footer{ color: #6f6f6f;}
a.project{ color: #464646;}
.clicky:hover{ cursor: pointer;}

ul{ width: 80%;}
li{ padding: 5px 5px;}

/* ID definitions */

#main{
	background-color: white;
	position: relative;
	margin: 20px auto;
	padding: 20px;
	width: 1000px;
	color: #585858;
}

#header_div{position:fixed}
#header_img{ height:60px; width:900px;}
#header{ font-weight: bold; font-size: 18px; color:#464646; padding-left: 5px}
#header a {color: #464646; text-decoration: none;}
#header a.hover { text-decoration: none;}

#footer{ color: #464646; font-size: 12px; padding-left: 15px}
#navigation{ float: right; padding-right: 20px; font-size: 13px; }

#aboutMain{ padding-left: 16px;}
#projectMain{ padding-left: 18px; width: 100%;}

/* Class definitions */

.fontHeading{ font-size: 18px; font-weight: bold; color:#464646;}
.fontSmall{ font-size: 12px;}

.project{
	clear: both;
}
