/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body {
	color: white;
	background-color: black;
}

#pointermenu {
	border-top: 7px solid black; /*optional border across top*/
	margin: 0;
	padding: 0;
	width: 800px;
	height: 86px;
	text-align: left;
	display: table-cell;
	vertical-align: bottom;
	background: black url(meadphotographylogo.png) top right no-repeat;
}

#pointermenu ul {
	margin: 0;
	margin-left: 10px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial;
	background-color: black;
	/*background: black url(media/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li {
	display: inline;
}


#pointermenu ul li a {
	float: left;
	color: white;
	font-weight: bold;
	padding: 2px 11px 7px 7px;
	text-decoration: none;
	/*background: url(media/pointer.gif) bottom center no-repeat;*/
}

#pointermenu ul li a#visited {
	color: white;
}

#pointermenu ul li, #pointermenu ul li a#selected { /*hover and selected link*/
	color: white;
	background-color: #505050;
}

#pointermenu a:hover {
	color: white;
	background-color: #505050;
}

#pointermenu ul li a#rightcorner {
	padding-right: 0;
	padding-left: 2px;
	/*background: url(media/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}

#separation {
	margin-left: 10px;
	width: 800px;
	height: 5px;
}

#contentarea {
	display: table-cell;
	width: 800px;
	height: 600px;
	text-align: center;
	background-color: black;
}

.contentarea {
	text-align: left;
	color: white;
	font-family: Verdana, Arial;
	padding-left: 7px;
	font-size: 12px;
}

.contentarea a {
	text-decoration: none;
	background-color: #505050;
}

.contentarea a:visited {
	color: white;
}

.contentarea a:hover {
	color: black;
	background-color: white;
}

.medtext {
	font-size: 12px;
}

.minisculetext {
	font-size: 9px;
}
