@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background:url(images/repeater-bg.gif) repeat-x;
	background-position:0 100px;
	}
	
a, .green {
	color:#ffeeb6;
	}
	
#header {
	width:800px;
	margin:0 auto;
	height:100px;
	}
	
	#yv-logo {
		float:left;
		border:0;
		}
		
	#leeds-met-logo {
		float:right;
		border:0;
		}
		
	#navigation {
		float:left;
		font-size:11px;
		color:#999;
		margin-top:58px;
		margin-left:40px;
		text-transform:uppercase;
		}
		
		#navigation a {
			color:#999;
			margin-left:5px;
			margin-right:5px;
			}
			
#stabalizer {
	margin:0 auto;
	width:800px;
	height:auto;
	}
		
#main-holder {
	width:800px;
	float:left;
	background-color:#dbdddb;
	height:420px;
	}
	
	#homepage-feature {
		height:400px;
		width:800px;
		margin:0 auto;
		margin-top:10px;
		background:url(images/homepage-feature.jpg) no-repeat;
		}
		
		#home-click-here {
			margin-top:340px;
			margin-right:60px;
			float:right;
			border:0;
			}
			
	#info-feature, #links-feature, #reviews-feature {
		height:400px;
		width:740px;
		margin:0 auto;
		margin-top:10px;
		color:#fff;
		font-size:11px;
		padding:70px 30px 30px 30px;
		}
		
		#info-feature {
			background:url(images/info-feature.jpg) no-repeat;
			}
			
		#links-feature {
			background:url(images/links-feature.jpg) no-repeat;
			}
		
		#reviews-feature {
			background:url(images/reviews-feature.jpg) no-repeat;
			}
		
		#left-box {
			width:530px;
			float:left;
			}
			
		#right-box {
			width:200px ;
			float:right;
			}
			
#cta-holder {
	width:800px;
	float:left;
	height:80px;
	padding-top:20px;
	}

	#ticket-cta {
		border:0;
		}	
		
		
#footer {
	width:800px;
	margin-top:30px;
	color:#666;
	float:left;
	font-size:10px;
	}
	
	#footer-left {
		float:left;
		}	
		
	#footer-right {
		float:right;
		}
		
h2 {
	padding:0;
	margin:0;
	font-family:Century Gothic, Helvetica, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	}
	
	.image-break {
		width:10px;
		height:10px;
		}
	
		

	