/* easterbunnyletter.com styles */

a {
	color: #AE04BF;
	}

body {
	margin-top: 0px;
	padding-top:0px;
	font-family: Arial, Helvetica, sans-serif;
/*	background-color:#ffccff; */
	background-color: #ffdaeb;
	
	}

#container {
/*	background-color:#ffccff; */
	background-color: #ffdaeb;
	margin-left: auto;
	margin-right: auto;
	width:750px;
}

#top {
	width:750px;
	height:96px;
	margin: 0px;
	padding:0px;
	background-image:url(../images/easter-bunny-letter-logo.gif);
	background-color:#ffdaeb;
	}
	
#nav_bar {
	width:750px;
	height:36px;
	background-color:#634D00;
	background-image:url(../images/easter-bunny-letter-navbar.gif);
	background-repeat:no-repeat;
	text-align:center;
	}

#main_body {
	width:732px;
	border-left:1px #5e007c solid;
	border-right:1px #5e007c solid;
	border-bottom:1px #5e007c solid;
	border-top:1px #5e007c solid;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	}

#body_text {
	width:684px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:4px;
	margin-bottom:4px;
	}

#body_text_privacy {
	width:684px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:4px;
	margin-bottom:4px;
	font-size: 12px;
	}	

#features {
	width:200px;
	float:left;
	padding:0px 30px 0px 15px;
	}

#order_button {
	float:left;
	width:135px;
	height:134px;
	text-align:center;
	margin:20px 0 0 0;
	}

.feature_text {
	width:500px;
	float:left;
	
	}

.learn_more_text {
	margin: 0 0 0 0;
	width:250px;
	height: 134px;
	float: left;
}

.letter_image {
	background-image: url(../images/easter-bunny-letter.jpg);
	width:676px;
	height:343px;
	margin:0 auto;
	}

.learn_more_button {
	width:135px;
	height: 134px;
	float: left;
	margin:20px 0 0 0;
}


	
#blog {
	float:left;
	width:675px;
	padding-left:30px;
	padding-top:5px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size:14px;
	}

#example {
	margin:0px;
	float:right;
	width:400px;
	padding-right:35px;
	padding-top:0px;
	}
	
#small_letters {
	margin:0px;
	float:left;
	width:110px;
	padding-left:40px;
	padding-top:0px;
	}

/* Text Styles */
	
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 32px;
	color:#67269a; 
    font-style: italic;
    font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 18px;
	font-style: italic;
    color:#990066; 
	font-weight: Bold;
	margin-top: 0.1em;
	padding-top: 0.1em;
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;
	}

.text {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 14px;
    color:#333333;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	}

.smalltext {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 11px;
    color:#333333;
	padding-left:45px;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	}

ul {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 14px;
	margin: 0 0 2px 10px;
	line-height:18px;
	list-style-position:inherit;
	list-style-image: url(../images/check.gif);
	}

li {
	margin:0 0 10px 10px;
	}

.clear {
    clear:both;
	}

.menu {	
	padding-top:14px;
	}
	
.menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	display: inline;
	}

.menu a:hover {
	color:#FFF;
	text-decoration: underline;

	}
	
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding-top:1px;
	width:750px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	}
	
.footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #660066;
	text-decoration:none;
	display: inline;
	}

.footer a:hover {
	text-decoration:underline;
	}
	