/* dcs www.webdesignchester.info - home page stylesheet for marieclairecarlyle.com */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #990000;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}

#outerwrap {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	
}

#container {
	background: url(../images/bg-body.gif) repeat-y center top;
	width: 800px;
	margin: 0px auto;
}

#top {
	background: #990000 url(../images/bg-800-.jpg) no-repeat left bottom;
	width: 800px;
	height:70px;
}

#header {
	background: url('../images/flipflops-700.jpg') no-repeat center top;
	height: 237px;
	width: 800px;
}
	.header-pic {
	width: 439px;
	float: right;
	height: 237px;
	}

#contentwrap {
	width: 800px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}
p {
	color: #333333;
	padding-right: 10px;
	padding-left: 3px;
	}

#leftside {
	float: left;
	width: 67%;
	margin-top: 20px;
}

.img {
padding: 5px 5px 5px 5px;
}

#box1 {
	width: 90%;
	margin-bottom: 25px;
	margin-left: 20px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#box2 {
	background-color: #F7F7F7;
	width: 90%;
	margin-bottom: 25px;
	margin-left: 20px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#box3 {
	width: 88%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	border: medium solid #FFEAEA;
	padding: 6px 10px 6px 25px;
}
#box4 {
	background-color: #FFFFFF;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#minibox {
	background-color: #FFEAEA;
	width: 80%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin dotted #990000;
}

#rightcol {
	float: right;
	width: 30%;
	margin-top: 20px;
	margin-right: 10px;
	padding-right: 5px;
	clear: none;
	overflow: hidden;
}
#rightcol p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
	}

	.box {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
	.box h5 {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	}
	
	.extra {
	width: 220px;
	margin-bottom: 20px;
	margin-top: 20px;
}
	.extra p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990000;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left: 20px;
}
	.sendmail {
	width: 220px;
	margin-bottom: 20px;
	margin-top: 20px;
}
	
	
#email {
	width: 220px;
	padding: 30px 0px 4px 20px;
	margin-bottom: 3px;
}
	.aff {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	border: thin solid #FFEAEA;
}
	.aff h3 {
	font-size: 24px;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

	
	

/* form layout */
	.emailform {
	height: 350px;
	width: 200px;
	margin-bottom: 10px;
}	

/* end of form layout */	

h1 {
	font-size: 28px;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #999999;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2 {
	font-size: 22px;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #999999;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-size: 15px;
	line-height: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #999999;
	padding-top: 0;
	padding-bottom: 0;
}
h4 {
	font-size: 14px;
	padding: 0 5px;
	font-variant: normal;
	line-height: 0.5em;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

h5 {
	padding: 0 35px;
}

a , a:visited {
color: #CC0000;
text-decoration: none;
}

a:hover {
color: #CC6699;
text-decoration: underline;
}

.bold {
font-weight: bold;
}


li, ul {
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: #666;
}
.style1 {color: #990000;}
.style3 {font-size: 14px;}
.style4 {color: #CCCCCC;}

#footer {
	height: 59px;
	width: 800px;
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 9px 0px 0px;
	color: #09002f;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	background-image: url(../images/bg-foot-.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a {
color: #CC6666;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

.smaller {font-size: 16px;}
