body {
	margin:0;
	padding:0;
	font:1em Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(/pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#fff;
}

.clear {
	clear:both;
}

#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#fff;
}

#floating_boy {
	position:relative;
	width:148px;
	height:218px;
	z-index:2;
	left: 700px;
	top: 4px;
}

/*---------- HEADER ---------*/

#header {
	height:75px;
	background-image:url(/pix/tartan_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:10px 0 0 20px;
}

#logo {
	background-image:url(/pix/logo.gif);
	background-position:top left; 
	background-repeat:no-repeat;
	width:172px;
	height:53px;
}

#logo h1 span {
	visibility:hidden;
	margin:0;
	padding:0;
	line-height:0;
}

/*--------- TOP MENU ---------*/

#top-menu {
	width:100%;
	height:30px;
	background-color:#efefef;
	color:#000066;
}

#top-menu ul {
	margin:0;
	padding:8px 0 0 10px;
	list-style:none;
	font-size:0.8em;
}

#top-menu li {
	display:inline;
	text-align:center;

}

#top-menu li a, #top-menu li a:visited {
	color:#000033;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;	
}

#top-menu li a:hover {
	text-decoration:underline;
}


/*--------- LEFT CONTENT ---------*/

#left-content {
	width:550px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	font-size:0.75em;
	line-height:1.7em;
	min-height:500px;
}

#left-content h1 {
	font-size:1.5em;
	color:#000033;
	margin-top:10px;
}

#left-content h2 {
	font-size:1.2em;
	color:#000033;
	margin-top:10px;
	font-weight:100;
}

#left-content h3 {
	font-size:1.4em;
	color:#000033;
	margin-top:10px;
	font-weight:0;
}

#left-content a, #left-content a:visited {
	font-weight:bold;
	color:#000033;
}

/*--------- RIGHT CONTENT ---------*/

#right-content {
	float:right;
	width:230px;
	margin-top:10px;	
	background-color:#efefef;
	margin-right:10px;
	background-image:url(/pix/right_content_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:20px;
}

#right-content h1 {
	font-size:1.1em;
	color:#000033;
	padding-top:2px 10px 0 10px;
	margin-top:8px;
}

#right-content ul {
	margin:0;
	padding:0 0 15px 0;
	list-style:none;
	font-size:0.8em;
}

#right-content ul li {
	margin-bottom:5px;
}

#right-content ul li a, #right-content ul li a:visited {
	color:#000033;
	text-decoration:none;
	padding:5px;
}

#right-content ul li a:hover {
	text-decoration:none;
	background-color:#CCCCCC;
}

/*---------- RIGHT CONTENT EXTRA ---------*/

#right-content-extra {
	float:right;
	width:220px;
	margin-top:-11px;	
	background-color:#efefef;
	margin-right:10px;
	background-image:url(/pix/right_content_bg_extra.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	padding-bottom:10px;
	font-size:0.9em;
	line-height:1.5em;
}

#right-content-extra h1 {
	font-size:1.1em;
	color:#000033;
	padding-top:2px 10px 0 10px;
	margin-top:8px;
}

#right-content-extra a, #right-content extra a:visited {
	color:#000033;
}

#right-content-extra ul {
	margin:0;
	padding:0 0 15px 0;
	list-style:none;
	font-size:0.8em;
}

#right-content-extra ul li {
	margin-bottom:5px;
}

#right-content-extra ul li a, #right-content-extra ul li a:visited {
	color:#000033;
	text-decoration:none;
}

#right-content-extra ul li a:hover {
	text-decoration:underline;
}

/*---------- OTHER ----------*/

table td {
	padding:5px;
}

.featured_site_image {
	width:200px;
	height:129px;
	float:left;
	background-image:url(../pix/featured/featured_frame.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:7px;
	margin-bottom:10px;

}

.featured_site_description {
	float:right;
	width:250px;
	margin-bottom:10px;
	margin-right:70px;
}
