﻿/* CSS DIV-MAIN layout */
@import url(base.css);
@import url(tooltip.css);
@import url(lightbox.css);
#index{
    padding-top:70px;
    width: 527px;
    height:754px;
	margin: 0pt auto;
}
#center{
    width: 467px;
    height:740px;
	margin: 0pt auto;
	float:right;
	background-color:#fff;
}
#right{
	width:30px;
	height:740px;
	float:right;
	background-image: url('../images/right-bg.png');
	background-position:left;
	background-repeat:repeat-y;
}
#left{
	width:30px;
	height:740px;
	float:right;
	background-image: url('../images/left-bg.png');
	background-position:right;
	background-repeat: repeat-y;
}
#top{
	width:467px;
	height:7px;
	margin: 0pt auto;
	background-image: url('../images/top-bg.png');
	background-repeat:repeat-x;
	background-position:center bottom;
	clear:both;
}
#bottom{
	width:467px;
	height:7px;
	margin: 0pt auto;
	background-image: url('../images/bottom-bg.png');
	background-repeat:repeat-x;
	background-position:center top;
	clear:both;
}
#tolbar{
	width:100%;
	height:30px;
	background-image: url('../images/bg-tolbar.jpg');
	background-position:bottom center;
	background-repeat:repeat-x;
}
#logo{
	background-image:url('../images/logo.jpg');
	background-position:center;
	background-repeat:no-repeat;
	width:440px;
	height:240px;
	margin: 0pt auto;
}
#main{
    background-color:#d7dad0;
	width:440px;
	height:400px;
	margin: 0pt auto;
}
#space-buttom{
	width:29px;
	height:26px;
}
#buttom-h{
    margin-top:20px;
    width:29px;
    height:26px;
    display:block;
    float:right;
    background-image:url('../images/b-home.jpg');
    background-position:center top;
    background-repeat:no-repeat;
    clear:both;
    float: left;
}
#buttom-h a,
#buttom-h a:hover,
#buttom-g a,
#buttom-g a:hover{
    width:29px;
    height:26px;
    display:block;
}
#buttom-g{
    margin-top:3px;
    width:29px;
    height:26px;
    display:block;
    background-image:url('../images/b-gallery.jpg');
    background-position:center top;
    background-repeat:no-repeat;
    clear:both;
    float: left;
}
#tolbar-cloesd{
    padding-top:2px;
	margin:5px 5px 5px 5px;
	width:10%;
	float:left;
	height: 20px;
}
#tolbar-buttom{
    padding-top:2px;
	margin:5px 5px 5px 5px;
	width:30%;
	float:right;
	text-align:right;
    height: 20px;
}
#space1{
	height:15px;
	width:467px;
	margin:0pt auto;
}
#space2{
	height:15px;
	width:467px;
	margin:0pt auto;
}
div#main-txt p{
	font-family:Tahoma,Arial;
	font-size:8pt;
	text-align:right;
	color:#333;
	line-height:180%
} 

div#main-txt h2{
	font-family:Tahoma,Arial;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	margin:0;
	padding:20px 20px 0px 0px;
	color:#333
} 
