@charset "utf-8";
/* Start Universal CSS code */
body {
	background-image:url(http://www.cebyrd.com/Structure/swish_purple.jpg);
	background-attachment:fixed;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background-color:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #maincontent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:100%;
}
.banner {
	border: 1px solid #000000;
	height: 110px;
	margin-bottom: 10px;
	margin-right: 1px;
}
.navbar {
	padding-left:65px;
	padding-right:65px;
}
.footer {
	margin-top:33px;
	margin-bottom:33px;
	width:100%;
	background-color:#660099;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	bottom:0px;
}
a:link {
	color: #663399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF33;
}
a:hover {
	text-decoration: underline;
	color: #FFFF33;
}
a:active {
	text-decoration: none;
	color: #663399;
}
/* End Universal CSS*/

/* Start index.html CSS*/
.slideshow {
	padding-left:65px;
	padding-right:65px;
}
.news {
	padding-left:65px;
	padding-right:65px;
}
/* Emd index.html CSS*/

/* Start calendar CSS*/
.calendar {
	width:100%;
	padding-left:65px;
	padding-right:65px;
	text-align:center;
}
/* End Calendar CSS*/

/* Start Gellery CSS*/
.gallery {
	width:100%;
	padding-left:65px;
	padding-right:65px;
	text-align:center;
}
/* End Gallery CSS*/

/*Start Students CSS*/
.students {
	width:100%;
	padding-left:65px;
	padding-right:65px;
	text-align:center;
}
.smenutable {
	vertical-align:top;
	width:30%;
}
.scollage {
	text-align:left;
	width:70%;
}
.clubtable {
	text-align:center;
	width:100%;
}
/*End Students CSS*/

/*Start Teachers CSS*/
.teacher {
	width:100%;
	color:#FFFFFF;
}
/*End Teachers CSS*/
/*Start PTSA*/
.PTSAtable {
	width:100%;
	padding-left:65px;
	padding-right:65px;
	text-align:center;
}
.PTSAmenu {
	vertical-align:top;
}
.PTSAmaincontent {
	background-color:#FFFFFF;
	background-image:url(../PTSA/Files/images/PTSAbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.PTSAmaincontentBC {
	background-color:#FFFFFF;
	background-image:url(../PTSA/Files/images/PTSAbg.jpg);
	background-position:top;
	background-repeat:repeat-y
}
/*End PTSA*/

/*Start JROTC*/
.JROTCmaincontent {
	width:100%;
	padding-left:65px;
	padding-right:65px;
	text-align:center;
}
/*End JROTC*/

/*Start K-Byrd*/
.KBYRDmaincontent {
	width:100%;
	padding-left:65px;
	padding-right:65px;
	text-align:center;
}
/*End K-Byrd*/

/* Start Text Styles*/
.style1 {
	color: #663399;
	font-weight: bold;
}
.style2 {
	color: #FFFF33
}
.style3 {
	font-size: xx-large;
	font-family: "Brush Script Std";
	color: #FFFFFF;
}
.style4 {
	color:#FFFFFF;
	font-weight:bold;
}
.style5 {
	font-size: 99%
}
.style6 {
	color: #ffff33;
	font-weight: bold;
}
.style7 {
	color: #663399;
	font-weight: bold;
}
.style8 {
	color: #663399
}
.style9 {
	font-size: 18pt
}
/* End Text Styles*/
