/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}

/*Gets rid of shifting pages*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical; }


/* Removes border from fieldset and img */

fieldset, img {
	border : 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.info1 {
	color: #b3b3b3;
}
.bold {
	font-weight: bolder;
	color: #808080;
	font-size: 1.5em;
}
.images {
	padding-top: 10px;
	padding-bottom: 10px;
}
.about-brwn {
	color: #544C46;
}
.about-bold {
	font-weight: bolder;
	color: #808080;
	font-size: 1.2em;
}

body {
	background-color: #333333;
	background-image: url(../public_html/bg.png);
}
body,td,th {
	color: #808080;
}
a:hover {
	color: #B3D9D7;
}
a:link {
	color: #808080;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	text-align: justify;
	display: inline;
	background-color: #666666;
	font-size: 0.8em;
	font-weight: lighter;
	line-height: 1.2em;
	color: #808080;
}

#container {
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
	overflow: visible;
	height: 500px;
	top: 50px;
}
#head {
	display: inline;
	float: left;
	height: 86px;
	width: 1000px;
	position: relative;
	background-color: #544C46;
}
#logo {
	display: inline;
	float: left;
	position: relative;
	left: 35px;
	top: 31px;
}
#info {
	display: inline;
	float: right;
	position: relative;
	text-align: right;
	right: 35px;
	top: 31px;
	color: #E6E6E6;
	font-size: 0.95em;
}
#main {
	display: inline;
	float: left;
	position: relative;
	width: 1000px;
	background-repeat: repeat-x;
	background-color: #666666;
	background-position: bottom;
	overflow: visible;
	padding-bottom: 100px;
	height: 1030px;
}
#navigationwrap {
	display: inline;
	position: relative;
	width: 1000px;
	height: 37.2px;
	font-size: 0.95em;
	color: #B3D9D7;
	float: left;
	overflow: hidden;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
}
#blog {
	display: inline;
	position: relative;
	background-repeat: no-repeat;
	width: 67px;
	height: 21px;
	float: left;
	top: 8px;
	left: 35px;
}
#navigation {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 14px;
	width: 376px;
	display: inline;
	overflow: hidden;
	float: right;
	top: 12px;
	}
	
#navigation li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navigation a {
	float: left;
	padding: 37.2px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:14px; /* for IE5/Win */
	}
	
#navigation a:hover {
	background-position: 0 -16px;
	}

#navigation a:active, #nav a.selected {
	background-position: 0 -16px;
	}
	
#portfolio a  {
	width: 110px;
	background-image: url(images/navp.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#services a  {
	width: 90px;
	background-image: url(images/navs.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#photo a  {
	width: 77px;
	background-image: url(images/navph.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#about a  {
	width: 64px;
	background-image: url(images/nava.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#flash {
	display: inline;
	float: left;
	height: 1000px;
	width: 900px;
	position: relative;
	left: 55px;
	right: 45px;
	top: 20px;
}

