/* -------------------- */
/* Global               */
/*----------------------*/

body
{
	background-color: #f3f2e8;
	margin: 0px 0px 0px 0px;
}

.text
{
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 12px;	
	text-align: justify;
	color: #7f7f7f
}

.topic
{
	margin: 0px;
	padding: 0px;
	font-family: palatino, georgia, serif;
	font-size: 19px;
	color: #421211;
}

a:link 
{ 
	font-size: 12px;
	text-decoration: none; 
	color: #fe4e4d;
}

a:visited 
{ 
	font-size: 12px;
	text-decoration: none; 
	color: #fe4e4d;
}

a:link:hover 
{ 
	font-size: 12px;
	text-decoration: none; 
	color: #CC6600;
}

a:visited:hover 
{ 
	font-size: 12px;
	text-decoration: none; 
	color: #CC6600;
}

/* -------------------- */
/* Wrapper              */
/*----------------------*/

#wrapper {
	margin: auto;
	text-align: left;
	width: 900px;
	background: #e5e5e5;
}

/* -------------------- */
/* Header               */
/*----------------------*/

#header {
  background:#f3f2e8 url("/img/banner.jpg") no-repeat 0 0;
  float:left;
  width:100%;
  height:143px;
  }
  
#header h1  {display:none;}

/* -------------------- */
/* Content              */
/*----------------------*/

#content
{
	background:#ffffff;
	border-right-style: solid;
	border-right-color: #2e68ac;
	border-left-style: solid;
	border-left-color: #2e68ac;
	border-bottom-style: solid;
	border-bottom-color: #2e68ac;
	border-width: thin; 

}

#content .column
{
	position: relative;
	float: left;
}

#main
{
	padding: 10px 20px;
	width: 650px;
}


#sideBar
{
	width: 175px;
	padding: 10px 5px 10px 5px;
	border-right: 1px dashed #e2e2e1;
}


/* -------------------- */
/* SideBar              */
/*----------------------*/

#sideWrapper
{
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	 width: 150px;
}


ul
{	margin-top: 25px;
	text-align: right;
	padding-right: 10px; 
	list-style-type: none; }
	}

#nav
{
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 22px;
}

#nav a
{
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration:none;
}

#nav a:visited
{
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration:none;
}

#nav a:hover
{
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration:none;
}

#nav a:visited:hover
{
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration:none;
}

#teaser {
	bottom: 10px; 
	margin-left: 10px;
	margin-top: 100px;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 15px;	
	text-align: justify;
	color: #7f7f7f
	}



/* -------------------- */
/* News                 */
/*----------------------*/

#news
{

}

#news img
{
	border: 0px;
}

#news .post
{

}

#news .post .date
{
	font-size: 12px;
	border-bottom: 1px solid #848484;
}

#news .post .topic
{
	padding-top: 5px;
	padding-bottom: 2px;
}

#news .post .discuss
{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
}

#about
{
	position: relative;
	background: #E6E3D7;
	color: black;
	padding: 5px 10px;
	height: 60px;
	color: #383d44;
	width: 650px;
}

#about .topic
{
	font-family: Georgia, serif;
	background: #E6E3D7;
	font-size: 19px;
	font-weight: normal;
}

#about .text
{
	font-size: 14px;
	background: #E6E3D7;
	font-weight: normal;
	color: #464a52;
}

#about img
{
	float: right;
}

#copyright {
	bottom: 10px; 
	margin-left: 10px;
	margin-top: 50px;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 15px;	
	text-align: center;
	color: #7f7f7f
	}

	
#inset {
	width: 350px;
	float: left;
	margin-right: 25px;
	margin-top: 15px;
    margin-bottom: 25px;
    text-align: right;
	}

#inset h3 {
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 15px;	
	font-weight: 100;
	text-align: right;
	}
	
#inset h6 {
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 10px;	
	text-align: right;
	font-weight: 200;
	margin-top: -10px;
	}


/* -------------------- */
/* Footer               */
/*----------------------*/

#footer
{
	clear: both;
	padding: 0px;
	margin: 0px auto 0px auto;	
	width: 900px;
	color: white;
	font-size: 3px;

}
