/* CSS Document */

body {
		margin: 					0px;
		padding:					0px;
		color:						#fff6e2;
}

h1 {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					16px;
		letter-spacing:				.2em;
		padding: 					10px 35px 10px 35px;
		color:						#666;
		margin: 					0px;
}

h2 {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					14px;
		letter-spacing:				.2em;
		padding: 					10px 35px 10px 35px;
		color:						#666;
		margin: 					0px;
}

h3 {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					14px;
		padding: 					10px 55px 10px 55px;
		line-height:				normal;
		color:						#966;
		margin: 					0px;
		font-weight:				normal;
        clear: left 
}

h2.left {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					14px;
		letter-spacing:				.2em;
		padding: 					222px 35px 10px 35px;
		color:						#666;
		margin: 					0px;
}

h2.left2 {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					14px;
		letter-spacing:				.2em;
		padding: 					155px 35px 10px 35px;
		color:						#666;
		margin: 					0px;
}

p {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				18px;
		padding:					10px 35px 10px 35px;			
        color:						#666;
		text-align:					left;
		margin: 					0px;
        clear: left 
}

div {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				18px;
		padding:					10px 55px 10px 55px;			
        color:						#666;
		text-align:					left;
}

p.left_column {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				18px;
		padding:					205px 35px 10px 35px;			
        color:						#666;
		text-align:					left;
		margin: 					0px;
}

p.center {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				18px;
		padding:					10px 35px 10px 35px;			
        color:						#666;
		text-align:					center;
		margin: 					0px;
}

p.right {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				18px;
		padding:					10px 35px 10px 35px;			
        color:						#666;
		text-align:					right;
		margin: 					0px;
}

p.indent {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				18px;
		padding:					10px 65px 10px 65px;			
        color:						#666;
		text-align:					left;
		margin: 					0px;
}

hr {
		height:						3px;
		border-style:				none;
		background-image:			url(images/hr.gif);
		background-repeat:			repeat-x;
		margin:						15px 45px 15px 45px;
}

img.padded {
		padding:					0px 0px 0px 35px;			
}

span.quotes {
	font-family:       			Gilde, Georgia, Times, Times new roman, serif;
	font-size:					12px;
	font-style:					italic;
	letter-spacing:				0.1em;
	color:						#8D5D5B;
}

span.optima {
	font-family:       			Optima, Gilde, Georgia, Times, Times new roman, serif;
	font-size:					16px;
	font-style:					italic;
	letter-spacing:				0em;
	color:						#8D5D5B;
}

span.copperplate {
	font-family:       			Copperplate, Gilde, Georgia, Times, Times new roman, serif;
	font-size:					16px;
	font-variant:				small-caps;
	color:						#666;
}

span.smaller {
		font-size:					11px;
		line-height: 				15px;
}

span.larger {
		font-size:					14px;
}

span.largest {
		font-size:					15px;
		letter-spacing:				.1em;
}

ul {
		list-style:					circle inside;
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				18px;
		padding:					10px 45px 10px 65px;			
        color:						#666;
		text-align:					left;
		margin: 					0px;
}

a {
		font-weight:	 			bold;
		text-decoration: 			none;
        color:						#666;
		border-bottom:				1px dotted #999;
}

a:hover {
		font-weight:	 			bold;
		text-decoration: 			none;
        color:						#333;
		border-bottom:				0px;
}

a.list {
		font-weight:	 			bold;
		text-decoration: 			none;
        color:						#966;
		border-bottom:				0px;
		font-size:					14px;
}

a.list:hover {
		font-weight:	 			bold;
		text-decoration: 			none;
        color:						#666;
		border-bottom:				1px dotted #999;
		font-size:					14px;
}

p.navigation {
		font-family: 				Arial, Helvetica, sans-serif;
		font-size:					12px;
		line-height: 				22px;
		padding:					5px 45px 5px 155px;			
        color:						#666;
		text-align:					right;
		letter-spacing:				.1em;
}

a.nav {
		font-size:					16px;
		font-weight:	 			bold;
		text-decoration: 			none;
        color:						#966;
		border-bottom:				0px;
		letter-spacing:				.1em;
}

a.nav:hover {
		font-size:					16px;
		font-weight:	 			bold;
		text-decoration: 			none;
        color:						#633;
		border-bottom:				0px;
		letter-spacing:				.1em;
}

span.nav {
		font-size:					16px;
		font-weight:	 			bold;
		text-decoration: 			none;
        color:						#666;
		border-bottom:				0px;
		letter-spacing:				.1em;
}

br        { 
        clear: left 
}

.background {
	background-image:url(images/bg/bg.jpg);
    background-repeat: repeat-y; 
}

.landing-page {
	background-image:url(images/bg/landing-page.jpg);
    background-repeat: no-repeat; 
}

.header {
	background-image:url(images/bg/header.jpg);
    background-repeat: no-repeat; 
}

.linkarea {
	background-image:url(images/bg/linkarea.jpg);
    background-repeat: no-repeat; 
}

.body {
	background-image:url(images/bg/body.jpg);
    background-repeat: no-repeat; 
}

.bottom {
	background-image:url(images/bg/bottom.jpg);
    background-repeat: no-repeat; 
}

.footer {
	background-image:url(images/bg/footer.jpg);
    background-repeat: no-repeat; 
}

