
body {
	margin: 0;
	padding: 0;
	/*background: #1B120B;*/
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

img
{
    border:0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #B94E0E;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	/*background: url('../images/img05.jpg') repeat-x left top;*/
}

/* Header */

#header-wrapper {
}


#header {
	width: 900px;
	height: 287px;
	margin: 0 auto;
	background:#000 url('../images/header.jpg') no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	height: 240px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */
/*
#menu {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/menu.jpg') repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 40px 0px 40px;
	background: url('../images/menusep.jpg') no-repeat right 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}
*/
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/faux.jpg') repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 30px 20px 0px 20px;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 0;
}

.main_title {
	font-size:24px;
	letter-spacing: -.5px;
	color: #181818;
	padding-bottom:12px;
}

.secondary_title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:18px;
    letter-spacing: -.5px;
	color: #b0422b;
	padding-bottom:12px; 
}

#content a {
	color: #181818;
	border: none;
}

.bodycopy {
	text-align: justify;
	font-size:14px;
    line-height:140%;
    }
  .intent 
  {
    margin-left:15px;
	text-align: justify;
	font-size:14px;
    line-height:140%;
    font-weight:bold;
    } 
    
    .pageul
{
    text-align:justify;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	padding-left: 50px;
    list-style-type:disc;
    margin-bottom:10px;
    margin-top:2px;    
}

.pageul li
{
    padding:2px 0;
}
 .notes
{
    text-align: justify;
    font-size: 12px;
    line-height: 140%;
    font-style: italic;
}

#content a {
	border: none;
	color: #B94E0E;
}

#content a:hover {
	text-decoration: underline;
}

.links {
	display: block;
	width: 130px;
	margin: 20px 0px;
	padding: 5px;
	background: #A03128;
	border-left: 20px solid #1B120B;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 10px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul div
{
    margin-left:15px; 
    font-size:13px; 
    font-weight:bold;
    color:#b0422b
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	font-size:22px;
	padding: 12px 0 10px 15px;
	letter-spacing: -.5px;
	color: #181818;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #B94E0E;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	/*background: #231202;*/
	background: #FFF;
}

#footer {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background: url('../images/footer.jpg') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

/* ASP.NET PANEL CLASSES */
.panel
{
   margin-left:20px;
   font-family: Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight: normal;
   color: #787878;
}
.panel legend
{
   color:#b0422b;
}
.txtboxes /*Contact Page Table */
{
    width:225px;
    padding-left:3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight: normal;
	color: #787878;
}
.labels /*Contact Page Table */
{
    width:75px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight: normal;
	color: #787878;
}

.messages
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size:14px;
    color: #787878;
}

/* Class Schedule */
    .header
    {
        width:110px;
        height:40px;
        font-weight:bold;
        font-size:15px;
        text-align:center;
        background-color:Gray;
        color:Black;
    }
    .item
    {   
        height:50px;
        text-align:center;
        font-size:11px;
    }
    .item_black
    {   
        height:50px;
        text-align:center;
        font-size:11px;
        color:Black;
        cursor:pointer;
    }
    .item_red
    {   
        height:50px;
        text-align:center;
        font-size:11px;
        color:Red;
        cursor:pointer;
    }
    .item_orange
    {   
        height:50px;
        text-align:center;
        font-size:11px;
        color:#FF6600;
        cursor:pointer;
    }
     .item_blue
    {   
        height:50px;
        text-align:center;
        font-size:11px;
        color:Blue;
        cursor:pointer;
    }
    .item_brown
    {
        height:50px;
        text-align:center;
        font-size:11px;
        color:#993300;
        cursor:pointer;
    }
    .item_green
    {
        height:50px;
        text-align:center;
        font-size:11px;
        color:#347C17;
        cursor:pointer;
    }
     .item_pink
    {
        height:50px;
        text-align:center;
        font-size:11px;
        color:#FF0099;
        cursor:pointer;
    }    
    
    .item_fuja
    {
        height:50px;
        text-align:center;
        font-size:11px;
        color:#04B4AE;
        cursor:pointer;
    }
    
