body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.slogan {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6em;
}
.category {
	font-size: 17px;
	color: #fff;
	line-height: 1.3em;
	list-style-position: outside;
	list-style-image: url(images/ring.gif);
}
.text {
	font-size: 13px;
	color: #fff;
	line-height: 1.5em;
}
.image {
	border: 1px solid #999999;
}
A:link {
	color: #33CCFF;
	text-decoration: none;
}
A:visited {
	color: #33CCFF;
	text-decoration: none;
}
A:active {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}
A:hover {
	color: #33CCFF;
	text-decoration: underline;
	text-transform: uppercase;
}
#picture {
	position: relative;
	text-align: center;
	border: 3px dashed #333300;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	width: 400px;
}
#container {
	height: 100%;
	width: 100%;
	text-align: center;
}
#twitter_update_list li {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.5em;
	list-style-position: inside;
	list-style-image: url(images/twitter_bullet.png);
	list-style-type: none;
}
.twittercontainer {
	font-size: 13px;
	color: #fff;
	line-height: 1.5em;
	background-color: #791C00;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
