/* CSS Document */


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, bloquote, th, td
{ margin : 0; padding : 0 }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size : 100%; }

/* Removes list-style from lists */
ol,ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight:normal;}

/* Removes list-style from,lists */
table
{ border-collapse:collapse; border-spacing:o;}

/* Removes border from fieldset and img */
filedset, img
{ border: 0;}

/* Left-aligns text in caption and th*/
caption, th
{text-align:left;}

/* Removes quotation marks from q */
q:before, q:after
{content:'';}


html {
	text-align:center;
}

body {
	position:relative;
	width: 770px;
	margin: 0 auto;
	text-align:center;
	background:url(images/gradient.2.jpg) fixed;
	font: 60% Verdana, Arial, Helvetica, sans-serif;	
	}
	
h2 {
	font-size: 1.5em;
	text-align:left;
	padding: 5px;
	color: #CC6699;
	margin: 10px 10px 10px 10px;
}

p	{
	text-align: left;
	text-indent: 1em;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	font-size:1em;
	}
	
		
.img_bio {
	float: right;
	margin: 10px;
	padding-right: 10px;
}

#wrapper {
	position:relative;
	clear:both;
	width:100%;
	}
	
#banner {
	width: 475px;
	margin: 0 auto;
	padding-top:20px;
	z-index: 10;
}

#content {
	position:relative;
	width:100%;
	}
	
#content_main {
	position: absolute;
	width: 475px;
	left: 147px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	}	

#text_wrapper {
	margin: 10px;
	padding: 10px;
	border: 2px dotted #FFFF66;
	}
	
#sidebar_right {
	position:absolute;
	padding-top: -10%;
	left: 85%;
	width: 15%;
}

#sidebar_left {
	position:absolute;
	padding-top: -10%;
	left: 0;
	width: 15%;
	}

#sidebar ol {
 	text-align:center;
}

#sidebar li {
	margin-left: 1em;
	margin-bottom: 20px;
}

ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px double #3399FF;
	}
	
ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #FFFF99;
	color: #000000;
	margin: 2px 2px 0 2px;
	border:1px solid #3399FF;
	}
	
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #000000;
	background-color: transparent;
	text-decoration:none;
	padding:4px;
	}
	
ul#tabnav a:hover {
	background-color: #F4869C;
	color:#FFFFFF;
	}
	
body#maria li.maria, body#suzette li.suzette {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #FFFFFF;
	}

body#maria li.maria a:link, body#maria li.maria a:visited, 
body#suzette li.suzette a:link, body#suzette li.suzette a:visited {
	color: #000000;
	background-color: #FFFFFF;
	}

.copyright {
	position:absolute;
	right:0;
	width: 475px;
	height: 100px;
	}

#rounded_corners {
	position:absolute;
	right:0;
	bottom:30px;
	}

#character {
	position:absolute;
	right:20px;
	bottom:50px;
	}
	
#copyright {
	position:absolute;
	left: 20px;
	bottom: 50px;
	}