/*Written by Andrew Stringer, 21/04/2007 */

div#header {
margin:			0%;
color:			#000000;
background-color:	#ddffff;
border-bottom-style:	solid;
border-bottom-color:	#11ff11;
border-bottom-width:	2px;
}

/*Letter A */
.big {
padding:	15px;
color:		#ff0000;
font-family:	Times,serif;
font-size:	80px;
font-weight:	bold;
display:	inline;
}

/* www.andrewstringer.co.uk */
.title {
margin:		30px;
color:		#000000;
font-size:	32px;
}



div#index {
border-right-style:	solid;
border-right-color:	#11ff11;
border-bottom-width:    2px;
float:          	left;
width:          	250px;
margin-left:    	0%;

/*background colour for the navigator*/
background-color:       #ddffff;
height: 	80%;
}

div#body {
width:          65em;
background-color:       #eeffee;
margin-left:		6px;
padding:	2em;
}

div#footer {
border-style:   none;
text-align:     center;
width:          79%;
margin-top:     1em;
margin-left:    auto;
margin-right:   auto;
}

.float-left {
float:		left;
padding:	6px;
margin:		2px;
}

.float-right {
float:		right;
padding:	6px;
margin:		2px;
}

.pre {
background-color:	#000000;
color:			#00ee00;
text-align:		center;
margin:			2px;
}
