/************ layout *************/

body {
  min-width: 800px;
	background: #FFFFFF url(images/bigbackground.gif) repeat-y top left;
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
#container {
position: absolute;
top:0; left:0;
width: 800;
height: 625;
background: url(images/gradient_background.jpg);
background-repeat: no-repeat;
}
#container .column {
  position: relative;
  float: left;
}

#left {
  width: 525px;          /* LC width */
  left: 0px;          /* LC width */
  margin-top: 30px;
	margin-left: 17px;
	margin-right: 15px;
}
#right {
  width: 200px;          /* RC width */
	height: 575;
  margin-right: 0px;  /* RC width */
	margin-top: 30px;
}
#footer {
	position: relative;
  float: left;
	width: 800px;          /* RC width */
	height: 50;
	background: url(images/bottom_bar.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #919191;
	padding: 10px 10px;
}
/*** IE6 Fix ***/
* html #left {
  left: 0px;           /* RC width */
}

div.portfoliobox {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	margin-top: 40px;
	margin-left: 5px;
	color: #FFFFFF;
	}
div.portfolioitem {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	margin: 5 6 0 0px;
	color: #FFFFFF;
	float: left;
	}
	div.photoportfolioitem {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	margin: 10 6 3 0px;
	border-style: solid;
	border-color: white;
	border-width: 4px;
	color: #FFFFFF;
	float: left;
	}
	div.rightlink {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	margin: 10 23 10 10px;
	float: right;
	}
div.twentyspace {
  margin-top: 20;
	margin-bottom: 20;
	float: center;
	}
/************ typography and links *************/

h1 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

h2 {
	font-size: 20px;
	margin-top: 10px;
	letter-spacing: -1px;
}

a:link, a:visited, a:active, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color:#FFFFFF;
}

p {
	margin-top: 0px;
	margin-bottom: 6px;
}

img {
	border: 0px;
}


/************ menu *************/

#underlinemenu{
position: relative;
float: left;
margin-bottom: 20;
padding: 0;
width: 100%;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 0px solid #DFDFDF;
border-width: 0px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}
#underlinemenu ul #current a{
color: white;
background-color: #75D1F7;
border-bottom: 4px solid black;
padding-bottom: 0;
} 
#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: black; /*url(media/menudivide.gif) top right repeat-y;*/
}

#underlinemenu ul li a:hover{
color: white;
background-color: #75D1F7;
border-bottom: 4px solid black;
padding-bottom: 0;
}
