html, body, div {font: normal 12px verdana, arial, georgia, serif; color: #808080;}

body {background: #fff; margin: 0; padding: 0;}


/* ---( links )------------------------------- */

a:link {
	color: #49669C;
	}
a:visited {
	color: #B50009;
	}
a:hover {
	color: #036;
	}

/* ---( content )------------------------------- */
#topper {
	width: 100%;
	height: 40px;
	top: 0px;
	margin: 0;
	background: #d0d0d0;
	}

#sideimg {
	position: absolute;
	top: 100px;
	left: 0;
	width: 350px;
	height: 325px;
	margin:  0;
	padding: 0;
	font-size: 90%;
	background: url(../img/gckinglet.jpg) no-repeat 0;
	}


#linklist {
	position: absolute;
	top: 90px;
	left: 355px;	
	width: 440px;
	padding: 6;
	line-height: 1.5em;
	}

#linklist a {
	text-decoration: none;
	color: #4C6927;
	}

#logo {
	position: absolute;
	top: 475px;
	left: 138px;
	width: 212px;
	height: 42px;

	margin: 0;
	padding: 0;
	background: url(../img/logo5.gif) no-repeat 0;
	}

#footer {
    position: absolute;
    bottom: 30px;
    left: 138px;
    font-size: 10px;
    color: #808080;
    }

