/**************** MISC AND GLOBALS ***************/
body
{
	background: url(../resources/images/bg.jpg); margin: 0px;
	font-family: Verdana; font-size: 12px;
	color: #ffffff;
}

.image { border: 8px #b1b1fc solid; margin-left: 5px; margin-bottom: 5px; }
a:hover, a:visited { color: #b1b1fc; text-decoration: none; }
a { color: #ffffff; text-decoration: none; }
input, textarea { color: #ffffff; border: 1px #b1b1fc solid; background-color: #7070e6; padding: 3px; font-family: Verdana; font-size: 12px; }
textarea { overflow-y: auto; }
.error { border: 1px #ff0000 solid;  }
.label { float: left; width: 120px; text-align: right; padding-right: 5px; }
button { color: #ffffff; border: 1px #b1b1fc solid; background-color: #7070e6; } 
.field { margin-bottom: 5px; }

#dbody { background: url(../resources/images/header.jpg) no-repeat center top; position: relative; }
#content { position: relative; margin: 0px auto; width: 896px; padding-bottom: 20px; }
#header { position: relative; height: 286px; }
#main {	position: relative; }
#boxes { position: relative; padding: 0px 40px 0px 40px; }
#footer { float: right; width: 100%; text-align: right; margin-top: 5px; }
#footer img { border: 0px; }
/*********** WIDE SECTION *************/
#box_wide { position: relative; width: 807px; height: auto;	background: url(../resources/images/wide_box.jpg); float: right; }
#box_wide .main { width: 100%; }
#box_wide .title { width: 100%; height: 83px; background: url(../resources/images/wide_header.jpg); }
#box_wide .footer { width: 100%; height: 90px; background: url(../resources/images/wide_footer.jpg); }
/*********** WIDE CONTENT *************/
#box_wide .block
{
	text-align: justify; position: relative; width: 88%;
	left: 45px; margin-top: -30px;
	line-height: 16px;
}
#box_wide h1
{
	text-align: right; position: relative; width: 88%;
	left: 45px; top: -50px;
	padding: 0px; margin: 0px;
	font-size: 10px;
}

#box_wide .etitle { width: 100%; float: left; font-variant: small-caps; text-align: center; font-size: 14px; font-weight: bold; margin-bottom: 10px; }
#box_wide .date { width: 100%; text-align: right; font-weight: bold; margin-bottom: 10px; }
#box_wide .text { text-align: justify; line-height: 16px; }
#box_wide .ptitle { border: 0px; }
#box_wide .images {	text-align: center;	width: 100%; margin-top: 10px; }
#box_wide .imagespot { border: 8px #f9af45 solid; margin-right: 12px; margin-bottom: 8px; float: left; }
#box_wide .archive { text-align: left; position: relative; width: 88%; margin-top: 20px; }
#box_wide ul { margin-top: 10px; margin-left: 15px; list-style-type: none; }
#box_wide li { list-style-image: url(../resources/images/point.jpg); margin-left: 0px; margin-bottom: 6px; }

