/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

html, 
body {}



body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	margin: 10px 0px 0px 5px;
}

body.section-1 { background-image:url(0magenta201_tlg.gif); }
body.section-2 { }
body.section-3 { }

a:link { text-decoration:none; color:#008800; background-color:#EEEEEE;}
a:active { text-decoration:none; }
a:visited { text-decoration:none; color:#000044; }
a:hover { text-decoration:none; color:#000044; background-color:#00CCFF;}

a img { border: none; }


#menu {
    width: 220px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
	padding: 10px 0 0 10px;
    height: 100%;
	overflow:auto;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 7px 0;
	line-height: 1.8em;
}

/* this controls the titles of the menu */

#menu ul li.section-title {
	font-weight:normal; 
	font-size: 16px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#CC00FF; 
	margin-bottom:3px;
}

#content {
    height: 100%;
    margin: 50px 0 0 260px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
	
}

/* this controls the color of the text coypright ... the paragrpah text of the menu */
#menu p { 
	color:#000044; 
}

#content p { width: 400px; margin-bottom: 9px;}

p {
    margin: 0 0 9px 0;
	color:#004400;
}

/* h1, h2, h3, and h4 are only used when called and can be redefined */
h1 { font-size: 32px; }
/* used for the title of the website Mary is in'on the Web */
h2 { font-size: 32px; line-height: 32px; font-weight:lighter; color:#777777; font-family:Arial, Helvetica, sans-serif; margin-bottom:5px;}


/* h3 is teh style of Something about Mary I use the tags in the info Bio section */
h3 { font-size: 16px; font-weight:normal; font-style: italic; color:#CC00FF; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:10px;} 
h4 { font-size: 12px; font-weight: nomral; color:#990033; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:10px;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }