/*dusque css */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	background-image:url(assets/images/dusque-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	background-color:#ffff00;
}
#float {
	margin:0 auto;
	position:relative;
	width:830px;
	height: auto;
	padding-bottom:10px;
	background-color:transparent;
	padding-top:10px;
	text-align:left;
}
iframe { 
	border: 0; 
} 
#main {
	position: absolute;
	background-color: #000000;
	height: 500px;
	width: 900px;
	left: 20px;
	top: 3px;
}
img {
	border-radius: 10px;
	-moz-border-radius: 10px;
}

/* menu */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
}

#nav a {
	display: block;
	width: 10em;
	padding: 2px;
	color:#000;
	text-decoration:none;
	background-color:#CCC;

}
#nav a:hover{
	background-color:#0CF;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	border: #000 2px solid;
}

/* menu */
.text {
	position:absolute;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 200px;
	margin-left:2px;
	left: -9px;
	top: 28px;
	width: 832px;
	height: auto;
}
#menu {
	float:right;
	width:650px;
	padding-left: 30px;
	padding-top: 20px;
}
.topb {
	font-size:14px;
	background-image:url(assets/images/back_0.png);
	background-repeat:repeat-x;
	width:auto;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: #000 thin solid;
}
a.topb:link, a.topb:visited {
	color:#000;
	text-decoration: none;
	background-image:url(assets/images/back_0.png);
}
a.topb:hover {
	color:#000;
	text-decoration : none;
	background-image:url(assets/images/back_1.png);
}
.pic4 {
	margin-bottom: 15px;
	margin-right: 15px;
	background-image:url(assets/images/fade-2.png);
	background-repeat:repeat;
	padding: 8px;
	border:#53207e thin solid;
	float:left;
	width: 383px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
.pic8 {
	margin-bottom: 15px;
	background-image:url(assets/images/fade-2.png);
	background-repeat:repeat;
	padding: 8px;
	border:#53207e thin solid;
	float:left;
	width: 800px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
.pic8menu {
	margin-bottom: 15px;
	background-color:#000;
	padding-left: 30px;
	width: 788px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	position: fixed;
	top: 0px;
}
.show_calendar {
	background-color:#EEEEEE;
	width: 32px;
	height: 30px;
	border: 1px solid #999;
	text-align:center;
}
.show_calendar_day {
	background-color:#CC0000;
	height:16px;
	font-weight:bolder;
	color:#FFFFFF;
	padding-top:1px;
}
.show_calendar_month {
	color:#333333;
	font-weight:bold;
	padding-top:1px;
}
.valid {
	position: absolute;
	left: 20px;
	top: 500px;
	font-family: Century Gothic, sans-serif, helvetica;
	color: #ffffff;
	font-size: 12px;
	height: 50px;
	width: 150px;
	text-align:center;
}
ol {
	color: #ffffff;
}
h1 {
	font-family: 'Slackey', cursive;
	margin:2px;
	color: #ffffff;
	font-size:24px
}
h2 {
	font-family: 'Slackey', cursive;
	margin:2px;
	color: #ffffff;
}
h3 {
	color: #ffffff;
}
h4 {
	color: #ffffff;
}
h5 {
	color: #ffffff;
}
h6 {
	color: #ffffff;
}
.web-candy {
	color: #009999;
	font-family: Century Gothic, sans-serif, serif;
	font-size: 10px;
	position: absolute;
	left: -128px;
	top: -33px;
	text-decoration: none;
}
.web-candy_URL:link .web-candy_URL:visited {
	color: #009999;
}
.web-candy_URL:hover {
	color: #00CCCC;
}
.youtube-player {
	z-index: -1;
}

