#pagecontainer
{
	margin: auto;
	width: 690px;
}

#headersection
{
	float: left;
	width: 100%;
	text-align: center;
}

#headerleft
{
	width: 50%;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	float: left;
}

#headerright
{
	width: 50%;
	text-align: right;
	color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	margin-top: 20px;
}

#linkssection
{
	width: 100%;
	height: 38px;
	float: left;
}

.menulink
{
	float: left;
	background-image: url('images/linkarrow.jpg');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 120px;
	height: 38px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.menulink:hover
{
	text-decoration: underline;
}

#bannersection
{
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-image: url('images/banner.jpg');
}

#bodysection
{
}

#bodylinks
{
	width: 220px;
	float: left;
}

#bodylinksleft
{
	width: 15px;
	float: left;
	background-image: url('images/leftstripe.jpg');
	background-repeat: no-repeat;
}

#bodylinkscenter
{
	width: 179px;
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #0075FF;
}

.bodylinkshref
{
	background-color: #0075FF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	display: block;
	width: 179px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('images/menuarrow.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.bodylinkshref:hover
{
	background-color: #0000FF;
	background-image: url('images/menulinkhover.jpg');
	text-decoration: underline;
}

#bodylinksright
{
	width: 22px;
	float: left;
	background-image: url('images/rightstripe.jpg');
	background-repeat: no-repeat;
}

#bodycontent
{
	width: 450px;
	float: left;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#footersection
{
	margin: auto;
}

#footerstripe
{
	width: 100%;
	float: right;
	background-image: url('images/footergradient.jpg');
	background-position: right;
}

#footerlinks
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	background-color: #888888;
	text-align: center;
}

.footerlinkhref
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.portfolio-link
{
    float: left;
    width: 130px;
}

.portfolio-link a img
{
    border: 1px #000000 solid;
}

.portfolio-text
{
    float: left;
    width: 320px;
}

.portfolio-entry
{
    background-color: #FFFFFF;
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.portfolio-entry:hover
{
    background-color: #EEEEFF;
}
