
body {
    margin: 0px 0px 0px 0px;
    text-align: center;
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	color: #000;
	background-color: #333;
	font-size: 12px;
	line-height: 17px;
}

/* links */
a {
	text-decoration: none;
	font-weight: bold;
	color: #cc3300;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #992d27;
	text-decoration: none;
	}


/* borrowed from Jon Hicks  */
/* appears to affect IE only */
/* good for accessibility */
/* resizable font values for IE */
* html body {
	font: 76%/1.6em verdana, helvetica, sans-serif;
}

/* layout stuff */

#container {
 margin: 0px auto;
 text-align: left;
 width: 650px;		 
}

/* padding-left: 1px; taken out because I don't know what it does */
#top {
  height: 97px;
  width: 650px;
}


/* here's the one pixel border around the content. Previously eee */
#main {
	width: 648px;
	background-color: #fff;	
}

/* border: 1px solid #ccc; */

#leftcol {
  float: left;
  width: 590px;
  margin: 10px 30px 20px 30px;
  text-align: left;
}

#rightcol {
  float: right;
  width: 300px;
	padding: 0 30px 0 0;
}

#footer {
  	width: 800px;
	height:30px;
    text-align: left;
	vertical-align: middle;
	background-image: url(images/footer.png);
 	background-repeat: no-repeat;
	padding: 3px 5px;
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 20px;

}


/* font stuff */

h1 {
  	font-weight: normal;
  	font-size: 24px;
  	line-height: 24px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;}

h2 {
  	font-weight: normal;
	font-size: 16px;
	line-height: 10px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;}

h3 {
	padding: 10px 0 0 0;
	line-height: 0px;
	font-size: 15px;
  	font-weight: bold;
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;}

/* special clear function */
.clear {
   clear: both;
   height: 1px;
   overflow: hidden;
   margin-bottom: -1px;
}

img {
	border: 0px;
}

/* special display properties for portfolio page */
img.left { 
 	float: left;
 	margin: 4px 20px 40px 0px;
}

#portcol {
  float: left;
  width: 698px;
  margin: 10px 30px 30px 30px;
  text-align: left;
}

.portbar { 
	border-top: 1px solid #e0e0e0
}




#nav {
     text-align: right;
     float: right;
     margin-left: 30px;
     margin-bottom: 10px;
     font-size: 11px;
     white-spacing: nowrap;
 }



#uketitle{
	font-weight: normal;
  	font-size: 24px;
  	line-height: 24px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  	
}