/********************************************
AUTHOR:  			Mallory McManus 
WEBSITE:   			http://www.mallorymcmanus.com/
TEMPLATE NAME:			MalloryMcManus.com
TEMPLATE CODE: 			S-0020
VERSION:          		1.0          	
*******************************************/

/********HTML ELEMENTS*********/
body {
	background: #333;
	font-family: 'Georgia Ref', Georgia, 'Palatino Linotype', 'Bookman Old Style', serif;
	color:#333;
}
img {
	margin:10px 5px;
	padding:0px;
	border: 0px;
}
img a {
	border:0px;
}
a {	color:#333; text-decoration:none; border: none; }

p {	margin:10px 35px; padding: 0px; font-size:100%; }

h1 {	margin:20px 35px; padding: 0px; font-size:160%; }

h2 {	margin:20px 35px; padding: 0px; font-size:125%; }

h3 {	margin:20px 25px; padding: 0px; font-size:115%; border-bottom: 3px dotted #ffc0cb; }

h4 {	margin:20px 35px; padding: 0px; font-size:110%; }

ul, ol {
	margin: 20px 100px;
	padding: 0px;
}
span {	font-family: 'Georgia Ref', Georgia, 'Palatino Linotype', 'Bookman Old Style', serif; font-size: 185%; color: #8b8e32; letter-spacing: 1px;}

/********LAYOUT*********/
#wrap {
	background: #f5f5f5;
	margin:15px auto;
	padding:0px;
	width: 800px;
	height:700px;
	position:relative;
	border:2px solid #d3d3d3;
}

/********HEADER*********/
#header {
	position: relative;
	width:100%;
	height:219px;
	border-bottom: 5px solid black;
	border-top:2px solid #d3d3d3;
	background: url(waterlily2.jpg) #d3d3d3;
}
#header p {
	font-size: 2.1em;
	margin: 10px;
	color:#fff;
}
#header p.allory {
	position:absolute;
	left: 130px; bottom:38px;
}
#header p.cmanus {
	position:absolute;
	left:345px; bottom:38px;
}
#header img.allory {
	position:absolute;
	left:40px;
	bottom:35px;
	margin:0px;
	border:none;
}
#header img.cmanus {
	position:absolute;
	left:255px;
	bottom:35px;
	margin:0px;
	border:none;
}
#slogan {
	position:absolute;
	right:0px;top:20px;
	height:60px;
	width:260px;
}
#slogan p {
	font-size: 1.2em;
	color:#ffe4e1;
	font-weight:500;
	vertical-align: middle;
	text-align:center;
}

/********CONTENT*********/
#contentwrap {
	position: relative;
	width:100%;
	border-top:2px solid #fffaf0;
} 	
#menu {
	position:relative;
	width:100%;
	height:50px; 
	margin: 0px;
	padding:0px;
	background:#c0c0c0;
	border-bottom: 3px solid #fffaf0;
}
#menu ul {
	float:right;
	display:inline;
	list-style:none;
	width: 415px;
	height:50px;
	margin:0 0 0 250px;
	background:#d3d3d3;
	
}
#menu ul li {
	display:inline;
	text-align:center;
	font-family: 'Script MT Bold', 'Brush Script MT', 'Monotype Corsiva', 'French Script MT', cursive;
	font-size: 1.5em;
	background:#fff;
	margin: 0px;
}
#menu ul li a {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding: 10px;
	border-left: ridge 3px #fffaf0;
	text-decoration: none;	
	letter-spacing: 1px;
}
#content {
	position:relative;
	float:left;
	width:800px;
}
#content ul li {
	list-style-image: url(bullet.bmp);
}
#main	{
	float: left;
	width: 60%;
}
#latest {
	float: left;
	width:35%
}
#latest p {
	margin: 10px 5px;
}
.client {
	border: 5px ridge #8b8e32;
	width: 337px;
	margin:25px;
	float:left;
	clear:none;
	background: #fff;
}
.client img {
	margin: 5px 25px;
}
.client p {
	margin: 10px 25px;
}

/********FOOTER*********/
.footer {
	font-size: .8em;
	text-align: center;
	font-variant: small-caps;
	border:none;
	color:#ffe4e1;
}	

