
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: center;
	background: url(../images/bgrep.png);
	margin: 0px;
	padding: 0px; 
}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 802px;
	background-color: white;
	background: url(../images/bg.png) repeat-y top; border: none;
	text-align: left;
}

#header {
	background-color: #ccc;
 	height: 203px; width: 758px; 	
 	border-bottom:1px solid #c1cdc1;
 	padding: 0px;
	margin: 0px auto;
	width: 100%;
}
	
#headerimg 	{ 
	background: url(../images/header.png) no-repeat bottom center; 
	margin: 0px; 
	height: 203px; 
	width: 740px; 
	display:block; 

	width: 100%;
}

#search {
	display:block;
	float:left;
	text-align: center;
	width:180px;	
}

#search  form {
	display:inline;
}

#search  input {
	color:#7A7A7A;
}
		
#sidebar {	
	float: left;
	display:inline;
	width: 180px;
	padding:10px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 10px;
}

#bandeau {
	display:block;
	float:left;
	width:180px;
	padding-top:8px;
	text-align:center;
	border-top:1px solid #ddd;
	}	
	
#content {

}

#footer {
	padding: 0px;
	margin: 0px auto;
	width: 800px;
	clear: both;
	text-align: center;
	height:20px;
	border-top:1px solid #c1cdc1;
	border-left:1px solid #6f776f;
	border-right:1px solid #6f776f;
	border-bottom:1px solid #6f776f;
	background-color: #f4f7f8;
}
	
#footercontent {
	padding-top:5px;
	width: 800px;
}

.narrowcolumn {
	float: left;
	margin: 0px;
	padding-left:20px;
	padding-top:10px;
	width: 530px;
}

.post {
	margin:0px;
	padding: 0px; 
	text-align: justify;
}

/* Objs */

hr {
	display: none;
	}

a img {
	border: none;
	}

/* TYPO */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 1.4em;
	margin: 5px 0 0;
	padding: 0px;
}

h3 {
	font-size: 1.3em;
	padding: 0px;
}

h4 {
	font-size: 1.2em;
	padding: 0px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

a, h2 a:hover, h3 a:hover {
	color: #a83c0f;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
	

