body {
	background:url(../images/background.jpg) top center no-repeat #EFDEC5;
	color: #71467F;
	font-family: verdana, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
}

ul li {
	line-height: 2em;
}
a {
	color: #71467F;
	text-decoration: none;
}
:link img {
	border: none;
}

h2 {
}
h3 {
	font-weight: bold;
}
p {
	margin-bottom: 2em;
}

#page {
}
#box {
	width: 1051px;
	margin: 50px auto;
}

#box-top {
	width: 1051px;
	height: 24px;
	background:url(../images/box-top.png) top left;
}
#box-top div {
	float: right;
	width: 26px;
	height: inherit;
/*	background:url(../images/box-top.png) top right; */
}

#box-middle {
	width: 1051px;
	background:url(../images/box.png) top left repeat-y;
}
#box-middle div#body {
	height: inherit;
/*	background:url(../images/box.png) top right repeat-y; */
}

#box-bottom {
	width: 1051px;
	height: 24px;
	background:url(../images/box-bottom.png) top left;
}
#box-bottom div {
	float: right;
	width: 26px;
	height: inherit;
/*	background:url(../images/box-bottom.png) top right; */
}

.clearfloat {
	clear: both;
	
}

#body {
	width: 1025px;
	margin-left: 26px;
}
#header {
	width: 999px;
	height: 348px;
	background:url(../images/header.png) top left no-repeat;
}
#header-home {
	width: 999px;
	background:url(../images/header.png) top left no-repeat;
}
#headerimage {
	height: 216px;
	width: 100%;
	background:url(../images/header2.png) top left no-repeat;
}
#content {
	width: 999px;
	height: 450px;
	border-top: 1px solid #C5B393;
}
#footer {
	width: 999px;
	height: 108px;
	background:url(../images/footer.png) top left no-repeat;
}

.secondary-nav {
	width: 99%;
	padding-top: 83px;
}
	.secondary-nav-list {
		height: 26px;
		line-height: 26px;
		text-align: right;
	}
	.secondary-nav-list li {
		display: inline;
		margin-left: 5px;
		padding-left: 8px;
		color: #c5b393;
		font-size: 75%;
		border-left: 2px solid #c5b393;
	}	
	.secondary-nav-list li.first {
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
	}
	.secondary-nav-list li a {
		text-decoration: none;
		color: #c5b393;
	}
.primary-nav {
	background: #C5B393;
	height: 23px;
}
	.primary-nav-list {
	height: 23px;
	line-height: 23px;
	}
	.primary-nav-list li {
		float: left;
	}

#footer-nav {
	margin-left: 349px;
}
.footer-primary-nav {
	padding-top: 22px;
	background:url(../images/line.png) bottom left repeat-x;
	height: 25px;
}
	ul.footer-primary-nav-list {
		height: 24px;
	}
	ul.footer-primary-nav-list li {
		float: left;
		margin-right: 5px;
		padding-left: 8px;
		color: #c5b393;
		font-size: 75%;
	}
	ul.footer-primary-nav-list li a {
		text-decoration: none;
		color: #c5b393;
	}
.footer-secondary-nav {
	height: 22px;
}
	ul.footer-secondary-nav-list {
		height: 22px;
		line-height: 22px;
	}
	ul.footer-secondary-nav-list li {
		display: inline;
		margin-right: 5px;
		padding-left: 8px;
		color: #c5b393;
		font-size: 75%;
		border-left: 2px solid #c5b393;
	}
	ul.footer-secondary-nav-list li.first {
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
	}
	
	ul.footer-secondary-nav-list li a {
		text-decoration: none;
		color: #c5b393;
	}

#copyright {
	padding: 18px 4px 0 0;
	float: right;
	color: #666;
	font-size: 70%;
	font-family: sans-serif;
}

#content #content-graphic {
	width: 286px;
	height: inherit;
	background:url(../images/content.png) top right repeat-y;
	float: left;
}
#content #content-body {
	width: 650px;
	padding-top: 75px;
	height: 400px;
	float: right;
}

.content-body-padding {
	padding: 0 10px 0 0;
	height: 375px;
	width: 600px;
	overflow:auto;
}

button {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}



ul.portfolio-list {
}
ul.portfolio-list li {
	float: left;
	margin: 0 10px .5em 0;
	display: block;
	width: 100px;
	height: 150px;
	text-align: center;
	line-height: 1.2em;
}
ul.portfolio-list li img {
	margin-bottom: 5px;
}	
ul.portfolio-list li a {
}


div#link-list {
}
div#link-list h3 {
	margin-bottom: 0.5em;
}
div#link-list p {
	margin: 0 0 2em 1em;
}
div#link-list p span {
	font-weight: bold;
}

div#faq-list {
}
div#faq-list p {
	margin-bottom: 2em;
}
div#faq-list p span {
	font-weight: bold;
}

div#testimonial-list {
}
div#testimonial-list p {
	margin-bottom: 2em;
	width: 95%;
}
div#testimonial-list p span {
	display: block;
	margin-left: 1em;
	font-style: italic;
}


table#package-list {
	margin-bottom: 40px;
}
table#package-list td.idx {
	text-align: center;
	width: 20px;
}
table#package-list td.name {
	width: 200px;
	height: 30px;
}
table#package-list td.detail {
}
a.package-item {
	text-decoration: underline;
}
