/*
Design by David Hirota
*/

body {
	margin: 0px 0 0 0;
	padding: 0; 
	background: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-size: 12px;
	color: #8A6C42;
	border-color:#000000;
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif; font-style: normal; 
	font-size: 18px;
	color: #8A6C42;
	font-style:italic;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: underline;
	color: #8A6C42;
}

a:hover {
	text-decoration: inherit;
}

/* Header */


#leftmargin {
	float: left;
	width: 124px;
	height: 1200px;
	margin: 0 auto;
	
}

#header {
	width: 807px;
	height: 207px;
	margin: 0 auto;
	background-image:url(images/img2.jpg);
}

#header * {
	text-decoration: none;
	text-align: left;
	color: #D6DCFE;
}

#header h1 {
	font-size: 16px;
	font-style:italic;
	text-align: left;
	color: #8A6C42;
}

#header h2 {
	font-size: 16px; 
	font-style:italic;
	color: #8A6C42; 
	text-align: left;
}

/* Menu */

#menu {
	
	width: 803px;
	height: 28px;
	margin: 0 auto;
	vertical-align: middle;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 0px 0 0px;
	
	text-align: center; 
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	font-size: small; font-weight: 400;
	color: #26325B;
}

#menu a:hover, #menu .active a {
	
	color: #26325B;
}

/* Content */

#content {
	width: 807px;
	margin: 0 auto;
	position: relative;
}


#colOne {
    float: left;
	width: 452px;
	padding: 30px 20px 20px 20px;
	
}

#colTwo {
	float: left;
	width: 260px;
	padding: 30px 20px 20px 20px;
	
}

#colThree {
    float: left;
	width: 365px;
	padding: 30px 20px 20px 20px;
	
}

#colFour {
	float: left;
	width: 330px;
	padding: 30px 20px 20px 20px;
	
}

#colSix {
	float: left;
	width: 190px;
	padding: 0px 0px 0px 0px;
	
}


#colSeven {
	float: left;
	width: 175px;
	padding: 0px 0px 0px 0px;
	
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 10px;
	padding: 0px 0 0 0px;
	/*
	background: url(images/img6.gif); */
	letter-spacing: normal;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #8A6C42;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 14px;
	color: #8A6C42E;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */s

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	/*
	background: url(images/img5.gif) repeat-x; */
}

#footer * {
	color: #8A6C42;
}

#footer p {
	text-align: center;
	font-size: smaller;
}