@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/background-home.gif);
	background-repeat: repeat-x;
}
#container  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;
	margin: 25px auto 0 auto;
	text-align: left;
	background-repeat: norepeat;
	background-color: #transparent;
} 

a:link, a:active, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #93A7A2;
	text-decoration: underline;
	}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fbb03b;
}






#header {
	height: 120px;
	width: 900px;
	background-color: #transparent;
	background-image: url(../images/swirl.png);
	background-repeat: no-repeat;
}

#mainContent  {
	margin: 40px auto 0 auto; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #transparent;
	width: 700px;
}
#mainContent p {
	padding: 5px 0 0 0;
	font-family: Goudy, Georgia, times;
	font-size: 14px;
	line-height: 1.2em;
	color: #333;
}

.content_block {
	
}
.store {
    margin: 0 0 0 -7px;
}
.photo-holder {
	float: right;
	padding: 0 0 0 7px;	
}
.photo {
	float: right;
	padding: 5px;
	border: dotted #7a9095 1px;
	
}
.blog-photo {
	float: right;
	padding: 0;
	margin: 17px 0 0 10px;
	
}

	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColAbs #sidebar1 { width: 180px; }

<![endif]
#header {
	height: 200px;
}

#navbar {
	height: 25px;
	background-color: #7a9095;
	margin: 0 auto;
	width: 500px;
}
#search {
	float: right;
	margin: -20px 20px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 2px 0;
	color: #93a7a2;
	border-bottom: dotted #7a9095 1px;
}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#93A7A2;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fbb03b;
	text-align: center;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fbb03b;
	text-align: left;
	background-image: url(../images/blog-back.jpg);
	background-repeat: no-repeat;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #93A7A2;
	text-align: right;	
}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
}



#tagline {
	position: center;
}


#content {
	clear: both;
}

/*---------------3 Column Layout (3 equal columns)----------------*/
					
					#column1 {
	float: left;
	width: 200px;
					}
					
					#column2 {
	float: left;
	width: 200px;
	margin-left: 45px;
	margin-right: 45px;
					}
					
					#column3 {
	float: left;
	width: 200px;
					}
					
					/*---------------2 Column Layout (with small sidebar)----------------*/
					
					#main {
						float: left;
						width: 585px;
					}
					
					#sidebar {
						float: left;
						width: 300px;
						margin-left: 45px;
					}
.home {
padding-top: 0px;
margin: -15px 0 0 0;
}

.home2 {
padding-top: 0px;
margin: 0 0 0 0;
}


.home img {
	margin: 0;
}
