/*  Layout  */
body {
	margin: 0;
	padding: 0;
	background: url("images/background-dark.jpg") repeat-y;
	background-color: #000000;
	font-family: Centaur;
	font-size: 13px;
	color: #ffffff;
}

#body-flash {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Centaur;
	font-size: 13px;
	color: #ffffff;
}

body /* Internet Explorer */
{
	text-align: center;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
} 

#container {
	width: 982px;
}

#header {
	font-family: Adobe Garamond Pro;
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
}

#flashintro {
	height: 440px;
	width: 990px;
	margin-top: 50px;
	text-align: center;
}

#bg-main {
	height: 449px;
	width: 982px;
	margin-top: 25px;
	background: url("images/domo-window.jpg") no-repeat;
	text-align: left;
}

#bg-about {
	height: 449px;
	width: 982px;
	margin-top: 25px;
	background: url("images/aboutus.jpg") no-repeat;
	text-align: left;
}

#bg-order {
	height: 449px;
	width: 982px;
	margin-top: 25px;
	background: url("images/orderform.jpg") no-repeat;
	text-align: left;
}

#bg-retail {
	height: 449px;
	width: 982px;
	margin-top: 25px;
	background: url("images/retailsites.jpg") no-repeat;
	text-align: left;
}

#bg-yearbook {
	height: 449px;
	width: 982px;
	margin-top: 25px;
	background: url("images/yearbook.jpg") no-repeat;
	text-align: left;
}

#bg-bebold {
	height: 449px;
	width: 982px;
	margin-top: 25px;
	background: url("images/bebold.jpg") no-repeat;
	text-align: left;
}

#bg-apparel {
	height: 449px;
	width: 982px;
	margin-top: 25px;
	background: url("images/apparel.jpg") no-repeat;
	text-align: left;
}

#bg-contact {
	height: 449px;
	width: 982px;
	margin-top: 25px;
	background: url("images/contactus.jpg") no-repeat;
	text-align: left;
}

#nav {	
	position: absolute;
	height: 225px;
	width: 150px;
	background: url("images/nav-box.png") no-repeat;
	margin-left: 20px;
	margin-top: 20px;
	align: left;
}

#nav-links {	
	text-align: left;
	font-family: Gill Sans MT Condensed;
	font-size: 22px;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 10px;
}

#nav-links a:link { 
	text-decoration: none;
	color: #ffffff;
	}
#nav-links a:visited { 
	text-decoration: none;
	color: #ffffff;
	}
#nav-links a:hover { 
	text-decoration: underline; 
	color: #ffffff;
	}
#nav-links a:active { 
	text-decoration: none;
	color: #ffffff;
	}


#ragalogo {
	margin-top: 10px;
}

#contentbox {	
	z-index:3;
	position: absolute;
	height: 400px;
	width: 590px;
	background: url("images/content-box.png") no-repeat;
	margin-left: 371px;
	margin-top: 20px;
}

#content {	
	text-align: left;
	font-family: Gill Sans MT Condensed;
	font-size: 16px;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}

#content a:link { 
	text-decoration: underline;
	color: #ffffff;
	}
#content a:visited { 
	text-decoration: underline;
	color: #ffffff;
	}
#content a:hover { 
	text-decoration: underline; 
	color: #c0c0c0;
	}
#content a:active { 
	text-decoration: underline;
	color: #ffffff;
	}

#content-reg {	
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 12px;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}

#content-reg-smaller {	
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 11px;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}

#content-reg-smaller a:link { 
	text-decoration: underline;
	color: #ffffff;
	}
#content-reg-smaller a:visited { 
	text-decoration: underline;
	color: #ffffff;
	}
#content-reg-smaller a:hover { 
	text-decoration: underline; 
	color: #c0c0c0;
	}
#content-reg-smaller a:active { 
	text-decoration: underline;
	color: #ffffff;
	}

#content-reg a:link { 
	text-decoration: underline;
	color: #ffffff;
	}
#content-reg a:visited { 
	text-decoration: underline;
	color: #ffffff;
	}
#content-reg a:hover { 
	text-decoration: underline; 
	color: #c0c0c0;
	}
#content-reg a:active { 
	text-decoration: underline;
	color: #ffffff;
	}

#title {	
	text-align: left;
	font-family: Gill Sans MT Condensed;
	font-size: 20px;
	color: #ffffff;
}

#title-reg {	
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 18px;
	color: #ffffff;
}

#apparel-title {	
	text-align: center;
	font-family: Palatino Linotype;
	font-size: 16px;
	color: #ffffff;
}

