/*
 * Name: mrsmiggins.css
 * Description: Stylesheet for Mrs Miggins Middle web site
 * Revisions: BRD: 20061002 Created
 * This source code is (c) 2006 B R Dalby Consulting
 */

body {  	
	background-image: url(../images/MrsMigginsBW3.gif);
    background-position: 50px left;
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: Monotype Corsiva, Times New Roman;
	font-size: 18px;
	}

p {
	/* Paragraph styling here */
	}

strong {
	font-weight: bold;
	}
	
h2 {
	font-size: 24px;
	font-weight: normal;
	}
 

.wrap {
	width:800px;
	margin:0px auto;	
	}

.titleFrame {
	position: absolute;
	left: 220px;
	width:500px;
	font-family: Monotype Corsiva, Times New Roman;
	font-weight: normal;
	font-style: italic;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*line-height: 100%;*/
	text-align: center;
	background-color: transparent;
	}

.titleHeading {
	font-size: 64px;
	}

.titleSubheading {
	font-size: 34px;
	line-height: 100%;
	}
	
.menuFrame {
	position: absolute;
	top: 148px;
	left: 299px;
	width: 495px;
	font-size: 20px;
	/*font-weight: bold;*/
	border-top: 1px dashed #AAAAAA;
	border-bottom: 1px dashed #AAAAAA;
	/*text-align: center;*/
	}
	
.contentFrame {
	position: absolute;
	top: 180px;
	left: 300px;
	height: 928px;
	/*text-align: center;*/
	}
	
.subTitle {
	font-size=20px;
	}
	
.customRule {
      	background-image: url(../images/BodoniThistle.png);
      	background-repeat: repeat-x;
	}

a:link {
	color:#FFCC00;
	font-weight:normal;
	text-decoration:none;	
	}

a:visited {
	color:#FFCC00;
	font-weight:normal;
	text-decoration:none;	
	}	

a:hover {
	color:#FFCC00;
	font-weight:normal;
	text-decoration:underline;	
	}

a:active {
	color:#C30;
	font-weight:normal;
	text-decoration:none;
	}	

.menuFrame a:hover {
	text-decoration:underline;
	}
.wrap .contentFrame table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.wrap .contentFrame table tr td {
	font-family: Arial, Helvetica, sans-serif;
}

