body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 25px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	height: 100%;
  background: #ccc;
}

/* page */
	
#page {
	background: #FFF url("/images/sidebar_bg.jpg") top right repeat-y;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #000;
	border-top: 5px solid #000;
	width: 950px;	
}

#header {
	background: #FFF;
	height: 105px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
}

#main {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color: #000;
	background: transparent;
	clear: both;
}

#content {
	float: left;
	margin: 0;
	width: 730px;
	padding: 10px; 
}
	
#sidebar {
	margin: 0px 0px 0px 750px;
	padding: 10px;
	color: #000;
	background: transparent; 
	height: 100%;
	font-size: 1em;
}	

#footer {
	border: 0;
	border-top: 1px solid #000;
	background: #000;
	padding: 4px;
	text-align: left;
	clear: both;
	font-size: .8em;
	color: #CCCCCC;
}

.promo {
  height: 150px;
  margin-top: 16px;
  border: 16px solid #fff;
  background: #000 url('/images/promo.jpg') no-repeat;
  color: #666;
  font-size: 3em;
  text-align: center;
  padding-top: 100px;
  line-height: 1em;
}

/* end page */

/* menu */

#menu {
	margin: 0;
	padding: 0;
	background-color: #990000;
  height: 32px;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: .8em;
	font-variant: small-caps;
}

#menu ul li a {
	background: #990000;
	width: 134px;
	height: 30px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #CCCCCC;
	background: #660000;
}

/* end menu */

/* links */

a:link, a:visited {
	font-weight: normal; 
	text-decoration: underline;
	color: #990000;
	background: transparent;
}

a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #333333;
	background: transparent;
}

a:active {
	font-weight: normal; 
	text-decoration: underline;
	color: #990000;
	background: transparent;
}

/* end links */

/* headers */

h1 {
	background-color: #EEEEEE;
	font-size: 2em;
	margin-top: 0;
	border-bottom: 2px solid #660000;
}

h2 {
	font-size: 1.5em;
	margin-top: 1em;
	border-bottom: 1px solid #999999;
}

h3 {
	font-size: 1.2em;
	margin-top: 0;
}

/* end headers */

/* images */

img {
	border: 0;
}

a img {
	border: 0;
}

/* end images */

/* other */

label {
	font-variant: small-caps;
	font-weight: bold;
	font-size: .9em;
}

/* end other */

/* calendar */

.largeCalendarDay1{
	clear: left;
	float: left;
	width: 24px;
	height: 2em;
	text-align: center;
	width: 75px;
	height: 24px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.largeCalendarDay{
	float: left;
	width: 24px;
	height: 2em;
	text-align: center;
	width: 75px;
	height: 24px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.largeCalendar1{
	clear: left;
	float: left;
	width: 24px;
	height: 2em;
	text-align: left;
	width: 75px;
	height: 75px;
	border: 1px solid #CCCCCC;
}

.largeCalendar{
	float: left;
	width: 24px;
	height: 2em;
	text-align: left;
	width: 75px;
	height: 75px;
	border: 1px solid #CCCCCC;
}

/* end calendar */

/* table */

.tbl {
	border: 1px solid #666666;
	width: 100%;
}

.tbl tr td {
	border: 1px solid #999999;
	padding: 3px;
}

/* end table */

/* images */

.floatleft {
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatright {
	float: right;
	border: 1px solid #000;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* end images */
