*{
   margin: 0;
   padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #d9b837;
	color: #4a2400;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	font-family: georgia, times, serif;
}


 
#wrapper {
	position: absolute;
	top: 120px;
	left: 12px;
	background-color: transparent;
	width: 55em;
	height: 670px;
	padding: 0;
	
}





/*  --------------------- C O N T E N T ----------------------  */
#content {
	margin-left: 190px;
	top: 0px;
	left: 185px;
	background-color:#f5efd0;
	width: 600px;
	min-height: 380px;
	
	padding: 10px;
	border: 1px solid #4a2400;
}


#content h1, h3 {
	color:#ba4f19;
	padding: 0;
	
	font-weight: bold;
}


#content a {
	font-family: georgia, times, serif;
	font-size: 14px;
	
	color: #4a2400;
}

#content a:link {
	color: #4a2400;
}

#content a:hover {
	color:#b3932c;
}

#content a:active {
	color:#dd6b2b6;
}

#content a:visited {
	color:#8f701d;
}



#content h1 {
	font-size: 28px;
	
}

#content h3 {
	font-size: 18px;
	padding-bottom: 5px;
}

#content p {
	font-size: 14px;
	font-family: georgia, times, serif;
	line-height: 19px;
}


#content img {
	float: left;
	margin: 0 20px 10px 0px;
	border: 1px;
	border: 1px solid #4a2400;
	
}

#content ul {
	font-size: 14px;
	
	line-height: 19px;
	line-height: 1.2em;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px
}

#content li {
	line-height: 1.2em;
	padding: 0px 0px 15px 0px;
	
}



/*  --------------------- S I D E B A R ----------------------  */

#sidebar {
	position: absolute;
	top: 00px;
	left: 0px;
	background-color:#dd6b2b;
	width: 170px;
	min-height: 400px;
	color: #f5efd0;
	padding: 0;
	font: 14px tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #4a2400;
	letter-spacing: 0.04em;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;	
}


#sidebar ul {
	list-style-type: none;
	margin: 0;
	
	line-height: 1.2em;
	
}




#sidebar li {
	
	border-bottom: 1px dashed #CCCCCC;
	border: 0;
	padding: 0;
	border-bottom: 1px dashed #4a2400;
}

#sidebar li a {
	color: #FFCC00;
	display: block;
	line-height: 1.2em;
	padding: 12px 3px 10px 7px;
	text-decoration: none;
		
}

#sidebar li a:hover{
	background-color: #ad5a2b;
	color: #FFFFFF;
	border-left-color: #00FF00;
	
}

.currentpage p{
	background-color:#ffaa7e;
	color: #4a2400;
	display: block;
	padding: 12px 3px 10px 7px;
	margin: 0; 
	
}


/*  --------------------- M A D E  B Y ----------------------  */

#made {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	letter-spacing: 2px;
	font-style: italic;
	margin: 5px 0 10px 190px;
}

#made a{
	color: #ba4f19;
	text-decoration: none;
}

#made a:hover {
	color: #000000;
	font
}

/*  --------------------- EVENT ----------------------  */

.event {

	border: 4px double #ba4f19;
	background-color: #eada92;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

.event p{

	margin-bottom: 10px;
}




