/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Reclaim Design LLC

Last Updated: David Henry
Date: 10/10/2009 */   



/* SITE SPECIFIC LAYOUT */





/* LAYOUT */
div#layout
{
	width:960px;
	float: left;
	min-height:600px;
}
/* MAIN */
div#main
{
	width:618px;
	float: right;
}

/* LOCAL */
div#local
{
	width:290px;
	float: left;
	padding-left:30px;
	background: url(/Images/Background/NoteCard_Background.png) top no-repeat;	
}

