a:link, a:visited, a:active, a:hover {
	font-size: 14px;
	color: #cccccc ;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

body {
	text-align: justify;
	background-color: black;
	color: white;
	background-image: url('/images/bgtexture.jpg');
	background-position: 0px 0px;
	background-repeat: repeat;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#border {
	margin: auto;
	text-align: center;
	background-color: #2181ad;
	padding: 5px;
	width: 702px;
	background-image: url('/images/background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	border: 1px solid black;
}

#header {
	font-size: 42px;
	color: white;
	background-image:url('/images/menublue.jpg');
	background-repeat: no-repeat;
	margin: auto;
	width: 700px;
	height: 120px;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid black;
}

#menubar {
	width: 700px;
	padding-left: 5px;
	margin-bottom: 20px;
}

.menuButton {
	float: right;
	text-align: : center;
	margin-right: 7px;
	margin-top: -18px;
	border: 1px solid black;
}

.menutest {
	float: right;
	text-align: : center;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	margin-top: -18px;
	border: 1px solid black;
	font-size: 20px;
	height: 23px;
	background-image:url('/images/buttondist.jpg');
}

.menuButton:hover {
}

#logo {
	float: left;
	margin-top: -40px;
	border: 1px solid black;
	font-size: 42px;
	background-image:url('/images/buttondist.jpg');
}

#content {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid black;
	color: white;
	background-color: #3b3b3b;
	margin: auto;
	margin-bottom: 2px;
	text-align: justify;
	width: 660px;
}

#current {
	font-size: 30px;
	display: block;
	width: 655px;
	margin-top: 2px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
}

#past {
	font-size: 30px;
	display: block;
	width: 655px;
	margin-top: 2px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
	text-align: right;
}

.project_hrmm {
	min-height: 130px;
	margin-bottom: 20px;
}

.projectimg_hrmm {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;	
	border: 5px solid #2a2a2a;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

.projectimg_hrmm:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.project {
	min-height: 130px;
	margin-bottom: 20px;
}

.ptitle {
	font-size: 24px;
}

.subtitle {
	font-size: 16px;
}

.projectimg {
	float: right;
	margin-bottom: 5px;
	margin-right: 5px;	
	border: 5px solid #2a2a2a;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

.project img:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#proj_divider {
	display: block;
	width: 655px;
	height: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	border-bottom: 1px dotted black;
}

#footer {
	text-align: center;
	vertical-align: text-bottom; 
	background-color: #3b3b3b;
	color: white;
	border: 1px solid black;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}