* { 
	margin: 0;
	padding: 0;
	}
img {
	  border-style: none;
	}

body
{
text-align: center; /* centres page in IE5 - see http://bluerobot.com/web/css/center1.html */
font-family: Calibri, "Lucida Grande", Verdana, Arial, Sans-Serif;
color: #fff;
background-color: #000;
}

#container
{
margin: 10px 5%;
}

#banner {
background-color: #000;
color: #fff;
margin-bottom: 10px;
}


#topcontent {
margin: 0 5%;
background: #fc9 url(../images/topfringe.gif) repeat-x;
}

#content {
color: #000;
background-color: #fc9;
margin: 0 5%;
padding: 10px;
/*background: url(../images/docbg.gif);*/
}

#bottomcontent {
height: 29px;
margin: 0 5%;
padding: 0 0 0 0;
background: #fc9 url(../images/bottomfringe.gif) repeat-x;
}

#links {
text-align:left;
}

h2 {
font-size: 1.2em;
font-weight: bold;
margin: 5px;
}

#links h2 {
font-size: 1.2em;
font-weight: bold;
margin: 40px 0 10px 10px;
}

p {
margin: 10px;
}

#glasto07 {
text-align: center;
margin-left: 30px;
}

#glasto07 p {
margin: 0;
}

#glasto07 p.message {
font-family: "Times New Roman", serif;
font-size: 1.0em;
}

body#log #glasto07 p.message {
font-family: "Times New Roman", serif;
font-size: 1.0em;
margin: 0 0 10px 10px;
}

#glasto07 td {
text-align: left;
vertical-align: top;
padding: 10px;
}

#signed {
float: right;
}

ul {
list-style-position: outside;
list-style-type: none;
color: #000;
font-size: 1em;
padding: 0;
margin: 20px;
text-align: left;
}
li {
margin: 5px;
}
li.article {
font-weight: bold;
}

#links ul {
list-style-position: outside;
list-style-type: none;
color: #fff;
font-size: 1em;
padding: 0;
margin-left: 20px;
text-align: left;
}

#links li {
background-image: url(../images/compass.gif);
background-repeat: no-repeat;
background-position: 0 0.1em;
padding: 0 0 1em 2em;
margin-bottom: 1.5em;
}


 #crew ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#crew ul li { display: inline; }


#footer {
padding: 15px;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active, #links a:link, #links a:hover, #links a:visited, #links a:active  {
text-decoration: underline;
color: #fff;
}

/* form */
fieldset {
border: 1px solid #000;
width: 600px;
}

legend {
color: #000;
background: #fc9;
padding: 10px 10px;
margin-left: 20px;
font-size: 1.2em;
font-weight: bold;
}

label {
	text-align: left;
	font-weight: bold;
	color: #000;
	background: #fc9;
	vertical-align: top;
}

.button {
	padding: 0;
	margin: 0 8px 5px 0;
	text-align: right;
}