/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}caption{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	text-decoration:none;
	color:#9b3535; 
}
a:hover {
	text-decoration: underline;
	color: #CC0000
}
#wrap {
	width:900px;
	text-align:left;
	margin:0 auto;
	background:url(../images/bg.jpg); 
}

#content {
	margin: 0 83px 0 70px;
}

.clearfix{ clear:both}


/* header */
#header { position:relative;height:111px;  background:url(../images/hd.jpg);  }

#logo {position:absolute; top:30px; left:80px}
#logo h1 {
	font-size:34px;
	color: #9B3535
}
#logo div {
	padding-left:100px
}
#nav {
	position:absolute; top:35px; left:420px;
	background:url(../images/nav.jpg);
	width:451px; height:30px; line-height:30px;
	padding:0 0 0 20px;
}

#nav li {
	float:left;
	font-weight:700;
	padding:0 5px;
	list-style: none;
}

#nav a {
	text-decoration:none;
	display:block;
	text-align:center;
	color:#fff;
	padding: 0 10px;
}
#nav a:hover, #nav a.current {
	background: #AA4479;
	color:#000000;
}
/* content */

#text h2 {
	font-size:230%;
	margin: 0.7em 0;
}
#text img {margin:10px 0 0 0}


#col {
	margin:30px 0  10px;
	background:url(../images/col.jpg);
}

#col div {
	margin-right: 40px;
	float: left;
}

#col ul {
	margin: 6px 0 6px 30px;
}

#col li{
	color: #9b3535;
}

#col a {
	color:#9b3535;
	text-decoration:underline;
}

#side {
	width: 250px;
	display: inline;
	float: right;
	margin-left: 35px;
	margin-top:20px;
	margin: 20px 0 30px 35px;
}
#side h2 {
	font-size:170%;
	margin-bottom: 20px;
}
#side li {line-height:20px; color:#9b3535;}
#side li.selected {font-weight: bold;}
#side ul {margin:0 20px 0 20px}

/* footer */
#footer { background:url(../images/ft.jpg); height:100px; position:relative}
#ftinner{ position:absolute; bottom:20px; width:680px; margin-left:80px; color:#E98383}
#ftinner a {color:#FFFFFF}
.ftlink {width:500px; float: left;}
.valid {float: right;}


#text p {
	margin: 1em 0;
}
#text li {
	padding-left: 10px;
}

#text ul, #text ol {
	margin: 6px 0 6px 50px;
}

#text table {
	margin: 0 auto;
}

#text td {
	padding: 5px 8px;
}

#text h3 {
	font-weight: bold;
	font-size: 150%;
	margin: 0.7em 0;
}

#text .entry {
	margin-bottom: 2em;
	border-bottom: 1px solid #9b3535;
	padding-bottom: 1em;
}

#text img.left {
	margin: 0 1em 1em 0;
	float: left;
}

#text img.right {
	margin: 0 0 1em 1em;
	float: right;
}