#mainpage {
	width: 1000px;
	border: none;
	padding: 0px
	margin: 0px;
}
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 506px;
	height: 380px;
	visibility: hidden;
}
#contentBox {
	position:absolute;
	top: 160px;
	left: 50px;
	min-height: 375px;
	max-height: 375px;
	z-index: 1;
	width:900px;
	background-color: #373737;
}	
#photoBox {
	position:absolute;
	top: 160px;
	left: 50px;
	min-height: 441px;
	max-height: 441px;
	z-index: 1;
	width:900px;
	background-color: #373737;
}
#HomeImage {	
	background-color: #242424;
	width: 563px;
	float: right;
}
#photopageBox {
	position:absolute;
	top: 160px;
	left: 50px;
	min-height: 510px;
	max-height: 510px;
	z-index: 1;
	width:900px;
	background-color: #373737;
}
#flashPlayer {	
	background-color: #242424;
	width: 600px;
	float: right;
}
#resumeImage {	
	background-color: #242424;
	width: 563px;
	float: right;
}
#portfolioimage {	
	
	padding: 25px;
	float: left;
	max-height:190px;
}
#contentText {
	width:280px;
	padding: 25px;
	float: left;
}
#photocontentText {
	width:245px;
	padding: 25px;
	float: left;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-size: 24px
}
.style3 {	
	font-size: 36px;
	font-weight: bold;
	color: #DBDBDB;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {

	position:relative;
	top: 510px;
	/*left: 10px;*/
	color: white;
	width:1000px;
	text-align:center;
	display: block;
}

#footer-port {

	position:relative;
	padding: 25px;
	/*left: 10px;*/
	color: white;
	width:1000px;
	text-align:center;
	display: block;
}

a { color: yellow; text-decoration: none; }
a:hover { color: yellow; text-decoration: underline; }

#DropDown,
#DropDown * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#DropDown {position:relative;background:none; no-repeat 100% 50%;width:70em;max-width:100%;float:left;margin-bottom:3.5em;border-bottom:0px solid #666;
}
/* sub-menu ULs */
#DropDown li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#DropDown li {
	position:relative;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
}
/* sub-menu LIs */
#DropDown li ul li {
	width:10em/*FF*/;
	padding:0;
	border:none;
	max-width:100%;
	/* border:1px solid #333; */
	border-top:none;
}
/* All anchors */
#DropDown li a {
	cursor:default;
	color:#666;
	/* border-left:1px solid #333; */
	text-decoration:none;
	display:block;
	float:left;
	padding:0;
	height:2em;
	line-height:2em;
	border-width: 0;
}
/* sub-menu Anchors */
#DropDown li ul li a {
	width:9em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	border:1px solid #fff;
	color:#fff;
	background-position:0 50% !important;
}
/* :hover and stuff */
#DropDown li a:hover,
#DropDown li a:focus,
#DropDown li a:active {color:#000}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#DropDown ul a:hover,
#DropDown ul a:focus,
#DropDown ul a:active {color:#fff !important;background:#ccc}
/* display and z-index for the sub-menus */
#DropDown li:hover ul,
#DropDown li.msieFix ul {display:block; z-index:1000; top:2em !important;}
#DropDown li#portfolio {z-index:100;}
#DropDown li#photography {z-index:100;}
#DropDown li#resume {z-index:100;}
#DropDown li#contact {z-index:100;}
#DropDown li#everythingelse {z-index:100;}

/* background colors */
#portfolio,#portfolio li a {background-color:#373737;}
#photography,#photography li a {background-color:#373737;}
#resume,#resume li a {background-color:#373737;}
#contact,#contact li a {background-color:#373737;}
#everythingelse,#everythingelse li a {background-color:#373737;}
/* "trigger" and "msieFix" classes */
#DropDown li.msieFix a {}
/* last nested UL. keeping it in */
#DropDown li#UZ ul {left:-2.3em !important;}

/* ADJUST MENU TEXT HERE */
#portfolio li a,
#photography li a,
#resume li a,
#contact li a,
#everythingelse li a { font-family: verdana,san-serif; font-size: 12px; padding-left: 6px;  }
