/*
	DESIGNED & CODED BY: Steve DeMott <www.stevedemott.com>
	SITE: Piggy & Me <>
	OWNER: Donna Volpitta
*/

/*
============ HTML ELEMENTS ============
*/
body {
	background-color: #00599c;
	font-family: 'Times New Roman', Times, serif;
	}

p {	margin: 0 12px 12px; }

blockquote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	background-color: #fff197;
	padding: 6px;
	border-left: #00599c;
	border-width: 0 0 0 3px;
	border-style: none none none solid;
}


/*
============ LAYOUT ELEMENTS ============
*/

#container {
	width: 760px;
	margin: 0 auto;
	background: url('images/main_bg.gif');
	background-repeat: repeat-y;
	}

#header {
	width: 740px;
	min-height: 60px;
	margin: auto;
	background-color: #baccea;
	padding: 10px;
	}

#main
{
	float: left;
	width: 540px;
	min-height: 350px;
	margin: 0 0 0 10px;
	clear: left;
}

#sidebar {
	margin: 0 10px 0 0;
	float: right;
	width: 180px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: right;
}

#sidebar ul { list-style: none; margin: 0; padding: 0; }
#sidebar li { width: 178px; }
#sidebar a { display: block; padding: 5px; color: navy; text-decoration: none;}
#sidebar a:hover { background: #fff197; text-decoration: none; }

#context {
	background-color: #7da7d8;
	color: #ffffff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#context a, #context a:visited {
	text-decoration: none;
	color: #fff197;
	}
	
#context a:hover {
	text-decoration: underline;
	}

#footer
{
	width: 760px;
	min-height: 4em;
	margin: 0 auto;
	background-color: #baccea;
	font-family: verdana;
	font-size: 10px;
	clear: both;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: navy;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
/*
============ CLASSES ============
*/

.centertext { text-align: center; }