
/****************** General Layout ******************/ 
* {
 margin: 0;
 padding: 0;
 border: 0;
}

body {
background: url(images/pattern3.gif);
padding: 0;
margin: 0;
text-align: center;
}

html, body{
height: 100%;
}

/*************************************************/

/*********** DIV layouts **************************/

#wrap {
background:#ffffff;
position: relative;
color:#404040;
margin: 0 auto;
padding: 0;
width:800px;
border-left: #808080 1px solid;
border-right: #808080 1px solid;
min-height: 100%;
}

#header { 
position: relative;
margin: 0 auto;
padding: 0;
height: 150px;
width: 800px;
background:url(images/title.jpg); 
border-bottom: black 4px outset;
text-align: right;
vertical-align: bottom;
}

#title {

position: relative;
top: 110px;
margin: 0;
padding: 0;
}

#menu{
position: relative;
clear: right;
float: right;
text-align: center;
vertical-align: top;
width: 149px;
padding: 10px 0px 10px 0px;
margin-top: 15px;
}

#content{
position: relative;
clear: left;
float: left;
text-align: left;
vertical-align: top;
width: 700px;
padding: 10px 4px 10px 6px;
margin-top: 15px;
}

/**********************************************************/

/********* Fonts ******************************************/

h1 {font-family: arial, helvetica;
 display: block;
 background: #ffffff;
 font-size: 24px;
 color: #ff00ff;
 letter-spacing: 8px;
 filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity:.7;
 }
 
 h2
{font-family: arial, helvetica;
 font-size: 14pt;
 color: #080808;
 letter-spacing: 8px;
 letter-spacing: -.5pt;
 text-transform: lowercase;
 }
 
 p{
 
 font-family: arial, helvetica;
 font-size: 9pt;
 color: 8080ff;

 }
 
 #menu li {
 list-style-type: none;
 font-family: arial, helvetica;
 font-weight: bold;
 font-size: 10pt;
 color: 8080ff;
 letter-spacing: 1pt;
 text-transform: lowercase;
 }
 
 #menu a, #menu a:visited {
  font-family:arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
  letter-spacing: 1pt;
  text-decoration:none; 
  }
  
  #menu a:hover {
  
  color: #FF0000;
  
  }
 
 /******************************************************/