@charset "UTF-8";
/* CSS Document */

body {
	background-color:#363636;
	margin: 40px;
}
#ContainerConstruction {
	width: 864px;
	height: 855px;
	margin: 0 auto;
	background: url(../Images/Construction/Bg.png) no-repeat;
	padding: 13px 100px 0px 110px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
}
#FestivalContainerConstruction {
	width: 864px;
	height: 956px;
	margin: 0 auto;
	background: url(../Images/Construction/Bg2.png) no-repeat;
	padding: 13px 110px 0px 110px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
}
#ContentLeft {
	float: left;
	width: 325px;
	text-align: center;
	color: #00b1ed;
}
#FestivalContentLeft {
	float: left;
	width: 325px;
	text-align: left;
	color: #00b1ed;
}
#ContentRight {
	float: right;
	width: 490px;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 15px;
	padding-top: 40px;
}
.ClearBoth {
	clear: both;
}
#Logo {
	background: url(../Images/Construction/BikeLongBeachLogo.png) no-repeat;
	width: 325px;
	height: 449px;
}
#FestivalLogo {
	background: url(../Images/Construction/BikeLongBeachFestivalLogo.png) no-repeat;
	width: 325px;
	height: 425px;
	margin-top:40px;
}
.HeadlineCopy {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #ffffff;
	padding: 10px 0px 0px 0px;
}
#BlueCopy {
	width: 326px;
	height: 107px;
	background: url(../Images/Construction/BlueCopy.png) no-repeat;
	margin-top: 7px;
	}
.Copyright {
	color: #838383;
	font-size: 9px;
}
.BlueLarge {
	color:#00b1ed;
	font-size: 19px;
	font-weight: bold;
	}
.BlueItalic {
	color:#00b1ed;
	font-style: italic;
	font-weight: bold;
	}
	
.BlueBold {
color:#00b1ed;
	font-weight: bold;
	}
	
a {
	outline:none;
	text-decoration:none;
	color:#db752d;
}

img {
	border:0;
}

.OrangeEmphasis {
	color:#db752d;
}
