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

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0 20px 0;
	padding: 0;
	font: normal 14px 'Gill Sans', Helvetica, Sans-serif;
	color: #444;
	background-image: url(images/swatch.gif);
	background-repeat: repeat;
	height: 100%;
}

#frame {
	position:absolute;
	left:225px;
	top:325px;
	width:654px;
	height:820px;
	z-index:6;
}

/* links */
a.nav { background: inherit; color: #660033; text-decoration: none; font-size:12px; }
a.nav:hover { background: inherit; color: #660022; text-decoration: underline; }

/* headers */
h1 {
	font: bold 18px 'Garamond', Georgia, serif;
	color:#000;
}


p, h1 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #993333;	
}
ul span, ol span {
	color: #333;
}

/***********************
	  LAYOUT
************************/

#wrap {
	width: 770px;
	margin: 0 auto;
	background-image:inherit;
}
#header-content, #content {
	width: 740px;	
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 455px;
	height: 156px;
	background-image: url(images/main.gif);	
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
}
#logo-box #logo {
	position: absolute;	 
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 34px;
}


/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background-image: url(images/swatch2.gif);
	float: left;
}
#menu ul {
	font-family:'Garamond', Georgia, serif;
	font-size:18px;
	letter-spacing: 2px;
	width: 740px;
	color:#FFF;
	background-image: url(image/swatch2.gif);		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #999;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #259238;
	color: #FFF;
}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF;
}
#content {
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* main */
#main {
	float: left;
	width: 85%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 14px 0 0 0;
	font: normal 'Gill Sans', Helvetica, sans-serif;
	height: 45px;
	color:#CCC;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

