/* CSS Document */

body {
	  margin: 0 0;
	  text-align:center;
	  font: 78%/1.5 arial, helvetica, serif;
	  background: #ffffff;
	  background-image: url(images/backre.gif);
		background-repeat: repeat-x;

		 
  	}

#container {
margin: 2px auto;
overflow:auto;
text-align:left;
width: 910px;
background-image: url(images/mainback.gif);
background-repeat: repeat-y;
background-position: top left;
border: 5px solid  #000000;

}
#header {
text-align:left;
height: 250px;
width:auto;
  background: #ffffff;


}
#content {
top:0;
float: left;
width: 650px;

overflow:auto;



}
#sidebar {
float: right;
left: 660px;
text-align:left;
width: 200px;

}

p {
	font-size: 1.1em;
	margin: 1em 2em 1em 3em;
}

#sidebar a, #sidebar a:visited {
	color: #d6d6d6;
	font-size:1.1em;
	font-weight: bold;
}
#sidebar a:hover {
	color: black;
	font-size:1.1em;
	font-weight: bold;

	
}

#header a, #header a:visited {
	color: #d6d6d6;
	font-size:.8em;
}

table {
	font-size:1em;
}

#textbox {
background: #D6D6D6;
margin: 0 30px 20px 30px;
font-size:1.2em;
}
#textbox a {
	color: #7c7c7c;
	font-size:1.2em;
}

h3, h2, h4, h1{
 	color: #881212;
	margin: .5em .5em .5em 1em;
}





#footer {
width:900px;
	margin: 0 auto;
	text-align:left;
	color:#000000;
}

#footer a, #footer a:visited{
	color: #7c7c7c;
	font-size:1em;
}


