/* CSS file for Michael Donnelly web site */

body {
  text-align: center;
  margin: 10px auto;
  background: #efefef;
  font: 15px/17px Verdana,Geneva,Arial,Helvetica,sans-serif;
  padding-bottom: 80px;

  }

#container {
	position:relative;
	width:600px;
	margin:0 auto 0;
	padding:14px;
	text-align:justify;
	}

div#header
        {

    color:                #666666;
    text-align:           right;
    font-family:          Verdana, Arial, Helvetica, sans-serif;
    font-size:            5pt;
    padding-top:          -2px;
    padding-right:        20px;
        }


a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
  
}

p {
  
  margin-top: 10px;
  margin-bottom: 10px;  
}


h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: large;
  color: gray;

}

h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: larger;
   font-weight: bold;
   color: gray;
}




div#topleft {
	float: left;
	height: 100px;
	width: 350px;
	background: #ffffcc;
	color: #000000;
}

div#topright {
	float: right;
	height: 100px;
	width: 250px;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FFF;
}

div#middleleft {
	float: left;
	height: 193px;
	width: 350px;
	background: #000000;
	color: #FFF;
}

div#middleright {
	float: right;
	height: 193px;
	width: 250px;
	background: #ffffcc;
	color: #FFF;
}

div#bottomleft {
	height: 265px;
	width: 350px;
	background-color: #FF0000;
	float: left;
}

div#bottomright {
	float: right;
	height: 265px;
	width: 250px;
	background: #ffffcc;
}

div#bigleft
{
	float: left;
	top: 170px;
	height: 456px;
	width: 350px;
	background: #D2D2D2;
	color: #FFF;
}

div#bigleft2
{
	float: left;
	top: 170px;
	height: 456px;
	width: 350px;
	background: #ffffff;
	color: #FFF;
}

div#bigright
{
	float: right;
	top: 170px;
	height: 456px;
	width: 250px;
	background: #ffffff;
}

div#smallleft
{
	float: left;
	top: 170px;
	height: 456px;
	width: 250px;
	background: #ffffff;
	color: #FFF;
}

div#smallright
{
	float: right;
	top: 170px;
	height: 456px;
	width: 350px;
	background: #ffffff;
}

div#bigbottom {
  float: left;
  top: 316px;
  height: 310px;
  width: 600px;
  background: #ffffff;
  color: #FFF;
  }
  
  div#bigmiddle {
  float: left;
  top: 170px;
  height: 146px;
  width: 600px;
  background: #ffffff;
  color: #cccccc;

}

div#thinredline {
  float: left;
  height: 2px;
  width: 600px;
  background: #990000;
  color: #FFF;


}

div#main {
  float: left;
  top: 172px;
  height: 454px;
  width: 600px;
  background: #ffffff;
  color: #000000;

}




div#footer {
	float: left;
	top: 548px;
	width: 600px;
	background: #000000;
	color: #fffccc;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;

}


div#menu {
  position: absolute;
  top: 305px;
  left: 340px;
  height: 25px;
  width: 600px;
  background: #6498B8;
  color: #FFF; 
  vertical-align: middle;
}

div#menu a {
  margin-left: 20px;
  color: #FFF;
  text-decoration: none;
  font: bold 14px Arial; 
}

div#menu a:hover {
  color: #F8B000;
}

div.margMenu {
  margin-top: 4px;
}



   #content {
   width: 600px;

}

div.marg a:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 14px;
}



div.marg {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

div.marg2 {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: gray;
	text-align: left;
}

div.marg3 {
  padding-top: 80px;
  padding-bottom: 12px;
  padding-left: 40px;
  vertical-align: middle;
}

div.marg4 {
  padding-top: 70px;
  padding-bottom: 12px;
  padding-left: 40px;
  vertical-align: middle;
}




/* end of file */
.footertxt {
	float: left;
	top: 548px;
	background: #000000;
	color: #fffccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px;
}
