body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 120px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}

#main {
	background-color: #fff5e9; 
	width: 774px;
	overflow: hidden;
}

#home_content {
	font-size: 14px;
	color: #325b91;
	font-family: arial, sans-serif; 
	text-align: left;
	letter-spacing: 1px;
}

#home_content p {
	line-height: 140%;
}

#home_nav ul li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#home_nav ul li a {
	list-style-type: none;
}

#home_nav ul li a:hover,a:active {
	list-style-type: none;
}

#content {
	padding: 0px 0px 25px 0px;
	width: 750px;
	font-size: 12px;
	color: #325b91;
	font-family: arial, sans-serif; 
	text-align: left;
	letter-spacing: 1px;
}

#content p {
	line-height: 140%;
}

#content a {
	font-size: 12px; 
	color: #da0017; 
	font-family: arial, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	letter-spacing: 1px;
}
	
#mainNav {
	padding: 0px 0px 25px 0px;
	font-size: 12px; 
	color: #dcc8ac; 
	font-family: helvetica, sans-serif; 
	font-weight: normal; 
	text-align: center; 
	text-decoration: none; 
	letter-spacing: 5px;
}	

img {
	border: none;
}

#imageGallery {
	width: 500px;
}

#imageGallery img {
	padding: 5px 5px 5px 5px;
}

#frame {
	padding: 0px 25px 50px 25px;
	overflow: hidden;
}

#home_leftcol {
	padding: 0px 0px 0px 0px;
	width: 470px;
	height: auto;
	float: left;
	overflow: hidden;
}

#home_rightcol {
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: auto;
	float: left;
	overflow: hidden;
}

#leftcol {
	padding: 0px 0px 0px 0px;
	width: 400px;
	height: auto;
	float: left;
	overflow: hidden;
}

#rightcol {
	padding: 15px 0px 0px 20px;
	width: 225px;
	height: auto;
	float: left;
	overflow: hidden;
}

.red {
	color: #da0017;
}

h1 {
	font-size: 18px;
	color: #da0017;
	font-family: arial, sans-serif; 
	text-align: left;
	letter-spacing: 2px;
}

h2 {
	font-size: 16px;
	color: #da0017;
	font-family: arial, sans-serif; 
	text-align: left;
	letter-spacing: 1.5px;
}

h3 {
	font-size: 14px;
	color: #da0017;
	font-family: arial, sans-serif; 
	text-align: left;
	letter-spacing: 1px;
}

.redHeading {
	font-size: 14px;
	color: #da0017;
	font-family: arial, sans-serif; 
	text-align: left;
	letter-spacing: 1px;
}

.small {
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	color: #325b91;
	font-family: arial, sans-serif; 
	text-align: left;
	letter-spacing: 1px;
}

form div {
	padding: 5px 0px 0px 5px;
	margin: 5px 0px 0px 5px;
}

form div input[type='text'] {
	width: 250px;
}

#quantity input[type='text'] {
	width: 25px;
}

div label:after {
	content: ':';
}

input.button {
	color: #da0017;
}

.red {
	color: red;
}

textarea.bigTextarea {
	width: 500px;
	height: 500px;
}

textarea.smallTextarea {
	width: 250px;
	height: 60px;
}

#store {
	padding: 0px 0px 0px 25px;
	width: 450px;
}

#store h4 a {
	font-size: 14px;
	color: #da0017;
	font-family: arial, sans-serif;
	text-align: left; 
	letter-spacing: 1px;
}

/*Calender Sytles*/
.prev {
	text-align: left;
	font-weight: bold;
}

.next {
	text-align: right;
	font-weight: bold;
}

.month {
	font-weight: bold;
}

.weekday {
	text-decoration: underline;
}

.day, .month, .weekday {
	text-align: center;
}

.today {
	background: #F68E75;
	text-align: center;
	font-weight: bold;
	color: #da0017;
}

.blank {

}
/*End Calendar Styles*/

#footer {
	font-size: 10px;
	color: #325b91;
	font-family: arial, sans-serif; 
	text-align: center;
	letter-spacing: 1px;
	white-space: nowrap;
}

#footer a {
	font-size: 10px;
	color: #da0017;
	font-family: arial, sans-serif; 
	text-align: center;
	letter-spacing: 1px;
}