body {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-bottom: 0px;
}
a {
	color: #999999;
}
a:hover {
	color: #000000;
}
h1 {
	font-size: 36px;
	margin-top: 37px;
	margin-bottom: 8px;
}
ul {
	margin-top: 20px;
	margin-left: 25px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	width: 800px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header_btm {
	margin: 0px;
	padding: 0px;
}
#header ul#header_btm li {
	float: left;
	margin: 0px;
	list-style-type: none;
}
#header ul#header_btm li a {  
    display: block;  
    text-decoration: none;  
    text-indent: -9999px;  
    width: 80px;  
    height: 50px;  
}  
#header ul#header_btm li.home a {
	background-image: url(../images/btm_home.gif);
	background-repeat: no-repeat;
}
#header ul#header_btm li.works a {
	background-image: url(../images/btm_works.gif);
	background-repeat: no-repeat;
}
#header ul#header_btm li.cv a {
	background-image: url(../images/btm_about.gif);
	background-repeat: no-repeat;
}
#header ul#header_btm li.shop a {
	background-image: url(../images/btm_shop.gif);
	background-repeat: no-repeat;
}
#header ul#header_btm li.blog a {
	background-image: url(../images/btm_blog.gif);
	background-repeat: no-repeat;
}
#header ul#header_btm li.mail a {
	background-image: url(../images/btm_mail.gif);
	background-repeat: no-repeat;
}
#header ul#header_btm li a:hover {
	background-position: 0px -50px;
} 

#title {
	width: 800px;
	margin: 0px;
}
#main {
	float: left;
	width: 525px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#main_cv {
	float: left;
	width: 800px;
	display: block;
	margin-bottom: 50px;
}
#sidebar {
	float: right;
	width: 235px;
	margin-top: 20px;
}
#footer {
	width: 800px;
	clear: both;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#include_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-top: 20px;
	margin-bottom: 10px;
}
#text_normal {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
	clear: both;
}
.img {
	margin-bottom: 5px;
}
.txt {
	margin-bottom: 35px;
}
