/* -------------------- */
/*  ---- Menu Section --- */
/* -------------------- */

.menu {
	position: relative; 
	padding-right: 20px; 
	padding-left:20px;
	top:7px;
	font-size:12pt;
}

/* rounded border for those browsers that support them */
.menuborder {
	background-color: #666; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 2px solid #662222; 
	height: 30px;
}

#index {
	width:359px
}

/* -------------------------------- */
/* ---- Portfolio Image formatting ----- */
/* -------------------------------- */

.portenlarge {
	position:fixed;
	margin-top:50%;
	margin-left:50%;
	z-index:4;
}

/* -------------------------------- */
/* ---- Portfolio  Menus formatting ---- */
/* -------------------------------- */

#portmenu {
	margin:0px auto;
	width:644px;
}

#portmenu #digital {
	width:449px;
	position:relative;
	left:0px;
	height:30px;
	top:-2px
}

#portmenu #print {
	width:581px;
	position:relative;
	left:59px;
	height:30px;
	top:-2px
}

#portmenu #database {
	width:365px;
	position:relative;
	left:277px;
	height:30px;
	top:-2px
}

#portmenu #programming {
	width:336px;
	position:relative;
	left:306px;
	height:30px;
	top:-2px
}

#portmenu #other {
	width:349px;
	position:relative;
	left:293px;
	height:30px;
	top:-2px
}