@charset "utf-8";
/* Basic Style Sheet for www.imagesinchocolate.com
   Updated: 05.05.2009
   Author:  Kimber Malone
   ----------------------------------------------------*/

/* =Layout
   ----------------------------------------------------*/
body, html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #673301;
	margin: 0px;
	padding: 0px;
	background-color: #F9C895;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1 {
	font-size: 145%;
	text-align: center;
}

h2 {
	font-size: 140%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-size: 120%;
	text-align: center;
}

.style1 {
	color: #FF0000;
	font-size: 10px;
}
.red {
	color:#CC0000;
}
/* Header
   ----------------------------------------------------*/
#header-wrap {
}

#header-top {
	background-image: url(../images/images-header-top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 47px;
	width: 750px;
}

#header-nav {
	background-image: url(../images/images-header-nav-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px;
	width: 750px;
}

#header-bg {
	background-image: url(../images/images-header-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 750px;
}

#header-bg2 {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 101px;
	width: 750px;
}
/* Navigation
   ----------------------------------------------------*/
.navbar {
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #F9C895;
	border: 1px solid #673301;
	padding: 10px;
}

.navbar2 {
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #F9C895;
	border: 1px solid #673301;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.nav {
}

il.nav {
}

.nav a:link, .nav a:visited {
	color: #663300;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: none;
	background-color: #FCE1C7;
}

/* Page Body
   ----------------------------------------------------*/
#page-wrapper {
	float: left;
	width: 746px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #673301;
	border-left-color: #673301;
	background-color: #FFFFFF;
}

#left-column {
	float: left;
	width: 200px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#right-column {
	float: right;
	width: 515px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.form-box {
	background-color: #673301;
	padding: 3px;
	float: left;
	width: 185px;
}

.banner-box {
	background-color: #FFFFFF;
	width: 190px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 1px solid #673301;
}

.text-box {
	float: left;
	width: 505px;
	color: #673301;
	margin-bottom: 10px;
}

.text-box a:link, .text-box a:visited {
	color: #CC0000;
}

.text-box a:hover {
	color: #673301;
	text-decoration: none;
}

.red-box {
	width:395px;
	border:1px solid #663300;
	background-color:#FFCC99;
	text-align:center;
	padding:10px;
	margin-left: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Footer
   ----------------------------------------------------*/
#footer1 {
	float: left;
	clear: both;
	width: 728px;
	text-align: center;
	font-size: 90%;
	margin: 0px;
	color: #673301;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer1 a:link, #footer a:visited {
	color: #673301;
	text-decoration: none;
	text-align: center;
}

#footer1 a:hover {
	color: #CC0000;
	text-decoration: none;
}

#footer2 {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 748px;
	margin: 0px;
	height: 105px;
}

#footer3 {
	color: #673301;
	font-size: 90%;
	text-align: center;
	float: left;
	width: 748px;
	padding-top: 10px;
	padding-bottom: 10px;
}



/* Misc.
   ----------------------------------------------------*/
.clearit {
	clear: both;
}
