/* Body */

.header {
	background-image: url(../piccfest/images/logo.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

#footer {
	background-color: #819AC5;
	color: #FFF;
}

/* Text */

.title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	border-bottom: 1px solid #77B155;
	width: 100%;
}

.rightheadline {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5577B1;
}

/* Top Menu */

		#menu {
			background-color: #5577B1;
		}

/* Navigation */

		#navigation {
			background-color: #5577B1;
		}

.navtitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #B5C4DD;
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
}

/* The Main Table */

.right {
	vertical-align: top;
	width: 170px;
	padding: 5px;
	border-left: 2px solid #5577B1;
}

/* Links */

A:link, A:active, A:visited {
	color: #00F;
	text-decoration: none;
}

A:hover {
	color: #5577B1;
	text-decoration: none;
}