/**body {background:#D821A6 url(../images/bg.png) repeat-x center top fixed; margin:0px;}**/
body {
	background:#000 url(../images/bgocean.jpg) no-repeat left top fixed;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	}
#logo {
	margin:10px 0px 20px 0px;
	width:100%;
	height:45px;
	background: url(../images/logo.png) no-repeat center top;
	display: block;
	padding: 0px 0px 0px 0px;
}
a {color:#FFFF00;}
a:hover {background:#000;color:#FFFF00;}
#wrapper {
	margin: 0px auto 0px 15px;
	width: 980px;
	padding: 0px;
	overflow: hidden;
}
#sidebar {
	width: 330px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 0px;
	position: fixed;
	background: url(../images/bg-sidebar.png) repeat-x;
	min-height: 600px;
}


#header {
	margin: 0px auto;
	width: 980px;
	height: 120px;
	clear: both;
}
.piece {
	margin: 10px auto 20px;
	width: 600px;
	padding: 10px 10px 10px 10px;
	background: url(../images/alpha50.png) repeat;
	border:0px solid transparent;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#content {
	float: right;
	width: 640px;
	overflow: hidden;
}
#sidebar li {
	font-size: 13px;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	color: #fff;
	float: left;
	clear: both;
	letter-spacing: 1px;
}
#sidebar li a {
	border:1px solid transparent;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	margin: 0px 0px 0px 12px;
}
#sidebar li a:hover {
	border:1px solid transparent;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background:url(../images/alpha50.png) repeat;
}
.divider {
	clear: both;
}
#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.piece .description {
	font-weight:bold;
	font-size:18px;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
}
.piece h1 {
	font-weight::normal;
	font-size:15px;
	margin: 5px 0px 0px 0px;
	display: block;
	color: #fff;
	float: left;
}
.piece .description p {
	font-weight: normal;
	font-size:14px;
	margin: 10px 0px 0px 0px;
	float: right;
}
.piece .description a {
	text-decoration: none;
}
.piece .description a:hover {
}

#sidebar .contact {
	font-size:15px;
	color: #FFFFFF;
	margin: 15px 15px 0px;
	background: url(../images/alpha50.png);
	padding: 10px;
	border:1px solid transparent;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#sidebar .contact2 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 5px 15px 0px 15px;
	background: url(../images/alpha50.png);
	padding: 15px 10px 15px 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.contact span , .contact2 span {
	font-size: 12px;
	display: block;
	font-size:11px;
}
.contact p {
	margin: 0px 0px 4px;
	text-align: left;
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
}
.contact2 p {
	margin: 0px 0px 4px;
	text-align: left;
}
#content h1 {
	color:#eeeeee;
	margin-left: 10px;
}
#sidebar h1 {
	color: #EEEEEE;
	margin: 30px 0px 0px 10px;
	font-size:35px;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	display: block;
	letter-spacing: 1px;
}
#sidebar h2 {
	color: #EEEEEE;
	margin: 0px 0px 10px 0px;
	font-weight:normal;
	font-size:20px;
	padding: 0px 0px 8px 0px;
	display: block;
	letter-spacing: 1px;
	font-weight:bold;
	border-bottom:1px dotted #666666;
}
.divider100px {
	height: 100px;
	width: 100%;
	clear: LEFT;
}

