html, body {
  width:100%;
  height:100%;
  margin: 0px;
  padding: 0px;
}
body {
	background: #FFFFFF url(images/bg-boom.gif) repeat;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #303030;
	text-decoration: none;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 100%;
	background: #3096AA url(images/bg-checkers.gif) repeat-x center top;
}

#content {
	margin: 20px 0px 5px;
	height: auto;
	width: 475px;
	background: #FFFFFF url(images/bg-burst.gif) no-repeat center bottom;
	border: 10px solid #B4CFD3;
	text-align: left;
	clear:both;
	padding: 20px;
}

#boom {
	width:900px;
}

#boom-left {
	height:500px;
	width:95px;
	float:left;
	background: url(images/boom-left.gif) no-repeat right top;
}

#boom-right {
	height:500px;
	width:115px;
	float:right;
	background: url(images/boom-right.gif) no-repeat left top;
}

#copyright {
	height: auto;
	width: 500px;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
h1 {
	font: bold 25px Geneva, Arial, Helvetica, sans-serif;
	color: #E11408;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}

h2 {
	font: bold 15px Geneva, Arial, Helvetica, sans-serif;
	color: #E11408;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {	color: #FF0066;	text-decoration: none;}
a:hover { color: #3096AA; text-decoration: none;}

p {
	margin: 10px 0px;
}
input, textarea, select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #EAEAEA;
	border: 1px solid #3096AA;
	padding:5px;
}
.images {
	float: right;
	border: 5px solid #666666;
	margin-bottom: 5px;
	margin-left: 5px;
}
.images2 {
	border: 5px solid #666666;
	margin-bottom: 5px;
	margin-left: 5px;
}
.menudots {
	background: url(/images/dotted.gif) repeat-x bottom;
}
.boldcap {
	font-weight: bold;
	text-transform: uppercase;
}
.radios {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
.dabahorda {
	border: 1px solid #B4CFD3;
}
