html, body, div, p {
 margin: 0;
 padding: 0;
}

dl, dt, dd, ol, ul, li {
	outline: 0;
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
}

ul {
  list-style: none;
}

.fl { 
float: left; 
}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #006666;
	padding-top: 60px;
	font-size: 21px;
	padding-left: 20px;
}

p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #006666;
	padding-left: 20px;
	margin-bottom: 10px;
}

/* Body */

/****************/

body {
	background-color: #000000;
	width: 7600px;
 }

#wrapper{
	float:left;
	width: 7600px;
	padding-top: 75px;
}

 /* Menu */

/********/

#menu {
	height: auto;
	float: left;
}

#menu ul a {
	float:left;
	color: #88C8DB;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 0;
	white-space: nowrap;
	padding-right: 2em;
	padding-left: 2em;
	height: 30px;
	text-align: center;
}

#menu ul a:hover{
	color: #E7F3F8;
	text-decoration: none;
}

#menu ul{
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/button.jpg);
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #88C8DB;
	width: 860px;
	background-repeat: repeat-x;
	white-space: nowrap;
}

#menu li{
float: left;	
}

#menu li a:hover{
	color:#E7F3F8;
}

#menu ul .first a {
	background: none;
}



 /* main */

/********/

.myanchor{
	float:left;
}

.myanchor a{
float:left;
}

.mybox{
	position:relative;
	height: 409px;
	width:900px;
	background-image: url(../images/gold_bg.jpg);
}

.mywork{
	position:relative;
	height:409px;
	width:900px;
	background-image: url(../images/blue_bg.jpg);
}

.mywork img.float {
	float: right;
	padding-left: 20px;
}

#work_wrapper{
	width: auto;
	float: left;
}

.black_overlay { display: none; position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); }
.white_content { display: none; position: fixed; right: 10%; left: 10%; width: 80%; padding: 20px; background-color: white; z-index:1002; overflow: auto; }
