@charset "utf-8";

#Logo {
	position: absolute;
	padding: 10px;
}

#Name {
	position: absolute;
	padding: 10px;
	left: 522px;
	top: 10px;
	width: 148px;
	text-align: right;
}

#Return {
	position: absolute;
	padding: 10px;
	left: 522px;
	top: 10px;
	width: 148px;
	text-align: right;
}

#Frame {
	height: 404px;
	width: 700px;
	background-color: #FFC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: absolute;
	left: 100px;
	top: 100px;
	
}

#BigFrame {
	height: 898px;
	width: 700px;
	background-color: #FFC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: absolute;
	left: 100px;
	top: 100px;
	
}
#Company {
	font-size: x-large;
	font-weight: bold;
	color: #000;
	padding: 125px;
	width: 451px;
	text-align: center;
	position: absolute;
	height: 154px;
}

#Location {
	font-size: x-large;
	font-weight: bold;
	color: #000;
	padding: 50px;
	width: 603px;
	text-align: center;
	position: absolute;
	height: 754px;
	top: 50px;
}

#LocationItems {
	color: #000;
	padding: 50px;
	width: 603px;
	text-align: left;
	position: absolute;
	height: 682px;
	top: 120px;
	font-size: small;
}

#ScheduleItems {
	color: #000;
	padding: 50px;
	width: 603px;
	text-align: left;
	position: absolute;
	top: 90px;
	font-size: small;
	height: 676px;
	left: 3px;
}

#ContactInfo {
	position: absolute;
	left: 10px;
	top: 310px;
	width: 300px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#websites {
	font-size: small;
}
#References {
	position: absolute;
	left: 557px;
	top: 310px;
	width: 134px;
}
