* {margin:0;padding:0;font-family: Arial, sans-serif;font-size:12px;}

html, body {height:100%}

body {
    background: url(starfield.gif) fixed;
    text-align:left;
    color:white;
}

#container {
	background:black;
	width:900px;
	margin:auto;
	position:relative;
	min-height:100%;
	height:100%;
}

html>body #container{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#outer{
	height:100%;
	min-height:100%;
	margin-left:300px;
	width:400px;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	width:880px;
	height:150px;
	background: url(starfield.gif) fixed;
	overflow:hidden;
}

#left {
	position:relative;/*ie needs this to show float */
	width:300px;
	float:left;
	margin-left:-299px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:154px;/*needed to make room for header*/
	overflow:hidden;
	white-space:nowrap;
}

#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:154px;/*needed to make room for header*/
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	clear:both;
	height:125px;
	background: url(starfield.gif) fixed;
}

#inner-centre {
    width:99%;
    float:left;
}

* html #footer {/*only ie gets this style*/
	\height:127px;/* for ie5 */
	he\ight:125px;/* for ie6 */
}

#clearheader{height:154px;}/*needed to make room for header*/
#clearfooter{clear:both;height:135px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

/* End of Paul's styling for underlying structure.
   The following is my styling for the elements themselves.
*/

h2 {text-align:center; font-size:16px; font-weight: bold;}

.ca {
    text-align:center;
}

a:link {color: red; text-decoration: none;}
a:visited {color: red; text-decoration: none;}
a:hover {color: red; text-decoration: none; font-weight: bold;}
a:active {color: red; text-decoration: none; font-weight: bold;}