@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	border: 0px;
}

body {
	text-align: center;
	width: 900px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #333;
	position: relative;
	padding: 30px 0px;
	padding-bottom: 30px;
}

p {
	text-align: left;
	font-size: 14px;
	color: #fff;
}

h1 {
	text-align: left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

h2 {
	text-align: left;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 8px 0px 0px 8px;
}

h2 a:link, a:visited {
	color: #fff;
}

h2 a:hover, a:active {
	color: #CCCCCC;
}

h3 {
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-top: 15px;
}

h3 a:link, a:visited {
	color: #fff;
}

h3 a:hover, a:active {
	color: #999;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/* ------------- start body ------------- */

#wrapper_body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
}

/* ------------- end body ------------- */

/* ------------- start banner ------------- */

#wrapper_banner1 {
	width: 900px;
	height: 191px;
	background-image: url(../images/banner1_bg.jpg);
	background-repeat: no-repeat;
}

#logo_name {
	padding: 25px 0px 0px 170px;
	font-size: 35px;
	color: #000000;
}

.button_index {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 150px;
	height: 180px;
}

.button_index2 {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 750px;
	height: 80px;
}

/* ------------- end banner ------------- */

/* ------------- start menu ------------- */

#wrapper_menu {
	width: 900px;
}

/* ------------- end menu ------------- */

/* ------------- start middle ------------- */

#wrapper_text {
	width: 900px;
	float: left;
}

#wrapper_sidebar {
	width: 201px;
	background-image:url(../images/sidebar_main_bg.jpg);
	background-repeat: repeat-y;
	float: right;
	margin: 30px 0px 20px 30px;
}

#wrapper_sidebar p {
	padding: 10px;
}

#wrapper_sidebar_header {
	background-image: url(../images/sidebar_header_bg.jpg);
	background-repeat: no-repeat;
	height: 60px;
}

#wrapper_sidebar ul {
	
}

#wrapper_sidebar ul li {
	list-style-type: none;
}

#red {
	width: 610px;
	background-color: #861414;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.main {
	margin: 0px 30px;
}

.left_margin {
	margin: 0px 20px;
}

.bold {
	margin: 0px 30px;
	font-weight: bold;
	font-size: 15px;
}

.small_padding {
	margin: 10px 0px;
}

.arrow {
	margin: 10px 30px;
	font-weight: bold;
}

.arrow img {
	padding: 0px 10px;
}

.red_header {
	padding: 3px 0px 0px 6px;
}

.sidebar_title {
	padding-top: 30px;
	padding-left: 5px;
	font-size: 18px;
}

.sidebar_bottom {
	padding-bottom: 10px;
}

.homepage-list {
	padding-left: 30px;
	float: left;
	list-style: none;
}

/* ------------- end middle ------------- */

/* ------------- start footer ------------- */

#wrapper_footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 184px;
	margin-top: 20px;
	clear: both;
}

.comp_co {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.comp_co a:link, a:visited {
	text-decoration: none;
}

.comp_co a:hover, a:active {
	text-decoration: underline;
}

#places {
	size: 8px;
	padding: 10px 30px;
	color:#999999;
	text-align: center;
}
/* ------------- end footer ------------- */
