body
	{
		text-align: center;
		font-size: 80%;
		background-color: #000000;
		background-image: url(../img/bg.gif);
		color: #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: lighter;
		margin: 0;
		padding: 0;
	}
h1
	{
		font-size: 180%;
		font-weight:lighter;
		color: #e55ba1;
		margin: 0 0 20px 0 ;
		padding: 0;
		border-bottom: 2px dotted #646669;
	}
h2
	{
		font-size: 130%;
		font-weight:lighter;
		color: #e55ba1;
		margin: 0 0 10px 0 ;
		padding: 0;
	}
p
	{
		margin: 0 0 0 0;
		padding: 0;
	}
#container
	{
		margin: 0 auto;
		margin-top: 30px;
		padding:0;
		width:960px;
		height: auto;
		text-align:left;
		position:relative;
		background-color: #000000;
		-moz-box-shadow: 10px 10px 5px #000;
-webkit-box-shadow: 10px 10px 5px #000;
box-shadow: 10px 10px 5px #000;
-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
}
#header
	{
		width: 960px;
		height: 220px;
		background-image: url(../img/header.jpg);
		background-repeat: no-repeat;
		background-color: #000000;
		float: left;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
#black_bg
	{
		background-color: #000000;
		width: 960px;
		height: auto;
		float: left;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
#gallery
	{
		background-color: #000000;
		width: 960px;
		text-align: center;
		float: left;
	}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 2em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #e55ba1; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#e55ba1, #f9f9f91);
	background: -o-linear-gradient(#e55ba1, #f9f9f91);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e55ba1), to#f9f9f91)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#e55ba1, #f9f9f9);
	color: #222;
}
#access li:hover > a,
#access a:focus {
	background: #e55ba1; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#e55ba1, #f9f9f91);
	background: -o-linear-gradient(#e55ba1, #f9f9f91);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e55ba1), to#f9f9f91)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#e55ba1, #f9f9f9);
	color: #222;
}
#access ul li:hover > ul {
	display: block;
}
#main_image
	{
		width: 300px;
		margin-top: 20px;
		float: left;
		padding-left: 30px;
		background-color: #000000;
	}
#main_image img
	{
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
#main_text
	{
		margin-top: 20px;
		padding-right: 20px;
		width: 570px;
		float: right;
		background-color: #000000;
	}	
#main_text a
	{
		color: #e55ba1;
	}
#footer
	{
		width: 960px;
		height: 77px;
		background-image: url(../img/footer.jpg);
		background-repeat: no-repeat;
		padding-top: 80px;
		margin-top: 30px;
		float: left;
	}
#footer p
	{
		text-align: center;
	}
.blue {color:#09C;}
