@charset "utf-8";
/* CSS Document */



#wrapper {
	position: relative;
	top: 0px;
	clear: both;
	background-color: #ffffff;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	padding-top: 5px;
}

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

#container h1 {
	margin:10px 0px 10px 0px;
}

#main-content {
	background:url(../images/contents_bg_top.gif) no-repeat top left;
	width:820px;
	padding:15px 10px 10px 10px;

}

#main-content-text-wrapper {
	width:600px;
	min-height:200px;
	height: auto !important;
  	height: 200px;
	padding:10px 0px 10px 10px;
	background-color:#f0f0f0;
}

#main-content-text {
	width:587px;
	min-height:200px;
	height: auto !important;
  	height: 200px;
	padding:10px auto;
	background-color:#FFFFFF;
}

#main-content-text h2 {
	padding:5px 0px 0px 10px;
}

ul.list {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}
 
ul.list li {
    margin: 0px;
    padding: 0px 0px 0px 25px;
    background: url(../images/list_btn.gif) no-repeat 3px 0.2em;
    list-style: none;
}

#main-content-bottom {
	clear: both;
	text-align: right;
	width: 820px;
	height: 15px;
	background-color: transparent;
	background-image: url(../images/contents_bg_btm.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

#sub_contents {
	width:150px;
	position:absolute;
	top:20px;
	left:650px;	
}

.content-area {
	margin:10px 10px 10px 20px;
	min-height:300px;
	height: auto !important;
  	height: 300px;
}

div.attention {
	width:480px;
	margin-left:20px;
	padding:20px 15px 20px 15px;
	background: url(../images/content_bg.gif) repeat-y top left;
}

span.red {
	color:#FF0000;
}

p.center {
	text-align:center;
}

p.contact {
	margin-left:80px;
}

p.large {
	font-size:1.3em;
}

div.contact-area{
	background-color:#FFFFFF;
	width:400px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
}

#logo img {
	border: none;
	display: block;
	width: 206px;
	height: 40px;
}

/** Footer Area Style**/
#footer {
	position: relative;
	top: 22px;
	clear: both;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 60px;
	padding-left: 0pt;
}

#footer ul {
	width:820px;
	margin:0 auto;
}

#footer li {
	display: block;
	text-align: center;
	float: left;
	background-color: transparent;
	background-image: url(../images/footer-divider.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}

#footer li#copyright {
	text-align: left;
	width: 350px;
	padding-left: 10pt;
}

#footer li#copyright {
	width: 610px;
}

#footer li.last {
	border-right-width-value: medium;
	border-right-style-value: none;
	border-right-color-value: -moz-use-text-color;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	text-align: right;
	width: 54px;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-right: 0pt;
}

#footer li.last {
	width: 150px;
}

