* {
	font-family:arial, helvetica, sans-serif;
}
body {
	background:#000;
	margin:0px;
}

#container {
	clear:both;
	width:900px;
	height:auto !important;
	
	min-height:50px;
	border:1px solid #fff;
	margin:0 auto 0 auto;
	background:url("images/bg.jpg") top left repeat-x;
}

#header {
	width:900px;
	margin:0 auto 0 auto;
}

#header h1 {
	margin:0;
	padding:6px 0 0 0;
	font-size:24pt;
	color:#fff;
	font-weight:normal;
	width:500px;
	float:left;
}

#nav {
	float:right;
	display:inline;
	padding-top:7px;
}

#nav a {
	margin:0 7px 0 7px;
	padding:0 0px 0 0px;
	border-top:2px solid #555;
	color:#fff;
	text-decoration:none;
	font-size:10pt;
	text-transform:lowercase;
}

#nav a:hover {
	border-top:2px solid #ec008c;
}

#left {
	width:480px;
	height:auto !important;

	min-height: 50px;
	background:#fff;
	float:left;
}

#left img {
	margin:15px;
}

#right {
	float:right;
	width:420px;
}

#right h1 {
	background:#fff;
	font-size:16pt;
	font-weight:normal;
	margin:60px 0 0 0;
	height:60px;
	line-height:60px;
	text-transform:lowercase;
	color:#ec008c;
}

#right h1 .info {
	text-align:right;
	font-size:8pt;
	color:#999;
	text-transform:uppercase;
	padding-left:90px;
}

#right .thumb {
	display:inline;
	width:110px;
	height:85px;
	padding:15px;
	float:left;
}

#right .thumb img {
	padding:5px;
	background:#fff;
	border:0;
}

#copyright {
	clear:both;
	height:1em;
	border-top:1px solid #fff;
	background:#ec008c;
	color:#fff;
	font-size:8pt;
	text-align:right;
	padding:2px 10px 4px 0;
}

a {
	color:#ec008c;
	text-decoration:none;
}

a:hover {
	color:#333;
}

a.link1 {
	color:#ffffff;
	text-decoration:none;
}

a.link1:hover {
	color:#000000;
}

a.link2 {
	color:#EC008C;
	font-size:8pt;
	text-decoration:none;
}

a.link2:hover {
	color:#000000;
}

a.link3 {
	color:#808080;
	font-size:8pt;
	text-decoration:none;
}

a.link3:hover {
	color:#000000;
}

a.link4 {
	color:#999999;
	font-size:8pt;
	text-decoration:none;
}

a.link4:hover {
	color:#ffffff;
}
a.link5 {
	color:#999999;
	font-size:8pt;
	text-decoration:none;
}

a.link5:hover {
	color:#F334BA;
}
a.link6 {
	color:#F334BA;
	font-size:8pt;
	text-decoration:none;
}

a.link6:hover {
	color:#ffffff;
}
a.link7 {
	color:#ffffff;
	font-size:8pt;
	text-decoration:none;
}

a.link7:hover {
	color:#EC008C;
}
a.link8 {
	color:#F334BA;
	font-size:8pt;
	text-decoration:none;
}

a.link8:hover {
	color:#ffffff;
}
!--------------------!

.gallery {
list-style: none;
float: left;
margin-top: -20px;
}

* html .gallery {
list-style: none;
margin-top: 0;
}

.gallery li a span {
display: none;
width: 160px;
background: transparent url("v01/images/yellow.png") repeat;
cursor: default;
color: #A78600;
padding: 0 10px 10px 10px;
}

.gallery li a:hover span {
display: block;
position: absolute;
margin: 50px 0 0 90px;
text-align: left;
}

.gallery li a span em {
display: block;
font: bold 10px/20px arial, verdana, helvetica, sans-serif;
color: #fff;
width: 160px;
background: #A78600 url("v01/images/arrow.gif") no-repeat;
background-position: 5px 5px;
padding-left: 20px;
margin: 0 0 6px -10px;
}

.gallery li a img {
margin: 0 auto;
} 

.gallery li a {
display: block;
padding: 12px 0;
width: 119px;
height: 95px;
background: #D1FFFF url("v01/images/box.gif") no-repeat;
text-align: center;
}

.gallery li {
display: block;
width: 119px;
height: 95px;
float: left;
margin: 15px 4px 15px 0;
}

* html .gallery li {
margin: 3px 4px 3px 0;
}

!--------------------!
