/* TriPixel Studios Portfolio - Stylesheet */

body {
	text-align: center;
	background: #e1e1e1;
}

#body {
	text-align: left;
	border: 1px solid black;
	background: #fff;
	width: 750px;
	height: 100%;
}
#hdimg {
	border: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: url(images/portfolioh_2.gif) no-repeat right;
}
#content { 
	text-align: center;
}
#content p {
	text-align: left;
	font-size: 10px;
	font-family: Helvetica;
	padding: 5px;
}
#content img {
	border: none;
}
#navigate {
	text-align: center;
	margin: 5px;
}
#navigate a {
	border: 1px dashed black;
	background: #e1e1e1;
	color: #1e1e1e;
	font-size: 10px;
	text-decoration: none;
	font-family: Helvetica;
	padding: 3px;	
	margin: 3px;
	vertical-align: middle;
	width: 15%;
}
#navigate a:hover {
	border: 1px solid black;
	background: #c6DAf0;
	color: #1e1e1e;
	font-size: 10px;
	text-decoration: none;
	font-family: Helvetica;
	padding: 3px;	
	margin: 3px;	
	vertical-align: middle;
	width: 15%;
}
#copyright {
	border: none;
	border-top: 1px solid black;
	background: #c6DAf0;
	color: #000;
	font-size: 10px;
	font-family: Helvetica;
	text-align: center;
}
#notices {
	text-align: center;
	font-size: 10px;
	font-family: Helvetica;
	color: black;
	font-weight: normal;
	background: transparent;
	padding: 5px;
}
#notices a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	background: transparent;
}
#notices a:hover {
	text-decoration: underline overline;
	color: #0c0d6f;
	background: transparent;
}
.Show {
	width: 100%;
	border: none;
	border-bottom: 1px dotted black;
	text-align: left;
	padding: 5px;
}
.PortfolioExp {
	width: 50%;
	border: none;
	font-family: Helvetica, sans;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;	
}
.PortfolioView {
	width: 50%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans;
	font-size: 10px;
}
.PortfolioImg {
	width: 120px;
	height: 70px;
	border: 1px solid black;
	padding: 2px;
}
.PortfolioView a {
	background: transparent;
	color: #1e1e1e;
	text-decoration: none;
}
.PortfolioView a:hover {
	background: transparent;
	color: #1e1e1e;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
