a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

a.home_nav:link {text-decoration: none; }
a.home_nav:visited {text-decoration: none; }
a.home_nav:hover {text-decoration: none; background-image: url(../images/home2.gif) }
a.home_nav:active {text-decoration: none; }

.home_nav {
	display:inline-block;
	background-image: url(../images/home1.gif);
	float:left;
	margin-left:0px;
	margin-top: 5px;
	width:30px;
	height:30px;
}

#container {
	width: 100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	border: 1px solid black;
	}
	
#header {
	background-color:black;
	width:100%;
	height:40px;
}

#logo_header {
	float:left;
	margin-top: 5px;
}

.header_links {
	float:right;
	margin-right: 40px;
	margin-top: 10px;
}

#content_container {
	text-align: center;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
}

#nav_map {
	width:900px;
	height:590px; 
	border:1px solid black; 
	margin-top: -1px;
	margin-left:auto;
	margin-right:auto;
}

#frame {
	width:897px; 
	height:750px; 
	border: 1px solid black;
	border-bottom: 40px solid black;
}

#footer_container {
	background-color: black;
	height:110px;
	padding: 15px;
	margin-top: -1px;
}


#left_footer {
	display:inline;
	float:left;
	padding-right: 30px;
	padding-top:15px;
	height:90px;
	border-right:solid 1px #cccccc;
}

.tandc {
	font-size: 13px;
}

#w3c_logo {
	width:400px;
	margin:auto;
}

#bottom_nav {
	width:400px; 
	margin:auto;
	padding-right:10px; 
	display:inline;
}

#right_footer {
	margin-top:-90px;
	display:inline;
	float:right;
	width:270px;
	padding-top:15px;
	border-left:solid 1px #cccccc;
	height:90px;
	
}

#drop_header {
	margin-top:0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: black;
}

.description {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:  black;
}

.video_container {
	width: 900px; 
	height: auto; 
	background-color: #0066CC; 
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid black;
}


.black{
	background-color: black;
	padding-bottom: 20px;
}

.next_previous {
	margin-top: -15px;
	float: right;
	width: 95px;
	margin-left: 5px;
}

.dot {
	float:left;
	display: inline;
}

.title {
	margin-left:-25px;
}

/* About */

#about_content {
	width:900px;  
	padding-top: 30px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	background-color: black;
}

.about_margin {
	margin-left:10%;
	margin-right: 10%;
}


/* Contact */

.contact_margin {
	margin-left:10%;
	margin-right: 10%;
}

.contact_inline {
	border: 1px solid;
	display: inline;
}

#contact_content {
	width:900px;
	height:600px; 
	border:1px solid black; 
	padding-top: 30px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color: black;
}

#contact_1 {
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	border-bottom: 1px solid;
}

#contact2_left{
	width:250px; 
	float:left;
	margin-left:20%; 
	margin-top:40px;
}

#contact2_right{
	width:250px; 
	float:right;
	margin-right:20%; 
	margin-top:40px;
}

/* Terms and Conditions */

#tandc_content {
	width:900px;
	height:auto; 
	border:1px solid black; 
	background-color: black;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	text-align: justify;
}

.website_tandc_ul {
	
	text-align:left;
	margin-left: 10%;
	margin-right: 10%;
}

.tandc_margin {
	margin-left:10%;
	margin-right: 10%;
}


/* Events */


#frame_calendar { 
	width:897px; 
	height:700px; 
	border: 1px solid black;
	border-bottom: 40px solid black;
	border-top: 40px solid black;
}

#events_list {
	width: 900px;
	background-color: black;
	padding-top: 20px;
	padding-bottom: 20px;
}

#events_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.video_container {
	width: auto; 
	height: auto; 
	background-color: black; 
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid black;
}

.vid_align {
	margin-left:auto;
	margin-right:auto;
}

/* Bakery Corner */
#bake {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	padding: 30px;
}

#ingredients {
	width:400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.align_p {
	text-align:left;
}

#howto_sandwich {
	margin-top: 40px;
	padding-top: 10px;
}

.text_bake {
	text-align:left; 
	margin-left: 10%; 
	margin-right: 10%;
}


