/* ------------------------- LAYOUT CODE -------------------------- */

/* CSS Document */

body {
		margin: 0px;
		background-color: #000000;
}

#top {
		width: 952px;
		height: 200px;
		left: 50%;
		margin-top: 20px;
		margin-left: -476px;
		position: relative;

		background-color: #4C1978;
		background-image: url(../siteimages/topback.jpg);
		background-position: left;
		background-repeat: no-repeat;

		text-align: center;
}

#clock {
		float: right;
		margin-top: 120px;
		margin-right: 10px;
}

#topnav {
		width: 952px;
		height: 17px;
		left: 50%;
		margin-left: -476px;
		position: relative;

		padding-top: 3px;
		border-top: 1px solid #BB9518;
		border-bottom: 1px solid #777777;

		background-color: #000000;
		text-align: center;
}

#content {
		margin-left: auto;
		margin-right: auto;

		width: 950px;
		overflow: visible;

		background-color: #777777;
		background-image: url(../siteimages/contentback.gif);
		background-position: left;
		background-repeat: repeat-y;

		border-left: 1px solid #777777;
		border-right: 1px solid #777777;
}

#right {
		width: 456px;
		height: auto;
		float: right;
		padding: 20px;
		text-align: justify;
		font-size: 1.2em;

		background-color: #ffffff;

		border-left: 1px solid #777777;
}

#right2 {
		width: 749px;
		height: auto;
		float: right;
		padding: 20px;
		text-align: justify;
		font-size: 1.2em;

		background-color: #ffffff;

		border-left: 1px solid #777777;
		border-right: 10px solid #4c1978;
}

.events {
		background-color: #eeeeee;
		width: 150px;
		height: auto;
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
		border: 1px solid #000000;
		text-align: left;
}

#bottom {
		width: 952px;
		height: 39px;
		left: 50%;
		margin-left: -476px;
		position: relative;

		clear: both; 
		background-color: #000000;
		background-image: url(../siteimages/bottomback.gif);
		background-repeat: no-repeat;
		text-align: center;
		color: #BB9518;
		font-size: 10px;

		padding-top: 17px;
		margin-top: 0px;
}

#bottom_default {
		width: 952px;
		height: 39px;
		left: 50%;
		margin-left: -476px;
		position: relative;

		clear: both; 
		background-color: #000000;
		background-image: url(../siteimages/bottomback2.gif);
		background-repeat: no-repeat;
		text-align: center;
		color: #BB9518;
		font-size: 10px;

		padding-top: 17px;
		margin-top: 0px;
}

html>body #bottom {
		position: relative;
}

#leftnav {
		width: 150px;
		height: auto;
		float: left;
		text-align: center;
		background-color: #4C1978;
}

#piccolumn {
		width: 300px;
		height: auto;
		float: left;
		text-align: justify;
		background-color: #dddddd;

		border-left: 1px solid #777777;
		border-bottom: 1px solid #777777;
		border-right: 1px solid #777777;
}

#picture {
		height: 250px;
		border-bottom: 1px solid #777777;
}

#video {
		width: 222px;
		height: 177px;
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
		border: 1px solid #000000;
		background-image: url(../video/background.gif);
		background-repeat: no-repeat;
}

.photo {
		margin-left: 10px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-top: 10px;

		float: right;
		width: 100px;
		height: 100px;
		border: 1px solid #777777;
}

.item1 {
		width: 700px;
		margin-right: 0px;
		border-left: 20px solid #2f104b;
		padding: 10px;
		background-color: #eeeeee;
}

.item2 {
		width: 700px;
		margin-right: 0px;
		border-left: 20px solid #4c1978;
		padding: 10px;
		background-color: #eeeeee;
}

.boxtext {
		margin-right: 0px;
		margin-left: 0px;
		height: auto;
		background-color: #CCCCCC;
		border: 1px solid #000000;
		padding: 10px;
}

.infobox {
		width: 222px;
		padding: 10px;
		background-color: #ffffff;
		border: 1px solid #000000;
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
		font-size: 0.8em;
}

.infoheader {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding: 3px;
		display: block;
		background-color: #2f104b;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		font-size: 12px;
}

.curriculum {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding: 3px;
		display: block;
		background-color: #be90e8;
		color: #000000;
		font-weight: bold;
		text-align: center;
		font-size: 10px;
}

#announcement {
		display: block;
		border: 1px solid #000000;
		background-color: #dddddd;
		margin-left: 1px;
		margin-right: 1px;
		margin-bottom: 10px;
		padding: 5px;
		min-height: 85px;
		font-size: 0.9em;
}

#shrinkannouncement {
		display: block;
		border: 1px solid #000000;
		background-color: #dddddd;
		margin-left: 1px;
		margin-right: 1px;
		margin-bottom: 10px;
		padding: 5px;
		font-size: 0.9em;
}

.announcetitle {
		display: block;
		background-color: #2f104b;
		color: #ffffff;
		text-align: left;
		padding: 3px;
		font-weight: bold;
		margin-left: 0px;
		margin-right: 0px;
}





