/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
input, select, textarea { font-size: 100%; }

input.text, textarea { font-size: 100%; font-family: Verdana, Geneva, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Verdana, Geneva, sans-serif; }
select { font-size: 100%; font-family: Verdana, Geneva, sans-serif; }
select > option { padding: 0 5px 0 2px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }
a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/*-------
// custom styles
//-----*/

html { height: 100.01%; }

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #1a1a1a;
}

#page {
	background: #000000;
	width: 900px;
	margin: 0 auto;
	font-size: 12px;
}

#top {
	background-image: url(../img/logo.png);
	height: 175px;
}

/* /////////////////////////// NAV ////////////////////////////// */
#nav {
	position: relative;
	height: 38px;
	width: 900px;
}
#nav ul {
	position: relative;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}
#nav ul li {
	position: absolute;
	padding: 0;
	margin: 0;
}
#nav ul li a {
	position: absolute;
	display: block;
	text-decoration: none;
}

#button1, #button2, #button3, #button4, #button5, #button6, #button7, #button8 { 
	height: 38px; 
}

#button1 a { width: 67px; height: 38px; top: 0px; left: 0; background-image: url(../img/button_home.gif); }
#button2 a { width: 82px; height: 38px; top: 0px; left: 67px; background-image: url(../img/button_dvd.gif); }
#button3 a { width: 97px; height: 38px; top: 0px; left: 149px; background-image: url(../img/button_weekly.gif); }
#button4 a { width: 75px; height: 38px; top: 0px; left: 246px; background-image: url(../img/button_event.gif); }
#button5 a { width: 148px; height: 38px; top: 0px; left: 321px; background-image: url(../img/button_latin.gif); }
#button6 a { width: 167px; height: 38px; top: 0px; left: 469px; background-image: url(../img/button_history.gif); }
#button7 a { width: 79px; height: 38px; top: 0px; left: 636px; background-image: url(../img/button_dance.gif); }
#button8 a { width: 94px; height: 38px; top: 0px; left: 715px; background-image: url(../img/button_meet.gif); }
#button9 a { width: 91px; height: 38px; top: 0px; left: 809px; background-image: url(../img/button_contact.gif); }

#button1 a:hover { background-position: 0 -38px; }
#button2 a:hover { background-position: 0 -38px; }
#button3 a:hover { background-position: 0 -38px; }
#button4 a:hover { background-position: 0 -38px; }
#button5 a:hover { background-position: 0 -38px; }
#button6 a:hover { background-position: 0 -38px; }
#button7 a:hover { background-position: 0 -38px; }
#button8 a:hover { background-position: 0 -38px; }
#button9 a:hover { background-position: 0 -38px; }

.no_show {
	display: none;
}
/* /////////////////////////// END NAV ////////////////////////////// */

	#content {
		color: #ffffff;
	}
		
	#boxleft {
		width: 675px;
		float: left;
		background: #ffffff url(../img/box_left_back.gif) repeat-y 0 0;		
	}
		#boxleft2 {
			background: url(../img/box_left_bottom.gif) no-repeat 0 100%;
		}
			#boxleft3 {
				background: url(../img/box_left_top.gif) no-repeat 0 0;
				padding: 20px 15px 20px 25px;
			}

	#boxright {
		width: 225px;
		float:right;
		background: #ffffff url(../img/box_right_back.gif) repeat-y 0 0;
	}
		#boxright2 {
			background: url(../img/box_right_bottom.gif) no-repeat 0 100%;
		}
			#boxright3 {
				background: url(../img/box_right_top.gif) no-repeat 0 0;
				padding: 20px 20px 20px 17px;
			}

#box_txt {
	font-size: 12px;
	color: #ddd99f;
	font-family: Georgia, Helvetica, sans-serif;
	line-height: 1.4em;
}

#box_txt p{
	padding: 5px;
}

#box_txt ul{
	list-style-type: inherit;
	padding-left: 35px;
	padding-bottom: 5px;	
}

#box_txt a {
	color: #ddd99f;
	text-decoration: none;
}

#box_txt a:hover {
	color: #ddd99f;
	text-decoration: underline;
}

h2 {
	font-size: 20px;
	color: #c8c490;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.bold {
	font-weight: bold;
}

#footer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	color: #807f7f;
	font-size: 10px;
}

#footer p{
	padding: 6px;
}

.links{
	text-transform: uppercase;
	font-size: 10px;
	color: #807f7f;
}

#footer a{
	color: #807f7f;
	text-decoration: none;
}

#footer a:hover {
	color: #807f7f;
	text-decoration: underline;
}

#footer p.bottom {
	padding-bottom: 15px;
}