/* Dance Connection UK Stylesheet */
/* (c) 2008 Paul Wareing*/

body 
{
	background: #CBCECE; 	
}

h1 
{ 
    display : none;
} 

#page
{
    margin: auto;
    padding: 0px;
    width: 1000px;
    background: #FA2414;
    border-style: solid;
    border-width: 1px;
    font-family:Verdana;
}

#page h2
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#banner
{
    padding-top:0px;
}

#wrapper 
{ 
    float : left;
    width : 1000px;
    margin-bottom : 20px;
} 

#wrapper a:link
{
    color: white;
    text-decoration: none;	
}

#wrapper a:visited
{
    color: white;
    text-decoration: none;
}

#wrapper a:hover 
{ 
    background-color: #ff8000;
}

#content 
{
	margin : 0 25%;
	font-size: medium;
	margin-top:20px;
	font-weight: bold;
} 

#left 
{ 
    float : left;
    width : 22%;
    margin-left : -99%;
} 

#left h2 
{ 
    font-family : arial;    
    font-size : 1em;
    color : white;
    margin-top: 30px;
    margin-bottom: 0;
    background-color: Gray;
}

#right 
{ 
    float : left;
    width : 22%;
    margin-left : -23%;  
	font-family: Verdana;      
}

#right h2 
{ 
    font-family : arial;
    font-size : 1em;
    color : white;
    margin-top: 30px;
    margin-bottom: 0;
    background-color: Gray;
}

#right h3
{ 
    font-family : arial;
    font-size : 1em;
    margin: 0px;
    margin-top: 15px;
}

#right p 
{ 
    padding : 10px;
    margin : 0;
    font-family : arial;
    font-size : smaller;
    text-align : justify;
} 

#right ul
{
    font-size: medium;
}

#right li
{
	
}

#right a:link
{
    text-decoration: none;
    color: white;
}

#right a:hover
{
    background-color: #ff8000;
}

#right a:visited
{
    text-decoration: none;  
    color: white;       
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: smaller;
    line-height: 20px;
    font-weight:bold;
}

#menu li
{
    border: solid 1px #FA2414;
	white-space: nowrap;		
}

#menu a:link
{
    text-decoration: none;
    color: white;
}

#menu li:hover
{
    background-color: #ff8000;
}

#menu a:visited
{
    text-decoration: none;  
    color: white;       
}

img 
{ 
    border : 0;
} 

#schedule table
{
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

#schedule th
{
    background-color: #aaaaaa;
    border: solid;
    border-width: 1px;
    padding:5px;
}

#schedule td
{
    border: solid;
    border-width: 1px;
    padding:5px;
}

.begin
{
    color: Yellow;
}

#shop table
{
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    border-width: 1px;
}

#shop th
{
    background-color: #dddddd;
    border: solid;
    border-width: 1px;
    padding:5px;
}

#shop td
{
    background-color: #f0f0f0;
    border: solid;
    border-width: 1px;
    padding:5px;
}

#gallery table
{
    border: none;
    border-collapse: collapse;
    width: 100%;
}

#gallery td
{
    background-color: #f0f0f0;
    border: none;
    padding:5px;
}

#street
{
    float: left;
    border: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#smallprint
{
    font-size: small;    
}

#footer
{
    clear: both;
    color: white;
    background: black;    
    text-align: right;
    font-size: 10px;
    font-family: Verdana;
    text-decoration: none;
    padding: 3px;
    clear: left;
    margin: 0px;
    margin-top: -3px;
}

#footer a:link
{
    text-decoration: none;
    color: Blue;
}

#footer a:visited
{
    color: Blue;
    text-decoration: none;
}

#footer a:hover
{
    color:White;
}
