/* CSS Document */

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	margin:0;
    padding:0;
    line-height: 1.5em;
	font-size:11px;
	
	}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

#maincontainer{
width: 990px; 
margin: 0 auto; 

}
#header{
height: 143px; 
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 316px; /*Set right margin to RightColumnWidth*/
border-right: #CCCCCC solid 1px;
}

#rightcolumn{
float: left;
width: 316px; /*Width of right column*/
margin-left: -316px; /*Set left margin to -(RightColumnWidth) */

}

#footer{
clear: left;
width: 100%;
background: #B4C6DB;
color: #000;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#prtfoliocontainer{

width:398px;
border:#CCCCCC solid 1px;
background-color:#EAEAFF;
}

.portfolio-left{
float:left;
width:150px;
text-align:center;
margin-left:20px;
}
.portfolio-left img{
padding:3px;

}
.portfolio-right{

width:150px;
margin-left:200px;
text-align:center;
}
.portfolio-right img{
padding:3px;

}
