/* CSS Document */





html
{
height: 98%;
overflow:auto;

}

body
{
height: 98%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #990000;

}

body,html{
  margin-top:2px;
  margin-bottom:4px;
  margin-left:0px;
  margin-right:0px;
 background-image:url(img/background.jpg);


}

#pagewrapper
{
position: relative;
min-height: 95%;
}


html{  
	scrollbar-arrow-color:#cc0000; 
	scrollbar-track-color:#04019A; 
	scrollbar-face-color:#D9D6F3; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#CCCCCC; 
	scrollbar-darkshadow-color:#003399; 
	scrollbar-shadow-color:#6061BE; 

}


img{
border:none;
}


A:link {text-decoration: underline ; color:#0000CC;} 
A:visited {text-decoration: underline ; color:#0000CC;}
A:active {text-decoration: underline; color:#00aa00;}
A:hover {text-decoration: underline; color:#33FF00;}

A:link IMG { border: 2px solid #0000CC; }
A:visited IMG { border: 2px solid #CC0000 }
A:active IMG { border: 2px solid lime }
A:hover IMG { border: 2px solid lime }

A:link IMG.navbutton{ border: none; }
A:visited IMG.navbutton{ border: none; }
A:active IMG.navbutton{ border: none; }
A:hover IMG.navbutton{ border: none; }

A.copy:link {text-decoration: underline; color:#000099;} 
A.copy:visited {text-decoration: underline; color:#000099;}
A.copy:active {text-decoration: underline; color:#000099;}
A.copy:hover {text-decoration: underline; color:#CC0000;}





#page_header {
  margin-left:0px;
  height: 180px;
  width:800px;
  overflow:hidden;
 background: url(img/logo.jpg) no-repeat;  

}  


#header_right {
  margin-top:5px;
  padding-top:0px;
  height: 140px;
  float:right;
  width:450px;
  overflow:hidden;
}

#menu_bar {
width:800px;
  text-align:left;
  margin:0px;
  height:32px;
  background-color: transparent;
  padding-left: 15px;
}

.navbutton{
float:left;
margin:0px;
}

#content_wrapper {
  background-color: transparent;
  padding:0px;
  margin-top:70px;
  margin-left:100px;
  margin-right:100px;
  border: none;
  margin-bottom:5px;

}

p.center {
text-align:center
}

img.portfolio {
margin:20px
}

A:link IMG.validate{ border: none; }
A:visited IMG.validate{ border: none; }
A:active IMG.validate{ border: none; }
A:hover IMG.validate{ border: none; }


#copyright {/*this is a box where the copyright will be placed*/
  position:relative;
  color : #cc0000;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align:center;
  }
