/* CSS Document */

body {
	margin: 15px 0px;
	padding: 0px;
	text-align: center;
	background: url(images/00-background/corkboardBackground.jpg);
	font: 60% Arial, Helvetica, sans-serif;
}
#btt 
{
	font-size:22px;
	text-align:center;
	padding-left:240px;
	width:300px;
}
#content {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

#detail {
	margin: 15px auto 25px;
	width: 800px;
	text-align: center;
	border: 1px sold blue;
}

#detail-top {
	background: url(images/detail-top.gif) no-repeat center 0px;
	height: 23px;
	margin: 0px auto;
	padding: 0px;
}

#detail-middle {
	background: url(images/detail-middle.gif) repeat-y center 0px;
	margin: 0px auto;
	padding: 0px;
}

#detail-bottom {
	background: url(images/detail-bottom.gif) no-repeat center 0px;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.event {
	width: 800px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.img {
	background: url(images/09-calendar/img-back.gif) no-repeat 25px 0px;
	height: 185px;
	width: 333px;
	padding: 6px 0px 0px 25px;
	float: left;
	margin: 0px;
}

.copy {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	text-align: left;
	width: 410px;
}


h1 {
	font-size: 2em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1.3em;
	margin: 0px 0px 20px;
	padding: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.rule {
	border-top: 1px dotted #000000;
	width: 600px;
	padding: 0px 0px 15px;
	text-align: center;
	margin: 0px auto;
	display: block;
}

