/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #22b822;}

img {
border: 0;
}

body {
	background: url(img/bballtexture.jpg);
	color: #000;
	font: normal 62.5% arial, serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em arial, serif;
	margin-bottom: 4px;
}





h1,h2,h3 {padding-top: 4px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}


/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
        background-color: #000000;
	font-size: 1.2em;
	height: 247px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {	
        background-color: #000000;
	color: #FFF;
	height: 247px;	
}
.header .left {
	background-image: url(img/weblogo.jpg );
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 247px;
        width: 758px;
	text-align: left;	
	
}
.header .right {
	overflow: auto;
	width: px;
}
.header .right p,.header .right h2 {padding: 0 px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}


	
	








/* navigation */
.navigation {	
	background: #22b822;
	border: 1px solid #ffffff;
	height: 41px;
}
.navigation a {
	background: #22b822;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: #ffffff; 
color: #22b822;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/spatanlight.bmp);
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #22b822;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	font-size: 1.1em;
	color: #000000;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #22b822;
	color: #ffffff;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #22b822;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: right;
}

.content p
{
color: #000000;
}


/* footer */
.footer {
	background: #22b822;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}








<style type="text/css">
/* credits: www.freecssmenus.co.uk */
#pg { width:390px;
height:200px;
border:2px dotted #666;
padding:5px;
padding-top:15px;
}
#pg ul { list-style:none;
padding:0;
margin:0;
width:180px;
position:relative;
float:left;
}
#pg ul li { display:inline;
width:52px;
height:52px;
float:left;
margin:0 0 8px 8px;
}
#pg ul li a { display:block;
width:50px;
height:50px;
text-decoration:none;
border:1px solid #000;
}
#pg ul li a img { display:block;
width:50px;
height:50px;
border:0;
}
#pg ul li a:hover { white-space:normal;
border-color:#336600;
background-color:#AABB33;
}
#pg ul li a:hover img { position:absolute;
left:190px;
top:0;
width:auto;
height:350px;
border:1px solid #000;
}
#pg ul li a span {display:none}
#pg ul li a:hover span { display:block;
position:absolute;
left:200px;
top:380px;
width:400px;
height:auto;
font-size:30px;
color:#222222;
}





/* show boundaries */
table {border: 3px dashed green; text-align: center}
td {border: 3px solid green; background: lime; text-align: center }
caption { background: lime }

/*  set table width, caption position and margin */
table { width: 400px ; captionside: top ; margin-bottom: 20px;}

/* compute column widths regardless of cell content */
table.fix { table-layout: fixed; width:100px }




</style>
