@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	padding: 0px;
	margin: 0px;
	font:x-small 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	font-size:small;
	color:#999999;
}

h0{
	
	margin: 3px 0 3px 0;
	color:#FFFFFF;
	font-size: 1em;
}

h1{
	margin: 0;
	color:#FFF86F;
	font-size: 1em;
}
h2{
	font-weight:normal;
	margin: 0;
	color:#FF0000;
	font-size: 1em;
}
h3{
	margin: 0;
	color:#FFFFFF;
	font-size: 1em;
}

/*   Yellow Header   */
h4{
	margin: 0;
	color:#FFF86F;
	font-size: 1em;
}

h5{
	margin: 0;
	color:#FFFF66;
	font-size: 1em;
}

h6{
	margin: 0;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 1em;
}
/* Small footer text */
h7{
	margin: 0;
	color:#CCCCCC;
	font-size: 0.7em;
}
/* 'A' rgentine Tango */
h8{
	font-weight:bold;
	margin: 0;
	color:#FFFFFF;
	font-size: 30px;
}

h9{
	font-weight:bold;
	margin: 0;
	color:#FF0000;
	font-size: 1px;
}

/* =====================================
			   PAGE HOLDER
   ===================================== */
#bg
{

}
#pageHolder {
	margin: auto;
	width: 880px;
	text-align: left;
	overflow: hidden;
}
#contentHolder {
	width: 880px;
	overflow: hidden;
	padding: 0 0 0 0;
	height: 900px;
	background:url(images/Argentine_Tango_Pose.jpg) no-repeat right top;
}
#contentLeft {
	position:absolute;
	width: 465px;
	float: left;
	margin-top: 0px;
	height: 706px;
	padding-left:10px;
}

/* =====================================
			   Footer
   ===================================== */
#footerHolder {
	background: url(images/footer.jpg) top no-repeat;
	width: 100%;
	margin: 0 0 0 0;
	height:200px;
	overflow: hidden;
}

#footerContent {
	text-align: left;
	width: 980px;
	overflow: hidden;
	margin: 100px auto 0;
}

/* ============= MENU ================ */
#nav_container
{
width: 480px;
height: 50px;

text-decoration:none;
}

#nav_container a
{
text-decoration:none;
color: #a3a2a2;
font-family: 'Arial Black',Trebuchet,Arial,Verdana,Sans-serif;
font-size:11px;
}
#nav_container a:hover
{
text-decoration:none;
color: #FFFF00;
font-family: 'Arial Black',Trebuchet,Arial,Verdana,Sans-serif;
font-size:11px;
}
/* ================================== */
#over_classes
{
  display: block;
  background: url("images/classes_menu_item.jpg") no-repeat 0 0;
}
#over_classes:hover
{
background-position:0 -50px;
}
#over_classes span
{
  display: none;
}
/* ================================== */
#over_location
{
  display: block;
  background: url("images/location_menu_item.jpg") no-repeat 0 0;
}
#over_location:hover
{ 
background-position:0 -50px;
}
#over_location span
{
  display: none;
}
/* ================================== */
#over_faqs
{
  display: block;
  background: url("images/faqs_menu_item.jpg") no-repeat 0 0;
}
#over_faqs:hover
{ 
background-position:0 -50px;
}
#over_faqs span
{
  display: none;
}
/* ================================== */
#over_links
{
  display: block;
  background: url("images/links_menu_item.jpg") no-repeat 0 0;
}
#over_links:hover
{ 
background-position:0 -50px;
}
#over_links span
{
  display: none;
}
/* ================================== */
#over_contacts
{
  display: block;
  background: url("images/contact_menu_item.jpg") no-repeat 0 0;
}
#over_contacts:hover
{ 
background-position:0 -50px;
}
#over_contacts span
{
  display: none;
}
/* ================================== */
.TheQuestion
{
color:#FFF86F;
}

.TheDetails
{
color:#FFFF66;
}


#links
{
color:#999999;
text-decoration:underline;
}
/* ========= Lists & Bullets ================ */

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li
{
/* background-image: url(sqpurple.gif); */
background-repeat: no-repeat;
/* background-position: 0px 5px;  */
padding-left: 15px; 
}

li.red {
list-style: none;
 color:#FF9999;
}

li.bullet {
list-style: square inside;
}

