/* @group LAYOUT and STRUCTURE */
html * {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.gif) repeat-x;
	color: #ffd9d5;
	font-family:plantin, "plantin std", georgia, serif;
	font-size: 18px;
	margin: 0 10px;
}
#container {
	margin: 0 auto;
	background: url(../images/logo_small.png) no-repeat left top;

}
#content {
	padding: 10px 0px 0px 100px;
	min-height: 150px;
}

#footer {
	clear: both;
}


#site_info {
	background-color: #b41b1b;
	padding: 10px 50px 12px;
	border-top: 5px solid #921415;
	line-height: 1em;
}

/* @end */



/* @group typography */
h1, h2, h3, ul, li {	margin:0;	padding:0;}
h1, h2, h3 {
	color: #fff;
}
p {
	padding-bottom: 10px;
}
h1 {
	font-size: 1em;
	}
/* @end */


/* @group VCARD */

.vcard {
	font-size: .7em;
	text-align: left;
}
.vcard a {
	text-decoration: none;
	color: #fff;
}
.vcard a:link, .vcard a:visited {
	border: none;
}
.vcard a:hover {
	text-decoration: underline;
}
.vcard .geo, .vcard .country-name, .tzid {
	display: none;
}
.vcard .street-address {
	display: block;
}

/* @end */

/* @group VEVENT */
.rrule {
	display: block;
}
/* @end */


/* @group links */
a {
	color: #47160d;
}
a:link {
	text-decoration: none;
	border-bottom: 2px solid red;
}
a:visited {
	color: #e1be00;
}
a:hover {
	color: #fff;
	border-bottom: 1px solid red;
}
/* @end */