/*****************************************
 * Project: MargaretAdamPHD.com
 * Author: Barbara Brust
 * Company: Lucille Design
 * Created: February 2013
 * Last Modified: 
 *
 */


html {
	height: 100%;
}

body {
	background-color:#ffffff;
	font-family: Verdana, "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	color:#4c4d4c;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
}


/* CONTAINERS -------------------------- */

#wrapper {
	margin: 0px auto 0px auto;
	width: 716px;
	min-height: 100%;
	padding: 0px;
	background-color:#ffffff;
	border:0;
}

#container {
	margin: 0;
	padding: 0;
}





#borders	{
	width:716px;
	margin:15px 0 0 0;
	border-style: solid; 
	border-width: 11px 20px 27px; 
	-moz-border-image: url(borders.png) 11 0 27 repeat; 
	-webkit-border-image: url(../images/borders.png) 11 0 27 repeat; 
	-o-border-image: url(../images/borders.png) 11 0 27 repeat; 
	border-image: url(../images/borders.png) 11 0 27 fill repeat; 
<!--[if IE]> <link rel="stylesheet" type="text/css" href="styles/ie.css" /> <![endif]-->
}


div.headerbox-content {
	margin: 0 20px 0 20px; 
	padding: 0 20px 0 20px; 
	background-color:#ffffff;
	text-align:left;
}

div.contentbox-content {
	margin: 0 0 0 15px; 
	padding: 0 0 0 15px; 
	background-color:#ffffff;
	text-align:left;
}

h1 {
	padding: 0;
	font-size: 16px;
	color:#000000;
	text-align:left;
	font-weight:bold;
}

h1.green {
	padding: 0;
	font-size: 16px;
	color:#4B8A45;
	text-align:left;
	font-weight:bold;
}

h1.blue {
	padding: 0;
	font-size: 16px;
	color:#6A78A1;
	text-align:left;
	font-weight:bold;
}

h1.yellow {
	padding: 0;
	font-size: 16px;
	color:#D9BD41;
	text-align:left;
	font-weight:bold;
}

h1.orange {
	padding: 0;
	font-size: 16px;
	color:#BF6E2C;
	text-align:left;
	font-weight:bold;
}

#bottomnav {
	width:716px
	height: 20px;
	background-color:#fff;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:right;
	font-family: Verdana, "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

a.bottomnav, a.bottomnav:visited {
	font-family: Verdana, "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}	

a.bottomnav:active, a.bottomnav:hover {
	color:#666666;
	text-decoration: underline;
}	

a, a:visited {
	color:#BF6E2C;
	text-decoration: none;
}	

a:active, a:hover {
	color:#666666;
	text-decoration: underline;
}	

#copyright {
	margin-top:20px;
	width:716px
	background-color:#fff;
	text-align:center;
	color:#000000;
	font-size:10px;
	
}
