/** general */
body {
	font-family: Arial, Helvetica;
	font-size: 0.875em;
	color: #000;
	margin: 15px 0 0 0;
	list-style-type:decimal
}

#container {
	width: 1000px;
	margin: 0 auto;
}

/** menu */
#menu {
	float: right;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 1.1em;
	text-decoration: none;
	margin-left: 20px;
	color: #000;
	font-weight: bold;
}

#menu li a:hover {
	background: url(../images/menu_background_hover.gif) bottom left no-repeat;
}

#menu a.active {
	color: #b9b8ac;
	background: url(../images/menu_background.gif) bottom left no-repeat;
}

/** header */
#logo {
	margin: 0 0 -15px 0;
}

#poster_image {
	clear: right;
	height: 125px;
	border-top: 1px solid #494949;
	border-bottom: 1px solid #494949;
	overflow: hidden;
}

/** content */
#content_table {
	width: 100%;
	background: #f5f5f5;
	height: 200px;
	font-family: Arial, Helvetica;
	font-size: 0.86em;
}

#content_table td {
	vertical-align: top;
}

#submenu {
	width: 180px;
	background: #fff;
}

#sidebar {
	width: 200px;
	padding: 15px 15px 0 15px;
}

#dynamic_sidebar .widget {
	margin: 0 0 25px 0;
}

#dynamic_sidebar h2.widgettitle {
	font-weight: bold;
}

#body {
	background: #f7f6f1 url(../images/background_body.gif) no-repeat;
	padding: 10px 15px;
	width: 500px;
}

#body h1 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 4px;
}

#body p, #body ul {
	margin-bottom: 14px;
	color: #444;
	
}

#body ul, #body ol {
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 10px 10px 10px;
	
}

#body ol {
	list-style-type: decimal;
	margin: 10px 10px 10px 10px;
	clear: both;
	
}

#body li {
	margin-left: 30px;
	margin-bottom: 10px;
}

#body .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

#body .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#body a, #sidebar a {
	color: #000;
}

#body a:hover, #sidebar a:hover {
	color: #657ead;
}

#body strong {
	font-weight: bold;
}

/** submenu */
#breadcrumbs {
	height: 15px;
	background: url(../images/background_tile_yellow_menu.gif);
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	white-space: nowrap;
	padding: 20px 3px 10px 7px;
	font-weight: bold;
}

#breadcrumbs a {
	text-decoration: none;
	font-size: 0.875em;
	color: #545663;
}

#breadcrumbs a:hover, #breadcrumbs a.active {
	color: #000;
}

#submenu ul {
	margin: 10px 0 0 7px;
}

#submenu ul li a {
	display: block;
	padding-bottom: 4px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.875em;
	padding-left: 11px;
}

#submenu ul li a:hover, #submenu ul li a.active {
	color: #59606d;
	background: url(../images/submenu_mouse_over.jpg) top left no-repeat;
}

/** footer */
#footer {
	height: 40px;
	border-top: 1px solid #999;
	font-size: 0.75em;
	margin-bottom: 15px;
}

td.gradient {
	height: 40px;
	background: url(../images/background_tile_yellow_footer.gif) repeat-x;
	border-bottom: 1px solid #d3c5aa;
}

#footer .last {
	background: #fff;
}

#footer .content {
	height: 40px;
	background: #f8f8e7;
	position: relative;
}

#footer .copyright {
	padding: 15px 10px;
}

#about {
	position: absolute;
	left: 50%;
	top: 15px;
	font-weight: bold;
}

#about li a {
	color: #000;
	text-decoration: none;
}

#about li a:hover {
	color: #657ead;
}

#about li {
	float: left;
}

#about span {
	margin: 0 4px;
}

/** sitemap */
#sitemap li ul {
	margin-left: 25px;
}

#sitemap a {
	text-decoration: none;
}

#sitemap li {
	font-weight: bold;
	padding: 2px 0;
}

#sitemap li {
	list-style-type: circle;
	list-style-position: inside;
}

#sitemap ul ul {
	margin-bottom: 0;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


