@charset "utf-8";

/* Layout */
body {margin: 0; background:#63c5dc url(../images/bg.jpg) repeat-x left top; color:#ffffff; font-family:Verdana; font-size:14px; font-weight:500; }
.outline {margin: 0 auto; width:900px; height:643px; background: url(../images/bg_inner.jpg); }
.space {height:143px; }
#title {float:left; width:765px; height:24px; }
#wrapper {float:left; width:765px; }
#nav {float:left; width:150px; height:325px; background: url(../images/navbg.png); background-repeat:no-repeat; margin-left:150px; }
#content {float:left; width:454px; height:323px; margin-left:8px; background: url(../images/contentbg.png); background-repeat:no-repeat; }
/* Boxes */
#navtxt {float:left; width:100px; padding:20px; font-size:14px; font-weight:bold; line-height:24px; }
#lnbreak {float:left; width:132px; padding-left:8px; text-align:center; font-size:18px; }
#linkstxt {float:left; width:100px; padding:20px; float:left; font-size:14px; line-height:28px; }
#cttxt {float:left; width:450px; padding:10px; text-align:left; }
/* Images */
img {border:0; }
#logo {float:right; width:132px; height:24px; }
.thumbs {padding:6px; }
/* Headings */
h1 {text-align:left; margin:6px; font-size:16px; font-weight:bold; }
/* Links */
#navtxt a:link{color:#ffffff; text-decoration:none; }
#navtxt a:visited{color:#ffffff; text-decoration:none; }
#navtxt a:hover{color:#0066FF; background:#ffffff; text-decoration:none; }