/* General */
body {
	background-color: #009999;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #009999;
	margin: 0 25px 5px 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #99CCCC;
}

p {
	font-size: 13px;
	color: #666666;
	margin: 0 0 10px 0;
}

a {
	color: #009999;
}

a img {
	border: none;
}

a:visited {
	color: #009999;
}

a:hover, a:active {
	color: #99CCCC;
}

#container {
	width: 760px;
	margin: 5% auto;
	background: #FFFFFF url(../images/bg.gif) repeat-y;
}

/* Logo panel*/
#header {	
}

.fade {
	width: 181px;
	height: 90px;
	padding: 0;
	margin: 0;
}

.logo {
	width: 579px;
	height: 90px;
	padding: 0;
	margin: 0;
}

/* Nav bar */
#navbox {
	position: relative;
	width: 474px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-image:  url(../images/panel.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
#nav {
	position: absolute;
	top: 0;
	left: 286px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 474px;
	}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
#nav a:hover {
	background-position: 0 -30px;
	}

#home a  {
	width: 77px;
	background:   url(../images/home.gif) no-repeat left top;
	}
#print a  {
	width: 79px;
	background:url(../images/print.gif) top left no-repeat;
	}
#web a  {
	width: 63px;
	background:   url(../images/web.gif) top left no-repeat;
	}
#identity a  {
	width: 106px;
	background:   url(../images/id.gif) top left no-repeat;
	}
#case a  {
	width: 149px;
	background:   url(../images/case.gif) top left no-repeat;
	}
	
/* Content Structure */
#picture {
	float: left;
	margin: 0;
	padding: 0;
	width: 490px;
}

#rpanel {
	padding: 0;
	margin: 0 0 0 490px;
}	

#text {
	padding: 0;
	margin: 0;
	width: 245px;
	min-height: 160px;	
}



/* Portfolio Nav */	
#navlist {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#navlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#navlist ul li{
	display: inline;
}
#navlist a {
	float: left;
	padding: 7px;
	color: #FFFFFF;
	background-color: #007B90;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	margin: 20px 0 15px 0;

}

#navlist a:hover, #navlist a:active {
	background-color: #99CCCC;
}

#navlist #down a {
	background-color: #99CCCC;
}
/* Email panel */	
#email {
	padding: 0;
	margin: 0;
	background-image:  url(../images/email-bg.jpg);
	background-repeat: repeat-y;
	clear: both;
	text-align: right;

}
#email a, #email a:active, #email a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 40px 0 0;
	padding: 0;
	line-height: 185%;
	vertical-align: middle;
}
#email a:hover {
	color: #FFCC66;
	text-decoration: none;
}
.bottom {
	width: 760px;
	height: 26px;
}

