@charset "UTF-8";
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/body.jpg);
	margin: 0;
	padding: 0;
	color: #000000;
}
.blue a:link {
	text-decoration: none;
	color: #007bfe;
}
.blue a:visited {
	text-decoration: none;
	color: #007bfe;
}
.blue a:hover {
	color: #FFF;
	background-color:#007bfe;
	text-decoration: none;
}
.blue a:active {
	text-decoration: none;
	color: #007bfe;
}
.red a:link {
	text-decoration: none;
	color: #ed1c24;
}
.red a:visited {
	text-decoration: none;
	color: #ed1c24;
}
.red a:hover {
	color: #FFF;
	background-color:#ed1c24;
	text-decoration: none;
}
.red a:active {
	text-decoration: none;
	color: #ed1c24;
}
.studio a:link {
	text-decoration: none;
	color: #f744a5;
}
.studio a:visited {
	text-decoration: none;
	color: #f744a5;
}
.studio a:hover {
	color: #FFF;
	background-color: #f744a5;
	text-decoration: none;
}
.studio a:active {
	text-decoration: none;
	color: #f744a5;
}
.blog a:link, visited, active {
	color: #badf00;
	text-decoration: none;
}
.blog a:hover {
	color: #fff;
	background-color:#badf00;
}
.contact a:link, visited, active {
	color: #888;
	text-decoration: none;
}
.contact a:hover {
	color: #FFF;
	background-color:#888;
}
.orange a:link {
	text-decoration: none;
	color: #ff9019;
}
.orange a:visited {
	text-decoration: none;
	color: #ff9019;
}
.orange a:hover {
	color: #FFF;
	background-color:#ff9019;
	text-decoration: none;
}
.orange a:active {
	text-decoration: none;
	color: #ff9019;
}
#container {
	float: right;
	width: 900px;
	background-image: url(../images/container.png);
	background-repeat: repeat-y;
}
#content_A {
	width:780px;
	margin: 5px 0px 80px 30px;
}
.content_B {
	width:700px;
	margin: 0px 0px 65px 30px;
}
.content_C {
	width:720px;
	margin: 0px 0px 0px 30px;
}
.content_D {
	width:730px;
	margin: 0px 0px 0px 0px;
}
.divider {
	margin: 65px 0px 40px 0px;
}
.section_A {
	margin: 0px 0px 25px 0px;
}
.section_B {
	margin: 25px 0px 25px 0px;
}
.footer {
	margin: 35px 0px 0px 0px;
}
#shadow {
	position:fixed;
	height:100%;
	width:190px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
	z-index:-1;
}
#slider ul, #slider li{
	margin:0;
	padding-left:11px;
	list-style:none;
}
#slider, #slider li{
	position:relative;
	width:360px;
	height:150px;
	overflow:hidden;
	padding-right:20px;
}
span#prevBtn a{
	display:block;
	background: url('../images/prev.png') no-repeat;
	width:50px;
	height:16px;
	float:left;
}
span#nextBtn a{
	display:block;
	background: url('../images/next.png') no-repeat;
	width:50px;
	height:16px;
	float:right;
}