/* CSS Document */

* {

}

html {
	color			: #000;
  	font-family: Verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

body {
	padding:0px;
	margin:0px;
	background:url(images/bg.gif);
	line-height:150%;
}

img{
border:0px;
}

.clr{
clear:both;}

h1{
text-align:center;
margin:0px;
padding:0px;
}

h2{
color:#e30000;
font-size:20px;
font-weight:bold;
margin-bottom:35px;
}

h3{
color:#000;
font-size:16px;
font-weight:bold;
margin:0px;
padding:0px;}


a 			{ color: #e30000; text-decoration: underline; }
a:link		{ color: #e30000; text-decoration: underline; }
a:visited	{ color: #e30000; text-decoration: underline; }
a:active	{ color: #e30000; text-decoration: none; }
a:hover		{ color: #000; text-decoration: none; background:#CCC;}


#container{
	width:940px;
	margin:0px auto;
	background:url(images/side_bg_bottom.gif) repeat-y left;
}

#main{
float:left;
width:500px;
}

.entry_index{
background:#fff;
padding:25px 50px;
/*margin-bottom:15px;*/
background:#fff url(images/gmaple.gif) right bottom no-repeat;
}

.entry{
background:#fff;
padding:20px 50px;
margin-bottom:15px;
}

.profile a{
	text-decoration:none;
}



#side{
float:left;
width:196px;
margin-right:10px;
background:#fff url(images/side_touchez.gif) no-repeat bottom;
border-left:1px solid #000;
border-right:1px solid #000;
margin-bottom:0px;
padding-bottom:300px;
padding-top:20px;
}
#side2{
float:right;
width:190px;
margin-left:10px;
background:#e1e1d6;
padding:45px 15px 5px 15px;
}

#side2 h3{
color:#333;
font-size:12px;}

#side2 ul{
list-style:none;
margin:10px 0px 0px 0px;
padding:0px;
}

#side2 li{
padding-bottom:4px;
}

#copyright{
font-size:11px;
color:#666666;
line-height:120%;
padding-bottom:10px;
}

.en{
color:#ccc;
line-height:120%;
}

table.infobook{
width:400px;
/*border-top:1px dotted #cfcfcf;
border-bottom:1px dotted #cfcfcf;
*/
}
.infobook th img{
/*border:1px solid #cfcfcf;*/
}

.infobook th img.border{
border:1px solid #cfcfcf;
}

.infobook th{
width:190px;
}

.infobook td{
	width:190px;
padding:5px;
border:0px;
}

