body {
margin: 20px;
background-color: #000;
}

div.leftsidebar {
	float: left;
	width: 300px;
	margin-right: 10px;
	}
	
div.nav {
	float: left;
	width: 300px;
	}
	
div.description {
	float: left;
	width: 275px;
	background: #OOO;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	padding-top: 10px;
	}	

div.main {
	float: left;
	width: 500px;
	margin-left: 10px;
	}

div.portfolio {
	float: right;
	width: 500px;
	padding: 20px;
	background: #999;
	}

.description p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFF;
	line-height: 150%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
}

.description a:link {
  color:#FFFFFF;
  text-decoration:underline;
  }

.description a:visited {
  color:#FFFFFF;
  text-decoration:underline;
  }

.description a:hover {
  color:#FF9933;
  text-decoration:underline;
  }

.description a:active {
  color:#FFFFFF;
  text-decoration:underline;
  }
  
.description h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 95%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	font-weight: bold;
} 

.description h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	font-weight: bold;
}

.description h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	font-weight: bold;
}

.nav p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 5px;
	letter-spacing: .1em;
}

.nav a:link {
  color:#FFFFFF;
  text-decoration:underline;
  }

.nav a:visited {
  color:#FFFFFF;
  text-decoration:underline;
  }

.nav a:hover {
  color:#FF9933;
  text-decoration:underline;
  }

.nav a:active {
  color:#FFFFFF;
  text-decoration:underline;
  }

.footer {
	float: left;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 5px;
	letter-spacing: .1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.footer a:link {
  color:#FFFFFF;
  text-decoration:underline;
  }

.footer a:visited {
  color:#FFFFFF;
  text-decoration:underline;
  }

.footer a:hover {
  color:#FF9933;
  text-decoration:underline;
  }

.footer a:active {
  color:#FFFFFF;
  text-decoration:underline;
  }
  
.roundcont {
	float: left;
	width: 500px;
	background: #999999;
}  
  
.roundtop { 
	background: url(../images/tr.gif) no-repeat right top; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat right top; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}  