body
{
	font-size: 12px;
	background-color: #c6e2ee;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	color: #000;
	background-image: url("images/websiteBg.png");
}
.allContent
{
	width: 730px;
	margin: auto auto;
	border-left: 3px #dad9d6 solid;
	border-right: 3px #dad9d6 solid;
	background-color: #fdfcf9;
}
.headerContainer
{
	background-color: #234d74;
	border-bottom: 1px #1c456b solid;
	font-size: 12px;
	overflow: hidden;
}
.projectContainer
{
	background-color: #fbfaf7;
	border-top: 1px #1c456b solid;
	border-bottom: 1px #1c456b solid;
	border-left: 55px solid #234d74;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}
.footer
{
	margin-top: 5px;
	padding: 3px;
	text-align: center;
	color: #666;
}
h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.project
{
	padding: 3px;
	margin-bottom: 3px;
}
.projectSep
{
	background-color: #ddd;
	font-size: 1px;
	margin-top: 6px;
	margin-bottom: 3px;
	height: 2px;
}
.projectContainer a
{
	color: #265d91;
	text-decoration: none;
}
.projectContainer a:hover
{

}
a.external
{
	color: #265d91;
	text-decoration: none;
	background: no-repeat url("images/linkGo.gif");
	background-position: 100% 0;
	padding-right: 12px;
}
a.external:hover
{
	background: no-repeat url("images/linkGoHover.gif");
	background-position: 100% 0;
	text-decoration: underline;
}
.project a
{
	color: #265d91;
	text-decoration: none;
}
.project a:hover
{
	text-decoration: underline;
}
.projectImage
{
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}
.projectLanguages
{
	color: #666;
}
h2
{
	display: none;
}
.ssDesc
{
	color: #222;
}