/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 5px 20px 0px 20px;
  margin: 0px;
  font-size: .7em;
}


h1
{ font-family: arial, sans-serif;
  font-size: 150%;
  letter-spacing: .1em;
  color:#0066ff;
  font-size: 1.2em;
}

#h2
{ font-family: arial, sans-serif;
  font-size: 90%;
 font-weight: none;
  color:#ffffff;
  
}

#h2 a:hover
{

color:#ff0033;

}

h3
{align:right;
font color:#CC0033;
font-family: verdana, arial, sans-serif;
font-weight: bold;

}

h4{
 font-family: arial, sans-serif;
  font-size: 130%;
 font-weight: none;
  color:#ffffff;
  width: 165px;
  margin-bottom:10px;
  border-bottom: 0px solid;
  


}

#scroll
{
width:560px;
height:350px;
align: right;
overflow:hidden;
}

/* margin lefts / margin rights - to centre content */
#main,  #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 980px;
	 
		}

/* links above the logo / footer */
#links
{ width: 980px;
  height: 30px;
  font-size: 180%;
  text-transform: uppercase;
  padding: 10px 0px px 0px;
  text-align: center;
  
}


 a 
{
 color:#ff0033;
 text-decoration: none;
 
 
 }
 a:hover
 {
 color:#ffffff;
 text-decoration: none;
 
 }





#footer
{ 
width: 980px;
  height: 20px;
  font-size: 110%;
  text-transform: uppercase;
  padding: 10px 0px 0px 0px;
text-align: center; 
}

#image
{ margin: 0px 0px 0px 10px;

  }

#links a, #footer a, #links a:hover, #footer a:hover{text-decoration: none;}

/* logo */
#logo
{ width: 960px;
  height: 450px;
 
}


/* main content */
#content
{ width: 960px;
  font-size: 120%;
  overflow: hidden;
   margin-top: 5px;
} 


#menu{

  float: left;
  padding: 0px 0px 0px 0px;
  font-size:120%;
  font-weight: normal;
  line-height:1.8em;
  width:165px;
list-style-type:none;
align:left;



}
/* side menu */
#side_menu
{ text-align: left;
  width: 140px;
  float: right;
  padding: 0px 0px 0px 0px;
  font-size:90%;
  
}

#side_menu_h2
{ font-family: arial, sans-serif;
  font-size:100%;
  line-height: 1.7em;
  
}



/* column 2 - content */
#column2
{ 
  padding: 0px 10px 0px -30px;
}

#column2 h1
{ font-family: arial, sans-serif;
  padding: 0px 20px 0px -30px; 
  margin: 0px 0px 0px -30px; 
  border-bottom: 0px solid;
  font-size: 180%;
  text-transform: uppercase;
  font-weight: normal;
}


#column2 a, #column2 a:hover
{ padding: 0px 0px 2px -30px;
  text-decoration: none;
  
}

#column2 a:hover{border-bottom: 0px solid;}