/*
-----------------------------------------------
Author: Luke Wong
Version: 1.0 (14 Nov 2005)
----------------------------------------------- */


* {
	padding: 0;
	margin: 0;
}

p, pre, blockquote, form, label, dl, fieldset, address { margin-bottom: 1em; }
ol, ul, blockquote { margin: 1em 5%; }
li { margin-left: 2%; }

img {
	border: 0;
}

body {
	text-align: center;
	font: 11px/1.6em Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}



/* Structure
----------------------------------------------- */

#container {
	width: 690px;
	margin: 10px auto;
	text-align: left;
}

#divider {
	background: url(../i/bgstrip.jpg) no-repeat top left;
	width: 690px;
	height: 8px;
}


/* Header
----------------------------------------------- */

#header {
	margin: 15px 0 5px 0;
}




/* Footer
----------------------------------------------- */

#footer {
	width: 690px;
	clear: both;
	margin: 55px 0 20px 0;
	text-align: center;
	color: #FA7500;
}

#footer p { margin: .5em 0; }

#footer a:link, #footer a:visited {
	color: #888;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover, #footer a:active {
	color: #aaa;
	font-size: 10px;
}

#linkrow {
	color: #888;
}


/* Tertiary: Content
----------------------------------------------- */

#content {
	width: 690px;
	position: relative;
	margin-top: 15px;
}

#content-left {
	width: 450px;
	padding: 15px;
	font-size: 12px;
}

#content-right {
	width: 180px;
	height: 300px;
	padding: 15px;
	position: absolute;
	left: 480px;
	top: 0;
	font-size: 11px;
	background: url(../i/stones.gif) no-repeat 20px left;
}




/* MISC: =Headings
----------------------------------------------- */

h1 {
	font-size: 22px;
	color: #333;
	margin-bottom: 1em;
	letter-spacing: -1px;
}

h2 {
	font-size: 12px;
	color: #FA7500;
	margin-bottom: 0.5em;
}

.article h2 {
	margin-bottom: 0em;
}

#content-right h2 {
	color: #333;
}


/* MISC: =Links
----------------------------------------------- */

#content a:link, #content a:visited {
	color: #FA7500;
	text-decoration: none;
	border-bottom: 1px dotted #FA7500;
}

#content a:hover, #content a:active {
	color: #9c3;
	text-decoration: none;
	border-bottom: 1px dotted #4F910E;
}
