/* CSS Document */

* {margin:0}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #FFFFFF;
background-color: #CC0000;
}
p {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 5px;
}

a img { /* To replace deprecated attribute  */
border: 0px;
}

/*******************************************************************/
/* SECTIONS **********************************************************/
body {
text-align:center;
width:566px;
}
#wrap {
width:566px;
position:absolute;
left: 0; 
top: 50%;
width: 100%;
margin-top: -233px; /* half of the height */
margin-left: auto; /* half of the width */
margin-right: auto; /* half of the width */
}
#header {
overflow:hidden;
display:inline-block;
text-align:center;
}
#content {
overflow:hidden;
display:inline-block;
text-align:center;
}
#pre_footer {
text-align:right;
width:520px;
margin-left: auto; /* half of the width */
margin-right: auto; /* half of the width */
}
#footer {
overflow:hidden;
display:inline-block;
text-align:center;
}
.centre_table { /* centres the table for central layout - add the class to the table tag */
margin-left: auto;
margin-right: auto;
}
/* TEXT ******************************************************************/
.tabletext {/* For text within table layout */
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #FFFFFF;
text-align:center;
}
.tabletext_content{
margin-right:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #FFFFFF;
text-align: left;
}
.heretext{
margin-right:0;
text-align: left;
width:765px;
margin-left: auto; /* half of the width */
margin-right: auto; /* half of the width */
}
a.textlinks:link   {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #FFFFFF;
} 
a.textlinks:visited  {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #FFFFFF;	
}
a.textlinks:hover   {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #FFFFFF;
} 
.separator_strip {
overflow:hidden;
height: 1px;
background: #999999;
margin-top: 8px;
margin-bottom: 8px;
width:520px;
margin-left: auto; /* half of the width */
margin-right: auto; /* half of the width */
}
div.row {
width:520px;
margin-left: auto; /* half of the width */
margin-right: auto; /* half of the width */
}
div.row span.left {
float: left;
text-align: left;
margin: -4px 0px 0px 0px;
}
div.row span.right {
float: right;
text-align: right;
margin: -4px 0px 0px 0px;
}
div.spacer {
clear: both;
}