/* CSS Document */
body {
	background: #1e1e1e;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	background: #FFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 90%;
	color: #000000;
	text-align: left;
	width: 960px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
/* #wrapper {
	word-wrap: break-word
}
*/
a, a:link, a:visited {
	background: transparent;
	color: #0000da;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #da0000;
}
form, h1, h2, h3, h4, h5, h6 table, thead, tbody, td, tr, div, img {
	margin: 0;
	padding: 0;
}
.small, .createdate {
	font-size: 10pt;
}
.contentheading, .componentheading {
	font-size: 14pt;
	line-height: 30px;
	margin-left: 0px;
	padding: 0px;
}
div.clr {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0px;
}
#head_wrap {
	background: #fff url(../images/header_bg.jpg) top left no-repeat;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
#header {
	background: transparent url(../images/5star_logo.jpg) 490px 20px no-repeat;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#main_nav {
	float: right;
  width: 525px;
	height: 40px;
	margin-top: 230px;
}
.moduletable_menu, .moduletable_menu ul {
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.moduletable_menu li {
	background: transparent;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}
.moduletable_menu a, .moduletable_menu a:visited {
	display: block;
	color: #0000da;
	padding: 0;
	line-height: 40px;
	text-decoration: underline;
}

.moduletable_menu a:hover, .moduletable_menu li#current a {
  color: #da0000;
}
.moduletable_menu a span {
	display: block;
	padding: 0 10px;
}
#main_body {
	float: left;
	width: 100%;
	margin-right: -350px;
}
#left_content {
	margin-right: 350px;
}

#inside_path {
	font-size: 80%;
	margin: 15px;
}

#top_main {
  margin: 20px 15px;
  padding:10px;
  border: 5px solid #ccc;
  background-color: #e5f2ff;
}
#top_main h3 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

#main_content {
	margin: 15px;
}

#right_content {
	float: right;
	width: 300px;
	margin-right: 20px;
	padding-bottom: 15px;
	display: inline;
}
#right_content h3, #bottom h3 {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
#side1, #side2 {
	margin-top: 5px;
	padding: 15px;
}
#side2 div {
	padding-bottom: 15px;
}
#bottom {
	color: #000;
	margin: 0px;
}
#side1 ul, #side2 ul, #bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bottom1 {
	float: left;
	width: 300px;
	padding: 20px;
	display: inline;
}
#bottom2 {
	float: left;
	width: 300px;
	padding: 20px 0;
	display: inline;
}
#bottom3 {
	float: right;
	width: 300px;
	padding: 20px 20px 20px 0;
	display: inline;
}
#custom_footer {
  background: #fff url(../images/wrapper_bg.jpg) no-repeat bottom right;
	clear: both;
	text-align: left;
	height: 225px;
}

#inner_footer {
  width: 600px;
  margin-left: 5px;
}

#custom_footer a:hover {
	color: #FF0000;
}

#custom_footer .moduletable {
	padding: 10px 0;
}
table.pollstableborder {
	text-align: left;
}

#custom_footer .moduletable_menu {
  margin-left: 100px;
}

#custom_footer ul.menu {
  font-size: 14px;
}

#inner_footer h2 {
  margin-top: 20px;
}

.debug {
  font-size: 10pt;
  font-family: "Trebuchet MS", Arial, Tahoma;
  color: #bababa;
}

.debug a, .debug a:visited {
  color: #8a8a8a;
}

.debug a:hover {
  text-decoration: underline;
}

.mod_ji_img {
  border: 1px solid #c0c0c0;
  padding: 2px;
  margin-bottom: 20px;
}
