@charset "utf-8";
/* formatting style
------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

body {
	font-family: sans-serif;
	font-size: 70%;
	line-height: 1.6;
	color: #666666;
	background-color: #666666;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #FF6600;
　　text-decoration: none;
}
a:visited {
	color: #FF33CC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF6666;
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 780px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#header {
    font-size: xx-small;
}	
#main {
	padding: 15px;
	float: right;
	width: 518px;
	margin-bottom: 30px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 200px;
	margin-bottom: 20px;
	font-size: xx-small;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 10px;
	clear: both;
}
/* works
------------------------*/
#main div.wk {
	margin: 20px 5px 5px;
	float: left;
	width: 150px;
	height: 300px;
	font-size: xx-small;
	padding-left: 7px;
	display: block;
	border-color: #666666;
}
/* footer styles
------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer li ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
/* price
------------------------*/
#main div.pr {
	margin: 20px 5px 5px;
	float: left;
	width: 215px;
	height: 600px;
	font-size: x-small;
	padding-left: 7px;
	display: block;
	border-color: #666666;
}
h1 {
    font-size: xx-small;
    line-height: 120%;
    margin-bottom: 0px;
    font-weight: normal;
}
h2 {
    font-size: small;
    line-height: 120%;
    margin-bottom: 0px;
}
h3 {
    font-size: small;
    line-height: 120%;
    margin-bottom: 0px;
}
h4 {
    font-size: small;
    line-height: 120%;
    margin-bottom: 0px;
}
h5 {
    font-size: small;
    line-height: 120%;
    margin-bottom: 0px;
}
strong {
font-weight: normal;
}	
ul li {
	list-style: none;
}

