body {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFDDAA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 18px "Times New Roman", arial, sans-serif;
	font-weight : normal; 
}

h1{
	text-align:center;
	font-family: "Times New Roman",sans-serif; font-style: italic; 
	color:green;
}	

.portfolio_text{
	font-size: 13px;
	font-weight : bold; 
	color: #393939;
}

#header{
 
	width: 100%;
	height:150px;
	text-align:center;
	background-color:#FFDDAA;
	min-width:575px;
}

.container {
	text-align:left;
	width: 575px;
	margin: 0 auto; 
}


#nav {
	font-size: 15px;
	text-align: center;
	width:100%;
	height: 50px;
	float:left;
	}
	
#nav ul {
	font-size: 15px;
 	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#nav li {
font-size: 15px;
	color:#9cb166;
	list-style-type: none;
	display: inline;
	padding: 10px;
}


a {
	font-weight : bold; 
	text-decoration : none;
	color: #666633;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #666666;
	background: transparent;  
	}

 a:hover {
	color: #FA0000;
	background: transparent;   
	text-decoration : underline;
	}
	
a:active {
	color: #494949;
	background: transparent; 
	font-weight : bold; 
	text-decoration : underline;
	}	

.item {
text-align:left;
width:100%;
height:160px;
}


.leftColumn {
	float: left;
	width:190px;
	text-align:left;
}

.rightColumn {
	text-align:left;
	float: left;
	margin-left: 10px;
	width: 350px;
}


#footer {
	font-size: 10px;
	font-weight : bold; 
	color: #52544f; 
	text-align: center;
	padding:40px;
	clear: both;
}
