* {
	padding: 0; 
	margin:0;
}

img { border:0; }

blockquote {
	border: #FFFFFF 1px dotted;
	background: #2E2E2E;
	padding: 10px;
	width: 548px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

pre {
	border: #FFFFFF 1px dotted;
	background: #2E2E2E;
	padding: 10px;
	width: 548px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h1 {	color: #FF3300; }
h2 {	color: #000000; }
h3 {	color: #FFFFFF; }

p {	margin-bottom: 10px; }

a, a:visited {
	color: #D0D0D0;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
	}

body {
	background: #272727 url("bkg_tile.png") repeat;
	min-height: 100%;
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}

#wrap {
	width:  100%;
	height: 100%;
	text-align:center;
	margin: 0 auto;
	}

#content-wrap {
	width:  780px;	
	height: 100%;
	text-align:left;
	margin: 0 auto;
	}

#header1 {
	width:  790px;
	height: 100px;
	background: #2E2E2E url("bkg_header.png") no-repeat;
	}

#header2 {
	width:  770px;
	height: 20px;
	background: #2E2E2E url("bkg_tile3.png") repeat;
	padding: 10px;
	text-align: center;
	margin:0 auto;
	}

#main-wrap {
	position:relative;
	text-align: left;
	color: #FFFFFF;
	background: #2E2E2E url("bkg_tile3.png") repeat;
	height:100%;
	}

#leftcol {
	float:left;
	position:relative;
	width: 200px;
	color: #868686;
	}

#main {
	background: #2E2E2E url("bkg_tile2.png") repeat;
	color: #FFFFFF;
	position:relative;
	width: 570px;
	float:right;
	padding:10px;
	top:0;
	left: 10px;
	}

#footer {
	width: 770px;
	height: 20px;
	background: #2E2E2E url("bkg_tile3.png") repeat;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	clear:both;
	}

.navlink {
	width: 98px;
	margin: 0 auto;
	height:20px;
	margin-right: 10px;
	text-align: center;
	border-bottom: 5px solid #000;
	padding-top: 5px;
	}

#navcontainer {
	overflow: hidden;
	text-align: center;
	width:790px;
	}

#navcontainer UL {
	width: 790px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:inline;
	clear: both;
	}

#navcontainer LI {
	width: 98px;
	margin:0px;
	list-style-type:none;
	overflow:hidden;
	text-align: center;
	display:inline;
	}

#navcontainer LI A {
	width: 98px;
	display: inline;
	padding:5px;
	overflow:hidden;
	text-align: center;
	border-bottom: 5px solid #000;
	}

#navcontainer LI A:hover {
	width: 98px;
	display: inline;
	overflow:hidden;
	text-align: center;
	padding:5px;
	background-color:#2e2e2e;
	border-bottom: 5px solid #A0A0A0;
	}


#nav {
	width: 185px;
	margin: 0;
	overflow:hidden;
	float:left;
	border-left: 5px solid #000;
	background-color:#292929;
	}

#nav UL {
	width: 185px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

#nav LI {
	width: 185px;
	margin: 0px;
	list-style-type: none;
	overflow:hidden;
	text-align: left;
	}	

#nav LI A {
	width: 185px;
	display: block;
	padding:5px;
	text-decoration: none;
	overflow:hidden;
	text-align: left;
	background-color:#292929;
	border-bottom: 1px dotted #000;
	color: #D0D0D0;
	}

#nav LI A:hover {
	width: 185px;
	text-decoration: none;
	display: block;
	overflow:hidden;
	text-align: left;
	padding:5px;
	background-color:#2e2e2e;
	border-bottom: 1px solid #000;
	color: #FF3300;
	}

#link1 { background: #E41C1C; }
#link2 { background: #1C21E4; }
#link3 { background: #E4421C; }
#link4 { background: #1C84E4; }
#link5 { background: #1CE41C; }
#link6 { background: #F5F5F5; }
#link7 { background: #2E2E2E; }

.portfolio_image { 
  float:left;
  height:110px;
  }

.portfolio_description {
  padding-left:110px;
  position:relative;
  height:110px;
  }
  
.spacer {
  clear:both;
  height:10px;
  }