/* ------ TEXT ------ */
h1,h2,h3,h4,h5,h6,p {margin:0;padding:0}

p.blocktext {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

p.blockleft {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

p.ind {
text-indent:100px;
}


table
{ 
margin-left: auto;
margin-right: auto;
}

a.specialhover:hover {
  color: black ;
  background-color: #ff0 ;
}


/* ------ IMAGES ------ */
#centerimg img {  
display:block;
margin-left:auto;
margin-right:auto; 
border-style: none;
padding-top: 30px;
}

#centerimg2 img {  
display:block;
margin-left:auto;
margin-right:auto; 
border-style: none;
}

/* ----- HEADER ----- */



#header {
width:610px;
height:110px;
background-color:#000000;
}


/* ----- HEADER RIGHT BOX----- */

#headrbox {
width:190px;
height:110px;
background-color:#E42217;
float:right;
}

#headrboximg img {  
display:block;
margin-left:auto;
margin-right:auto; 
padding-top: 10px;
border-style: none;
}

/* FAUX LAYOUT WRAPPER */


#wrapper{
width:800px;
background:url(red_bk.gif) repeat-y;
overflow:auto;

}


/* ----- NAVIGATION ----- */



#navigation {
width:140px;
min-height:700px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:700px; /* for IE5.x and IE6 */
background-color:#151B8D;
float:left;
}


/* ----- CONTENT ----- */



#content {
margin-left:140px;
background-color:#306EFF;
width:470px;
min-height:700px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:700px; /* for IE5.x and IE6 */
}

#content a:visited {
color: black;

}

#content a:link {
color: #0000A0;

}



/* ----- RIGHT ----- */



#right {
width:190px;
min-height:700px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:700px; /* for IE5.x and IE6 */
background-color:#151B8D;
float:right;
}


#rightbottom {
  
  position:relative;
  top:40%;
 }

/* ----- FOOTER ----- */



#footer {
width:800px;
height:30px;
background-color:#333333;
}


#footerleft {
width:140px;
height:20px;
background-color:#333333;
float:left;

}


#footercenter {
margin-left:140px;
width:470px;
height:20px;
background-color:#333333;

}


#footerright {
width:190px;
height:20px;
background-color:#333333;
float:right;
}


/*--------MENUS ------- */
#menu {
	background: #151B8D;
	list-style: none;
	margin: 0;
	padding: 0;
        width:140px;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #151B8D;
	border-bottom: 1px solid #393939;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #C11B17 ;
	color: #fff;
	padding-bottom: 8px;
}

