@charset "utf-8";
body {
	font: 100%;
	background: #000000;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
h1, h2, h3, h4, p{
	margin:0px;
	padding:0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	line-height:18px;
}
p a{
	color:#D79C03;
	text-decoration:none;
	font-weight: bold;
}
p a:visited{
	color:#D79C03;
	font-weight: bold;
	text-decoration:none;
}
p a:hover{
	color:#CC6;
	text-decoration:underline;
	font-weight: bold;
}

h2 {
	color:#D79C03;
	font-size:18px;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 a, h2 a:visited{
	color:#D79C03;
	text-decoration:none;
}
h2 a:hover{
	color:#FFF;
	text-decoration:none;
}


.das2010 #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.das2010 #header {
	padding: 0 10px 0 20px;
	height: 10px;
}
.das2010 #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.das2010 #mainContent {
	float: left;
	width: 780px;
	margin: 0px 0px 20px 0px;
}
.das2010 #left_col{
	float:left;
	width:280px;
	padding: 0px 30px 0px 0px;
}
.das2010 #left_col .logo{
	float:left;
	width: 277px;
}
.logo p{
	font-size:13px;
	text-align:center;
	padding: 10px 0px;
}
#left_col .mailing{
	float:left;
	width: 277px;
	padding: 10px 0px;
}
.mailing p{
	color:#C90;
}
#left_col .contact{
	float:left;
	width: 277px;
	padding:20px 0px 0px 0px;
	border-top:1px solid #F90;
}

#events_list {
	float:left;
	width:436px;
	padding: 0px 0px 0px 30px;
	margin:120px 0px 0px 0px;
	border-left: 1px dotted #666;
}

#events_list .event{
	width:436px;
	padding:15px 0px 0px 0px;
	float:left;
	border-top: 1px dotted #666;
	margin: 0px 0px 10px 0px;
}
.event p{
	color:#FFF;
	padding: 0px 0px 8px 0px;
}
.das2010 #footer {
	height:100px;
	width: 780px;
	float: left;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #666;

}
#footer .lottery{
	width:350px;
	float:right;
	padding: 0px 0px 0px 30px;
}
#footer .lottery p{
	float:left;
}
.das2010 #footer p {
	margin: 0;
	padding: 10px 0;
}

/******** NAVI *******/
.navi {
	width:280px;
	float: left;
	padding: 0px 0px 10px 0px;
}

.navi ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
.navi li {
	width:280px;
	padding:5px 0px 0px 0px;
	display:block;
	font-weight:normal;
	border-bottom:1px dashed #C90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#C90;
	padding-bottom:5px;
	text-decoration:none;
}

.navi li a {
	display:block;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#C90;
	padding-bottom:5px;
	text-decoration:none;
}
.navi li a:hover {
	text-decoration:none;
	color: #FFF;
}
.navi#active {
	text-decoration:none;
	color: #990000;
	text-indent: 10px;
}


/************ INPUTS ***********/
.input_generic { /* FIELD */
	background-color:#666;
	font-size: 11px;
	color: #000000;
	padding: 8px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:focus { /*FIELD FOCUS*/
	background-color:#C90;
}
textarea:focus { /*FIELD FOCUS*/
	background-color:#FFCC00;
}

.input_select { /* FIELD */
	background-color:#E1DECC;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input_btn_submit { /*BUTTON*/
	background-color:#D79C03;
	font-size: 11px;
	color: #000000;
	padding: 8px;
	border: 0px solid;
	cursor: pointer;
}
.input_btn_submit:hover { /*BUTTON*/
	background-color:#FC0;
}

.input_btn_clear { /*BUTTON*/
	background-color:#FFCC66;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	border: 0px solid;
	cursor: pointer;
}
