/*
Style-sheet for geocities.com/kelada2000 website 21:49 09/10/2007.
Author: Kelvin Adams
Location: Hampton Wick, London, U.K.
*/
			/*** Body ***/

body {
/*border-left:solid thin blue;
border-right:solid thin blue;*/
margin:20 20 20 20;
font:normal 90% georgia;
background-color:#003010;
color:#ffbf80;
}
big {
color:red;
}
a:link {color:#fdfdfd;font-size:80%}
a:visited {color:silver}
a:hover {color:yellow;background-color:#aaaaee;font-size:100%}
a:active {color:teal}

			/*** Header ***/

div#header {
width:100%;
height:60px;
background-color:#aaaaee;
background-image:url(http://www.geocities.com/kelada2000/don/blueBanner.gif);
padding:0;
margin:0 0 20 0;
border:solid thin blue;
}
div#header img {
width:160;
height:120;
position:absolute;
top:20px;
right:20px;
}
h1 {
width:80%;
font:bold 2em verdana;
color:555555;
padding-left:10px;
padding-top:10px;
}
h1 span {
font:normal 0.75em verdana;
color:#eeeeee;
}
h1 b {
text-decoration:none;
color:red;
}
h1 ins {
text-decoration:none;
color:#ffff9c;
}
h2 {
width:50%;
font:normal 0.75em verdana;
}

table {
width:100%;
/*border-left:solid thin blue;
border-right:solid thin blue;*/
}

			/*** Links ***/
			
td#nav {
font:normal 80% "comic sans ms";
color:white;
vertical-align:top;
/*background-color:#aaaaee;*/
width:250px;		/* The width of div#nav can be adjusted using internal style. */
padding:10 10 10 10;		/* The width of div#content will then adjust itself automatically. */
/*margin:0 10 0 0;*/		
/*height:auto;*/
/*border-right: thin solid silver;*/
}

			/* You may set the border using internal style, depending on whether
			    the nav or content container is the deeper.	You may negate any 
			    unwanted border using a style such as: border-left:none; */

			/*** Content ***/

td#content {
font:normal 85% georgia;
vertical-align:top;
color:#ffbf80;
width:auto;
/*height:auto;*/
padding:10 0 0 20;
border-left: thin solid silver;
}
			/***Center data cell***/
td#center {
width:500px;
}

			/*** Footer ***/

div#footer {
clear:both;
width:100%;
/*height:auto;*/
text-align:center;
font:bold 0.75em;
color:navy;
padding:5 0 5 0;
border-top:thin solid silver;
border-bottom:thin solid silver;
margin:20 0 20 0;
background-color:#aaaaee;
/*background-color:silver;*/
background-image:url(http://www.geocities.com/kelada2000/don/BlueBanner.gif);
border:solid thin blue;

}