
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body {
	background-color: #3a3a3a;
	color: #ffffff;
}

a {
	color: #ffffff;
}

#center {
	margin: auto;
	width: 900px;
}

#wrapper {
	/*background-color: #000000;*/
	background-color: #000000;
	/*padding: 0px 10px;*/
	position: absolute;
	width: 900px;
	min-height: 100%;
}

#logo {
	background-color: #000000;
	min-height: 100px;
        float: right;
        padding: 0px 0px 10px 0px;
        width: 600px;
}

#logo img {
	margin-top: 50px;
}

#sidebar {
	background-color: #000000;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	position: relative;
	width: 220px;
	padding: 100px 15px 10px 15px;
}

#menu {
	/*font-weight: bold;*/
	font-size: 11px;
}

.menu_item{
	/*background-color: #000000;*/

}

#menu, #submenu, #content {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#submenu {
	/*border-bottom: 1px solid #000000;*/
	margin-bottom: 30px;
}

#menu a, #submenu a {
	text-decoration: none;
}

#menu {
	/*border-bottom: 1px solid #000000;*/
        margin-bottom: 60px;
}

#menu li, #submenu li {
	/*border-top: 1px solid #000000;*/
	padding: 4px 0px 4px 0px;
}

.menu_item:hover, .menu_item:hover {
	background-color: #000000;
	cursor: pointer;
}

.selected, .selected a {
	background-color: #000000;
	color: #c18948;
}

.selected2, .selected2 a {
	color: #c18948;
}

#menu .first_list_item, #submenu .first_list_item {
	display: none;
	background-color: #000000;
}

.first_list_item {
	display: none;
	/*border-top: 1px solid #000000;*/
	/*border-right: 1px solid #000000;*/
	/*border-left: 1px solid #000000;*/
	height: 10px;
	padding: 2px 0px 0px 10px;
}

.last_list_item {
	display: none;
	background-color: #000000;
	font-size: 1px;
	/*border-right: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-left: 1px solid #000000;*/
	height: 10px;
	padding: 2px 0px 0px 10px;
}

.navinfo {
	display: none;
	font-size: 9px;
	padding: 30px 0px 5px 0px;
}

#toptext {
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	margin-bottom: 3px;
}

#bottomtext {
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	margin-top: 40px;
}

#bottomtext {
	padding: 5px 0px;
	font-size: 9px;
}

#bottomtext p {
	margin: 7px 0px;
}

#toptext {
	/*padding: 5px 0px;*/
	font-size: 12px;
}

#toptext p {
	margin: 0px 0px 50px 0px;
}

#content {
        border-top: 1px solid #000000;
        vertical-align: top;
	float: right;
	position: relative;
	width: 570px;
	margin-right: 30px;
	margin-top: 10px;
        padding-top: 20px;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content a {
	text-decoration: none;
}

.content p {
	margin-top: 0px;
}

#menu2 {
	background-color: #000000;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	padding: 20px 0px 10px 0px;
	width: 600px;
        font-weight: bold;
}

#menu2 a {
	text-decoration: none;
        font-weight: bold;
}

.menu2_sep {
	padding: 0px 10px;
}

.menu_item:hover, .menu_item a:hover, .menu_item_hover, .menu_item_hover a, #menu2 a:hover {
color: #c18948;
}

.floatright {
	float: right;
}

#calendar {
	padding-bottom: 100px;
}

#calendar a {
	text-decoration: none;
}

#calendar_header {
	background-color: #000000;
	/*padding: 3px 10px;*/
	font-weight: bold;
}

.day {
	min-width: 24px;
	min-height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
	float: left;
}

.today {
        background-color: #000000;
        color: #c18948;
}

.marker {
        background-color: #000000;
        cursor: pointer;
}

.header {
    border-bottom: 1px solid #c18948;
    padding-bottom: 3px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
    color: #c18948;
}

.events td {
    color: #c18948;
	font-family: Arial;
    background-color: #141414;
    padding: 5px;
}

.events img, .event img {
	border: 1px solid #5f5f5f;
}

.events td .title {
    color: #FFFFFF;
}

.events tr.row:hover td {
    background-color: #202020;
}

.event {
	font-family: Arial;
    background-color: #141414;
}

.event .title {
    width: 310px;
    padding-bottom: 2px;
    border-bottom: 1px solid #5f5f5f;
    margin-bottom: 5px;
}

.event .hover, .hover {
    color: #c18948;
}

