html, body {
	background-color: rgb(45,45,45); background-image: url( "../graphics/nealfrench.gif" ); background-position: left bottom; background-repeat: no-repeat; background-attachment: fixed;
	font-family: Lucida Grande, Geneva, sans-serif; color: #76766A; font-variant: small-caps; font-size: 10.5pt; text-transform: capitalize; font-weight: bold;
	height:100%; width: 100%;
	padding:0px; margin:0px;
	border:none;
}
img {
	border-style: none;
}
a img{
	border-style: none;
}
p {
	padding-top: 5px; padding-bottom: 5px;
	font-family: Lucida Grande, Geneva, sans-serif; color: #76766A; font-variant: small-caps; font-size: 11pt; text-transform: none; font-weight: normal;
	padding-right: 10px; padding-left: 10px;
	margin-top: 0px;
}
td {
	font-family: Lucida Grande, Geneva, sans-serif; color: #76766A; font-variant: small-caps; font-size: 11pt; text-transform: none; font-weight: normal;
}
h2 {
	line-height: 100%;
	text-align: left;
}
h3 {
	
	text-align: center;
}

a:link { color: rgb(255,255,255); text-decoration: none; }
a:visited { color: rgb(255,255,255); text-decoration: none; }
a:hover { color: rgb(145,145,145); }

/* MENU */	
.menuBar {
	background-color: rgb(118,118,106);
	width: 100%; height: 90px;
	padding-top: 5px;
	text-align: center;
}

.menuGroup {
	margin-left: auto; margin-right: auto;
	width: 680px;
	text-align: center;
}
.menuItem {
	padding: 0px; margin: 0px;
	display: table-cell; 
	float: left;	/* DO NOT REMOVE IE BUG SOLUTION */
	width: 110px;
	text-align: center;
}
a.menuItem:link { color: rgb(255,255,255); text-decoration: none; font-weight: light; font-size: 10.5pt; }
a.menuItem:visited { color: rgb(255,255,255); text-decoration: none; font-weight: light; font-size: 10.5pt; }
a:menuItem:hover { color: rgb(255,255,255); font-weight: light; font-size: 10.5pt; }

.navigation {
	text-align: center;
	padding-top: 5px;
	background-image: url( "../graphics/shadow.gif" ); background-position: top left; background-repeat: repeat-x;
}

/* BODY */
#outer {
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
}
#outer[id] {
	display: table;
	margin-right: auto; margin-left: auto;
}
#middle {
	position: absolute;
	top: 50%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#middle[ id ] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	text-align: center; margin-right: auto; margin-left: auto;
	#position: absolute; #top: 50%; display: table-cell; vertical-align: middle;	
}

#inner[ id ] {
	position: relative; top: -50%;
	margin-right: auto; margin-left: auto;
	#position: relative; #top: -50%
	width: 700px;
}

#inner {
	width: 700px;
	position: relative; top: -50%;
	margin-right: auto; margin-left: auto;
}


.testborder {
	border-style: solid;
	border-width: 1px;
	border-color: pink;
}
.text {
	background-image: url( "../graphics/pattern.gif" );
	text-align: justify;
}
.thumbnails {
	width: 100px;
	height: 133px;
}
a.thumbnails:hover { 
	border-bottom-style: solid; border-top-style: solid; border-width: 1px; border-color: rgb(118,118,106);
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.mediumimage {
	width: 188px;
	height: 250px;
}
.center {
	text-align: center;
}

/* MISC */
.copyright {
	background-color: rgb(45,45,45);
	text-align: right;
	position: absolute;
	bottom: 0px; right: 0px;
	z-index: 1;
}
body>.copyright {
	background-color: rgb(45,45,45);
	width: 95%;
	text-align: right;
	position: fixed;
	bottom: 0px; right: 0px;
	z-index: 1;
}
#portfolio {
	margin-right: auto; margin-left: auto;
	overflow: hidden; 
	white-space: nowrap;
	height: 250px; width: 100%;
}
#scroller {
	position: relative; top: 0px; left: 0px;
}

/* FORM */

form {
	float: right;
	margin-right: auto; margin-left: auto;
	width: 380px;
	padding: 10px;
	 margin-top: 50px;
}

fieldset {
	border: none;
	margin: 0px; padding: 0px;
}

label {
	float: left;
	width: 120px;
}

input, textarea {
	width: 250px;
	margin-bottom: 5px;
}

textarea {
	width: 250px;
	height: 100px;
}

.boxes {
	width: 1em;
}

#submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br {
	clear: left;
}
