body {
	background-color: #000;
	margin: 0px;
	background-image: url(/images/background-repeater-home.jpg);
	background-repeat: repeat-x;
}
#PortfolioBody {
	background-color: #000;
	margin: 0px;
	background-image: url(/images/background-repeater-portfol.jpg);
	background-repeat: repeat-x;
}
#Logo {
	background-image:url(../images/logo.jpg);
	height: 89px;
	background-repeat: no-repeat;
}
#Webpage {
	padding-bottom: 10px;
}
#Mainpage {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
	width: 960px;
	position: relative;



	
}
#Mainpage #TextBox {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 200px;
	text-align: justify;
	margin-right: 200px;
}
#Mainpage #TextBox a {
	color: white;
}
#Nav {
	background-color: #676767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	color: #e3e3e3;
}
#Nav a {
	color: #e3e3e3;
	text-decoration: none;
}
#Nav a:hover {
	text-decoration: underline;
}
#Footer {
	background-color: #676767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	color: #e3e3e3;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Footer a {
	color: white;
	text-decoration: none;	
}
#Footer a:hover {
	text-decoration: underline;	
}
#MainpageHeader {
	margin-left: 10px;
}
#Mainpage #Left {
	width: 425px;
	padding-left: 10px;
	float: left;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
#Mainpage #Right {
	width: 495px;
	float: right;
	padding-top: 10px;
}
.PortfolioContainer {
	width: 150px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	border: solid 1px white;
	padding-bottom: 5px;
}
.PortfolioContainerInner{
	width:150px;
	height:200px;
	background-position: center top;
	overflow: hidden;
	margin-bottom: 5px;
}
.PortfolioContainerInner img{
	border: 0;
	max-width: 150px;
}
.clear {
	clear: both;
}
#PortfolioRight {
	float: left;
	margin: 10px 10px 0 20px;
}
#PortfolioRight img{
	max-height: 480px;
}
#PortfolioLeft {
	width: 175px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#FilmStrip{
	width: 120px;
	padding: 0;
	height: 480px;
	overflow: auto;
}
.ImageHolder {
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #000;
	overflow: hidden;
}
.ImageHolder img {
	border: 0;
	width:75px;
}
#PortfolioViewerImageTitle {
	margin-left: 20px;
	width: 130px;
	float: right;
	border: solid 1px red;
}
.ImportantText{
	color: red;
}


#Webpage #Mainpage #ThumbnailBox {
	position: absolute;
	right: 0;
	top: 70px;
	font-size: 11px;
	text-align: center;
}
#Webpage #Mainpage #ThumbnailBox img {
	border: solid 1px #333;
}
#Webpage #Mainpage #ThumbnailBox a {
	color: #333;
	text-decoration: none;
}
#Webpage #Mainpage #ThumbnailBox a:hover {
	text-decoration: underline;
}
#Webpage #Mainpage #ThumbnailBox div {
	margin-bottom: 10px;
}