/*	
	f9d318	yellow
	c13900	orangebrown
	360e04	brown
	204a0a	green
*/

/*	This is a comment. Basic stylesheet for a tabled layout by gwenharlow.com
	http://www.w3schools.com/css/css_reference.asp is an excellent reference.
	If something's not working for you, double-check your colons and semi-colons
	and run your file through the CSS validator
	http://jigsaw.w3.org/css-validator/ 
*/

body	{
	margin:0 0 0 0;
	font-family:'GillSans', helvetica, arial, sans-serif;
	font-size:.9em;
	font-weight:400;
	background-color:#ffffff;
	color:#333333;
	background-image:url(http://karenrogersrobinson.com/images/bg_yellow.jpg);
	background-repeat:repeat;
	}


#container	{
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	background:#ffffff;
	border-left:5px solid #204a0a;
	border-right:5px solid #204a0a;
}

a, a:link, a:active	{
	color:#360e04;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-decoration:none;
	}


a:hover	{
	color:#c13900;
	}

a:visited	{
	color:#c13900;
	}

a.credit	{
	font-weight:700;
	}

.logo	{
	border-top:1px solid #333333;
	margin:0 0 0 0;
	}

#menu a:hover	{
	border-top:2px solid #204a0a;
	border-bottom:1px solid #204a0a;
	background:#204a0a;
	color:#f9d318;
}

#menu	{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:2px 0 1px 0;
	color:#0066cc;
	background:#f9d318;
	text-transform:uppercase;
	letter-spacing:.1em; 	
	font-size:85%;
	text-align:center;
	}

.main	{
	padding-bottom:220px;
	}

.text a, .text a:link	{
	font-size:85%;
}

.credit	{
	font-size:90%;
	text-align:center;
	}

.text	{
	padding:20px;
	line-height:140%;
	}

.title	{
	color:#c13900;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin-bottom:10px;
	padding-top:10px;
	border-bottom:1px dotted #204a0a;
	}

img.bordered	{
	margin:0px 0px 5px 15px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:3px;
	background:#ffffff;
	}

input	{
	margin-top:6px;
	background:#f9d318;
	font-size:10px;
	}

textarea	{
	height:12px;
}

b	{
	color:#204a0a;
	text-transform:uppercase;
	font-size:90%;
	font-weight:normal;
	}

.sidebox	{
	margin-left:10px;
	border:5px solid #ffffff;
	width:120px;
	background:#FFF59A;
	padding:8px;
	font-size:90%;
	line-height:110%;
}

.sidebox b	{
	font-weight:700;
}
