* {
	outline-style: none;
}

body {
 margin: 0; padding: 0;
 color: #fff;
 font: 90% Arial, Helvetica, sans-serif;
 background: #000;
 text-align:  center;
}

#wrapper {
 position: relative;
 width: 616px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

#header {
   height: 179px;
}

#firstpage {
   position: absolute;
   top: 500px; left: 0;
   font-weight: bold;
}

#contact {
   position: absolute;
   top: 415px; left: 130px;
}

#portfolio {
   position: absolute;
   top: 400px; left: 41px;
}

#blowup {
   position: absolute;
   top: 200px; left: 0;
   background: #fff;
   width: 100%;
   padding-top: 4px;
   padding-bottom: 4px;
}

table.whitebkg {
   background: #fff;
}

td.blacktd {
	background-color: black;
}

td.blacktxt {
   color: #000;
}

td.padtop10 {
   padding-top: 10px;
}

td.padleft41 {
  padding-left: 41px; 
}

td.padleft15 {
  padding-left: 15px; 
  padding-right: 20px;
}

a:link {
color: #86827a;
font-weight:bold;
}

a:visited, a:active {
color: #86827a;
font-weight:bold;
}

a:hover {
color: #ff0000;
font-weight:bold;
}

.center {
   text-align: center;
}

.keyline {
   border: 1px solid #000;
}

table.margintop10{
   margin-top: 10px;
}

.right {
   float: right;
   color: #000;
   font-size: .8em;
   font-weight: normal;
   margin-right: 5px;
}

img {
	border-style: none;	
}

