@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header .logo {
	float: left;
	padding-left: 5px;
}
.oneColFixCtrHdr #header {
	height: 126px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#header .header_text {
	float: right;
	width: 500px;
	padding: 0px;
	height: 80px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	text-align: right;
}
.oneColFixCtrHdr #container #header .header_text h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

  #header ul {
	list-style:none;
	left: 0px;
	border-top-color: #872727;
	border-right-color: #872727;
	border-bottom-color: #872727;
	border-left-color: #872727;
	float: right;
	padding: 0px;
	position: relative;
	width: 700px;
	margin-top: 0px;
	margin-right: -15px;
	margin-bottom: 0px;
	margin-left: 0px;
      }
#mainContent .main {
	width: 570px;
	float: right;
	color: #FFF;
	margin-top: 20px;
	padding: 5px;
	background-color: #2B0505;
}
#mainContent .main p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main .para_first {
	font-size: 13px;
}
.main .photo {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 10px;
}
#mainContent .main_top  {
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 16px;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 530px;
}
#mainContent .main_btm {
	background-image: url(../images/content_btm.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
	float: right;
	width: 530px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#mainContent .main_bio {
	width: 570px;
	float: right;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	padding: 5px;
	background-color: #9E1817;
}
#mainContent .main_bio p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main_bio .para_first {
	font-size: 13px;
	padding-top: 10px;
}
.main_bio .photo {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 10px;
}



#mainContent .main_media {
	width: 570px;
	float: right;
	color: #FFF;
	background-image: url(../images/content_media_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	padding: 5px;
}
#mainContent .main_media p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main_media .para_first {
	font-size: 13px;
	padding-top: 10px;
}
.main_media .photo {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 10px;
}


#mainContent .main_workshops {
	width: 570px;
	float: right;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	padding: 5px;
	background-color: #4C090C;
}
#mainContent .main_workshops p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main_workshops .para_first {
	font-size: 13px;
	padding-top: 10px;
}
.main_workshops .photo {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 10px;
}


.clear {
	clear: both;
}
 
 #header li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	background-image: url(left_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #header a {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#FC0;
	font-size: 10px;
	background-image: url(right_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
	color:#FC0;
      }

    #header #current {
	background-image:url(left.gif);
	border-width:0;
	color: #F90;
      }
    #header #current a {
	background-image:url(right.gif);
	color:#FFF;
	padding-bottom:5px;
      }
	  
	  


.oneColFixCtrHdr #mainContent {
	background-color: #000;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-size: 16px;
	margin-left: 10px;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9E1318;
}
.oneColFixCtrHdr #container #mainContent .main_media table {
	margin-left: 10px;
}
#mainContent .major.quote {
	font-size: 14px;
	color: #FFF;
	width: 350px;
	margin-top: 23px;
	float: left;
	position: relative;
	top: 0px;
	background-image: url(../images/quotebg.png);
	padding: 5px;
	border: 1px dotted #000;
}
.major.quote .student_name {
	font-size: 12px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
}
.oneColFixCtrHdr #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #891712;
	margin: 0px;
}
.oneColFixCtrHdr #footer p {
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
	color: #FFF;
	background-color: #8A100E;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
#mainContent #blocks {
	float: right;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.oneColFixCtrHdr #container #mainContent a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #footer p a {
	color: #FFF;
	text-decoration: none;
}
#blocks .block_first {
	float: left;
	margin-right: 50px;
}
#blocks .block_last {
	float: right;
	margin-left: 15px;
}
#blocks .block_centre {
	padding: 0px;
	width: 159px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-size: 12px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F6AB45;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent a  {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.contactform {
	margin-left: 20px;
}
#blocks  a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #blocks .block_last a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #blocks .block_centre a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #blocks .block_first a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#randomtext {
	font-size: 11px;
	color: #FFF;
	background-color: #8C1413;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
