body {
	background-color: #e9f1f8;
	background-image: url(../images/repeater.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#template_wrapper {
	width: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content_wrapper {
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-y;
}
#footer_wrapper {
	width: 758px;
	background-image:url(../images/footer_shadow.jpg);
	background-repeat: no-repeat;
	height: 32px;
	font-size: 10px;
	font-variant: small-caps;
	color: #353128;
	padding-top:15px;
	align: center;
}

#footer_wrapper a {
	font-size: 10px;
	font-variant: small-caps;
	color: #5C97CB;
	text-decoration: none;
}

#footer_wrapper a:hover {
	font-size: 10px;
	font-variant: small-caps;
	color: #234B70;
	text-decoration: none;
}
#content_template_wrapper {
	font-size: 12px;
	color: #2F2F2F;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 60px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	text-indent:20px;
	line-height: 130%;
	
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #2F2F2F;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}
.your_face {
	border: 2px solid #CCCCCC;
}

.drop-cap { 
float:left;
color:#D4D4C7;
font-size:100px;
line-height:70px;
paddingtop: 2px;
font-family: Times, serif, Georgia;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 694px;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
}
#header H1 {
	font-size: 26px;
	font-weight: bolder;
	color: #AE0011;
	text-align:center;
}
#header H2 {
	font-size: 22px;
	font-weight: bold;
	color:#6666CC;
	text-align:center;
}

.highlight {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFB9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3CC7D;
	margin: 0px;
	padding: 5px;
	color: #875203;
	line-height: 125%;

}
.list_item {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}

ul	{
	font-size:12px;
	list-style-position:inside;
	list-style-image: url(../images/icon_check.gif);
}
	
#content_template_wrapper td {
	padding-bottom: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
#md_foot {
	padding-top: 20px;
	padding-left: 18px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 5px;
	margin: 0px;
}

#content_template_wrapper table {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CC3300;
	border-bottom-color: #CC3300;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order {
	background-color: #FFFFFF;
	border: dashed red 5px;
	}

