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

html body {
	background: url('images/bg_texture.jpg') top left repeat-x #e9e3d3;
	margin: 0px;
	padding: 0px;	
	min-height: 100%;	
	text-align: center;
	font-family: Palatino, Times New Roman, Times, serif;
	font-size: 14px;
}

img {
	border: 0px;
}

img.clip {
	border: 1px solid #600;
	float: right;
	margin: 0px 0px 10px 10px;
}

h3 {
	color: #600;
	font-weight: normal;
	text-align: left;
	font-size: 20px;
	margin: 0px;
}

.box-home h3 {
	color: #600;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	margin: 0px;
}

h4 {
	color: #630;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	margin: 0px;
}

#header {
	background: url('images/bg_header.jpg') top left repeat-x #980000;
	margin: 0px;
	padding: 0px;
	height: 120px;
	text-align: center;
}

#main {	
    margin: 0px auto;	
	padding: 0px;
	width: 880px;
	height: 100%;
}

#nav {
	margin: 0px 15px 15px 15px;
	padding: 0px;
	font-family: Palatino, Times New Roman, Times, serif;
	font-size: 12px;
	color: #900;
}

.content {
	background: #e5d5a9;
	color: #330;
}

#footer {
	margin: 0px;
	font-family: Palatino, Times New Roman, Times, serif;
	font-size: 12px;
}


/* BOX STYLES */

.box-home {
	font-size: 12px;
}

.box-content {
	margin: 15px;
}

.box-gold {
	background: url('images/box-gold_r.gif') top right repeat-y #e5d5a9;
	color: #000;
	text-align: left;
}

.box-gold-top {
	background: url('images/box-gold_ur.gif') top right no-repeat #e5d5a9;
}

.box-gold-bottom {
	background: url('images/box-gold_b.gif') bottom left repeat-x #e5d5a9;
}


.box-white {
	background: url('images/box-white_r.gif') top right repeat-y #FFF;
	color: #000;
	text-align: left;
}

.box-white-top {
	background: url('images/box-white_ur.gif') top right no-repeat #FFF;
}

.box-white-bottom {
	background: url('images/box-white_b.gif') bottom left repeat-x #FFF;
}

.box-blue {
	background: url('images/box-blue_r.gif') top right repeat-y #8da2ae;
	color: #FFF;
	text-align: left;
}

.box-blue-top {
	background: url('images/box-blue_ur.gif') top right no-repeat #8da2ae;
}

.box-blue-bottom {
	background: url('images/box-blue_b.gif') bottom left repeat-x #8da2ae;
}

/* OTHER STYLES */

.clip-text {
	width: 48%;
}

.right {
	float: right;
}

hr {
	border: 0px;
	height: 1px;
	color: #996633;
	background-color: #996633;
}