body {
	margin: 0px;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background:url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top:10px;

}
#eventback {
margin-bottom:10px;
}
h1, h2, h3 {
	margin: 0;
	
	font-weight: normal;
	color: #50839b;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p {
	margin: 0 0 2em 0;
	
	text-align: justify;
	line-height: 26px;
	font-size: 12px;

}
ul, ol {
	margin: 0 0 1em 0;
	text-align: left;
	line-height: 16px;
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #009900;
}

a:active {
	text-decoration: none;
	color: #009900;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #009900;
}

img {
	border: none;
}

/* LOGO */


#logo {
	width: 800px;
	height: 62px;
	margin: 0 auto;
}

#logo-wrap {

margin: 0px;

}





/* Menu */

#menu {
	width: 800px;
	height:40px;
	margin: 0 auto;
	padding:0;
	background: url(images/menu_back.jpg);
	background-repeat: repeat-x;
	

}

#menu ul {
	margin: 0;
	padding-left:20px;
	padding-top: 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-right: 14px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

	
}


/* IMAGES */

#img {
	
	width: 800px;
	height: 270px;
	margin: 0px auto;


}


#img h1, #logo h2 {
	float: right;
	margin: 0;
	padding: 0 40px 0 40px;
	line-height: normal;
	font-style:italic;
	
}
#img h1 { 
	padding-top: 0px;

	font-size:28px;
	
	color:#FFFFFF;
}

.imgright {
	padding-left: 20px;
}

.imgleft {
	padding-right: 20px;
}


/* Page */

#page {
	width: 800px;

	margin: 0 auto;
	margin-top:30px;
	margin-bottom:50px;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/* Content */

#content {
	
	float: left;
	width: 480px;
	padding-left:30px;
	
}

/* Post */

.post {
	padding: 10px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	
	margin-bottom:10px;
	font-size: 18px;
	color: #adadad;
}
.post small {
font-size: 10px;
}
#entrygrad {
	margin-left:40px;
	padding:10px;
	background: url(images/entrybg.jpg) no-repeat left top
}

.post .entry {
	padding-top:10px;
 	padding-right: 20px;
  	padding-left: 15px;
/*	border-bottom: 1px dotted #D1D1D1; 
	background: url(images/corner.jpg) no-repeat right bottom;*/
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	
	margin-right: 10px;
	float: right;
	width: 250px;
	padding:10px;
	padding-left:15px;
	background: url(images/searchbg.jpg) no-repeat left top; */
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding:0px;
	margin-bottom: 10px;
	
}

#sidebar li ul {
	margin:0px;
	padding:0px;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.jpg) no-repeat left 50%;
}

#sidebar h2 {

	padding: 8px 0 0 4px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #adadad;
}



/* Footer */
#footer-wrap {
	float:left;
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background: url(images/menu_back.jpg) bottom repeat-x;
	
}

#footer {
	
	width: 800px;

	margin: 0 auto;
	padding:0;
	background-image: url(images/menu_back.jpg) no-repeat center bottom;
	
	

}

#footer ul {
	margin: 0;
	padding-left:20px;
	padding-top: 12px;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	display: block;
	float: left;
	padding-right: 14px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

	
}



html>body #footer {
	height: auto;
}

#footer p {
}
