/* sub one, main background and that junk. */

* {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	background: #526c85 url('img_14.gif') repeat-y center;
	margin: 0 auto;
	text-align: center;
	font-family: 'garamond', serif;
}

div#wrap {
	margin: 0 auto;
	text-align: center;
	width: 750px;
	background: url('img_01.gif') repeat-y;
	overflow: hidden;
}


/* sub two, the top stuff */

div#top {
	background: url('img_03.jpg') no-repeat;
	height: 149px;
}

div#descrip {
	text-align: justify;
	width: 165px;
	padding: 46px 450px 0 0;
	color: #3A3238;
	font-family: 'verdana', sans-serif;
	font-size: 11px;
	line-height: 16px;	
}

html>body div#descrip {
	padding: 46px 400px 0 70px;
}

div#descrip a:link, div#descrip a:visited {
	color: #dfE0de;
	cursor: default;
}

div#descrip a:hover {
	color: #4D4D4D;
	cursor: default;
}	

div#title {
	text-align: left;
	color: #d4d4d4;
	font-size: 43px;
	text-transform: uppercase;
	margin: -90px 0 0 340px;
}

div#descrip2 {
	text-align: left;
	margin: 12px 0 0 315px;
	color: #D6C2D0;
	font-size: 30px;
	font-style: italic;
}

/*sub three, main body: content and navigation */


div#navi {
	width: 249px;
	float: left;
	text-align: left;
}

div#content {
	width: 415px;
	float: left;
	padding: 0 8px;
	text-align: justify;
	margin: -29px 0 0 0;
	background: url('img_13.gif') no-repeat bottom right;
	font-family: 'verdana', sans-serif;
	font-size: 11px;
}

div#content p {
	line-height: 16px;
	margin: 10px 0;
	color: #eff6ea;
}

/* sub 3.2, navigational items */

div#navi h1 {
	background: url('img_04.gif') no-repeat;
	height: 34px;
	width: 177px;
	margin: 0 0 -7px 11px;
	font-size: 21px;
	text-transform: uppercase;
	padding: 7px 0 0 55px;
	color: #6c691e;
}

div#navi ul {
	margin: 0 0 0 18px;
	list-style-image: url('blank.gif');
}

div#navi li {
	margin: 7px 0;
}

div#navi a:link, div#navi a:visited {
	padding: 0 0 0 45px;
	background: url('img_05.gif') no-repeat;
	display: block;
	text-decoration: none;
	color: #c2d5c7;
	text-transform: uppercase;
	height: 19px;
	font-size: 16px;
}

div#navi a:hover {
	background: url('img_06.gif') no-repeat;
}

/* sub 2.7, content styling */

div#content em, div#content i, div#content b, div#content strong {
	color: #e8c5cf;
}

div#content hr {
	color: #edefd9;
	height: 1px;
}

div#content h1 {
	text-align: right;
	background: url('img_07.gif') no-repeat;
	height: 81px;
	width: 479px;
	margin: 0 0 0 -8px;
	font-size: 24px;
	text-transform: uppercase;
	color: #100848;
	font-weight: 600;
	font-family: 'garamond', serif;
}

div#content .h1text {
	position: relative;
	top: 10px;
	right: 50px;
}

div#content #firstbox {
	margin: -37px 0 0 -2px;
	background: #A0B498 url('img_08.gif') no-repeat bottom;
	width: 423px;
}

div#content #firstbox #p{
	margin: 2px 0;
	padding: 5px;
}

div#content #firstbox p {
	color: #514F25;
	line-height: 16px;
}


div#content h2 {
	background: url('img_09.gif') no-repeat;
	width: 431px;
	height: 78px;
	padding: 18px 0 0 40px;
	margin: -8px 0 -13px -9px;
	color: #D4D3D3;
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'garamond', serif;
	font-weight: 600;
}

div#content h3 {
	color: #354B66;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'garamond', serif;
	margin: -45px 0 0 55px;
}

div#content h3 a:link, #div content h3 a:visited {
	color: #c4c3c5;
	text-decoration: none;
}

div#content h3 a:hover {
	color: #4a4b4b;
}

div#content .box {
	margin: 6px 0 15px 37px;
	background: url('img_10.gif') repeat-y;
	width: 426px;
}

div#content .box p {
	color: #313a43;
}

div#content .box2 {
	background: url('img_11.gif') no-repeat bottom left;
	padding: 5px 7px 12px 12px;
}

div#content a:link, div#content a:visited {
	color: #475c76;
	text-decoration: none;
	font-weight: bold;
}

div#content a:hover {
	color: #3b5429;
	text-decoration: underline;
}

div#content input, div#content textarea {
	width: 335px;
	font-family: 'verdana', serif;
	font-size: 11px;
	line-height: 15px;
	background: #B498AB;
	border: #D9E9F8 solid 1px;
	color: #fff;
}

div#content .button {
	width: 130px;
}


/* sub four: bottom */

div#bottom {
	background: url('img_12.gif') no-repeat center;
	height: 42px;
	width: 750px;
	text-align: center;
	margin: 0 auto;
}

div#bottom #copyright {
	color: #CDD7DD;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	position: relative;
	top: 20px;
	left: 24px;
}


