@charset "UTF-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.formatfestival #container {
	width: 2000px;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
	background-image: url(../pics/frame-back.png);
	color: #4D4D4D;
}
.formatfestival #containerBig {
	width: 2000px;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1000px;
	background-image: url(../pics/frame-back-1000.png);
	color: #4D4D4D;
}
.formatfestival #mainContent {
	padding: 50px 50px 0px 75px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 475px;
}
.formatfestival #mainContentBig {
	padding: 50px 50px 0px 75px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 775px;
}
.formatfestival #homeBloglinks {
	padding: 35px 35px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	height: 440px;
	float: right;
}
.formatfestival #homeTear {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 29px;
	height: 471px;
	float: right;
}
.formatfestival #homePhotobox {
	padding: 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	height: 465px;
	float: right;
}
.formatfestival #homeLinks {
	padding: 25px 35px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 300px;
	height: 450px;
	float: right;
}
.formatfestival #mainTextBox {
	padding: 25px 10px 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	height: 450px;
	float: right;
}
.formatfestival #mainTextBoxBig {
	padding: 25px 10px 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	height: 750px;
	float: right;
}
.linkheading {
	font-size: 26px;
	color: #000000;
	line-height: 20px;
}
.linksub {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 9px;
	line-height: 12px;
}
.mainheading {
	font-size: 26px;
	color: #000000;
	line-height: 26px;
}
.midheading {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}
.bodytext {
	font-size: 12px;
	line-height: 18px;
}
A:link {
	color:#0066FF;
	text-decoration: none
}

A:visited {
	color:#0066FF;
	text-decoration: none;
}

A:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
