/* Sarah Illustration Global.css BE - 01/10/2010 */

/* Debug:
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/

body {
	background-color: #eaeaea;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #4c5e5e;
	text-decoration: none;
}

a:hover {
	color: #7b0115;
}

#header {
	width: 820px;
	background-color: transparent;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;

	margin-left: auto;
	margin-right: auto;

	margin-top: 0px;
	margin-bottom: 0px;
}

#header img {
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#header a {
	border: none;
	outline: none;
}

.roundcont {
	width: 820px;
	background-color: white;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;

	margin-left: auto;
	margin-right: auto;
}

.roundcont p {
	margin: 0 20px;
}

.roundtop { 
	background: url(/images/topround.png) no-repeat top right; 
}

.roundbottom {
	background: url(/images/botround.png) no-repeat top right; 
}

#vertspacer {
	height: 10px;
	margin: 0px;
	padding: 0px;
}

img.round {
   width: 820px;
   height: 15px;
   border: none;
   display: block !important;
}

table.main {
	width: 100%;
}

td.mainarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: white;

	width: 100%;
	margin: 0px;
	padding: 0px;

}

.footer {

	width: 820px;
	margin-left: auto;
	margin-right: auto;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: right;

	padding-top: 6px;
	padding-right: 20px;
}
