*{
margin: 0;
padding: 0;
}

body {
	background-color: #88B851;
	background-image: url(assets/background.jpg);
	background-repeat: repeat-x;
	line-height: 160%;
	font-family: "Trebuchet MS", Verdana;
	font-size: medium;
}



td {
	font-family: Arial, Helvetica, sans-serif;
}
#navigationcontainer ul
{
	padding: 0;
	margin: 0;
	width: auto;
	float: right;
	clear: none;
}
#navigationcontainer ul li {
	display: inline;
}
#navigationcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-image: url(images/nav/solidgray.gif);
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #97C263;
}
#navigationcontainer ul li .borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 97C263;
	border-left-color: 97C263;
}
#navigationcontainer ul li a:hover
{
background-image: url(assets/navbg.jpg);
background-repeat: no-repeat;
background-position: center center;
color: #FFFFFF;
text-decoration: none;
}


#header {
	background-repeat: no-repeat;
	height: 100px;
	width: 50%;
	float: left;
	padding-top: 10px;
	margin-top: 10px;
	background-position: center center;
}

#sidebar {
	float: right;
	background-image: url(assets/sidebar-bg.png);
	background-repeat: repeat-x;
	font-size: small;
	height: auto;
	width: 195px;
	border: 1px solid #CCCCCC;
	padding: 15px;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 20px;
}
.sidebarbodycopy {
	font-size: small;
	font-weight: normal;
}

#sidebar a:link {
	color: #000000;
}

#logo {
	background-image: url(assets/logo.png);
	background-repeat: no-repeat;
	height: 205px;
	width: 212px;
	float: left;
}
#sidebar-head {
	background-image: url(assets/sidebar_head.png);
	background-repeat: no-repeat;
	height: 40px;
}
#maincontent {
	clear: left;
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	padding-right: 300px;
}
#maincontent-objective {
	clear: left;
	background-image: url(assets/content-objective.png);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	padding-left: 300px;
	padding-top: 15px;
}
#maincontent-experience {
	clear: left;
	background-image: url(assets/content-experiene.png);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	padding-left: 300px;
	padding-top: 15px;
}
#maincontent-about {
	clear: left;
	background-image: url(assets/content-about.png);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 300px;
}
#maincontent-education {
	clear: left;
	background-image: url(assets/content-education.png);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 300px;
}
#maincontent-experience ul {
	list-style-type: square;
	margin-left: 50px;
}
#maincontent-home {

	clear: left;
	background-image: url(assets/content-welcome.png);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	padding-left: 300px;
	padding-top: 15px;
}
#maincontent-portfolio {
	clear: left;
	background-image: url(assets/content-portfolio.png);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 300px;
	width: 100%;
}
#maincontent-portfolio a {
	font-weight: bold;
	color: #87B64F;
	text-decoration: none;
}

#maincontent-moreinfo {

	clear: left;
	background-image: url(assets/content-whatelse.png);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 300px;
}
#portfolio-pch {
	background-image: url(assets/portfolio_pch.png);
	height: 111px;
	background-repeat: no-repeat;
	padding-left: 250px;
}

#maincontent a {

	clear: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#portfolio-blingo {
	background-image: url(assets/portfolio_blingo.png);
	height: 111px;
	background-repeat: no-repeat;
	padding-left: 250px;
}
#portfolio-sbp {


	background-image: url(assets/portfolio_sbp.png);
	height: 111px;
	background-repeat: no-repeat;
	padding-left: 250px;
}
#portfolio-northportlax {



	background-image: url(assets/portfolio_northportlax.png);
	height: 111px;
	background-repeat: no-repeat;
	padding-left: 250px;
}
.portfolio-roles {
	font-size: x-small;
}
#maincontent-portfolio a:hover {

	font-weight: bold;
	color: #87B64F;
	text-decoration: underline;
}
