/* @override http://127.0.0.1:8888/css/main.css */

body {
	background-color: #000;
	margin: 0;
	padding: 0;
}

#container {
	width: 1125px;	
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: relative;
	text-align: left;
}

/* @group Menu Nav */

#MenuNav {
	text-align: left;
	padding-bottom: 0;
	float: right;
	position: relative;
	right: 163px;
	padding-top: 10px;
	z-index: 1;
}
#MenuNav a {
	text-decoration: none;
	border-width: 0;
}

#MenuNav UL {
	list-style-type: none;
}

#MenuNav UL a {
	display: inline-block;
}

#MenuNav UL img {
	text-decoration: none;
	border-width: 0;
}

#MenuNav LI {
	list-style-position: outside;
	color: black;
	line-height: 1.5em;
	list-style-type: none;
	float: left;
}

/* @end */

/*bigPhoto used in Home Page */
#bigPhoto {
	text-align: center;
	top: 35px;
	position: relative;
}

/* @group Table of Contents */

#TableOfContents {
	text-align: right;
	float: left;
	width: 926px;	
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0;
	padding: 35px 0 0;
}
#TableOfContents a {
	text-decoration: none;
	border-width: 0;
}

#TableOfContents UL {
	list-style-type: none;
	position: relative;
}

#Title_toc{
	padding-bottom: 40px;
}

#TableOfContents UL a {
	display: inline-block;
}

#TableOfContents LI {
	list-style-position: outside;
	color: black;
	line-height: 1.5em;
	list-style-type: none;
	float: left;
	padding-left: 20px;
	padding-bottom: 40px;
}

#TableOfContents_photo LI img{
	text-decoration: none;
	border: 2px solid #FFF;
	padding: 1px;
	background-color: #000;
}

#TableOfContents_words LI img{
	padding-left: 5px;
	border-style: none;
}

/* @end */

/* @group Portfolio */

#portfolio {
	text-align: right;
	top: 35px;
	float: left;
	width: 1000px;	
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: relative;
}
#portfolio a {
	text-decoration: none;
	border-width: 0;
}

#portfolio UL {
	list-style-type: none;
}

#Title_portfolio{
	padding-bottom: 40px;
	padding-right: 50px;
}

#portfolio UL a {
	display: inline-block;
}

#portfolio LI {
	list-style-position: outside;
	color: black;
	line-height: 1.5em;
	list-style-type: none;
	float: left;
	padding-left: 25px;
	padding-bottom: 20px;
}

#portfolio LI img{
	text-decoration: none;
	border: 2px solid #FFF;
	padding: 1px;
	background-color: #000;
}

#portfolio_horiz li{
	padding-left: 10px;
}

#middlePhoto img{
	margin-top: 25px;
}

/* @end */

/* @group Footnote */

#footnote {
	width: 100%;
	height: 110px;
	text-align: center;
	font: italic 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	position: relative;
	top: 35px;
}

#footnote a {
	color: #999;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-decoration: none;
}

#footnote a:hover{
	text-decoration: underline;
}


/* @end */

/* @group ContactText */

#contacttext {
	width: 100%;
	text-align: center;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	position: relative;
	top: 35px;
}

/* @end */

/* @group AboutText */

#abouttext {
	width: 100%;
	text-align: left;
	left: 150px;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	position: relative;
	top: 35px;
}

/* @end */

