/* CSS Template by  */

/*This is the main table for the whole webpage*/
body {	background-color:#303030;
               
	margin:30px;
	padding:0;
	text-align:center;}

/*This is the top banner*/
h1 {	margin:0;}
h2 {           margin:0;} 

/*This is the body*/
div id {margin-top:5px;
    padding-bottom:5px;
                  font-family:verdana;
                 	font-size:11px;
               
                  line-height:1.5em;
                  padding:20px;
                  text-align:left;
            }

/*This is the container around each page. It affects every page*/
#container {
	font-family:verdana;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#fff;
	text-align:left;}

/*This is the picture of the tap shoes*/
#banner {	width:700px;
	height:172px;
	margin-bottom:0px;
        background-image:url(img4.jpg);}

/*This is the black background for the navigation bar*/
#content {
	background:url(bg1.gif) repeat-y;
	height:1%;}
/*This affects the placement of the content on every page*/
#leftColumn {
	float:left;}
             
/*This is the spacing for the navigation bar*/
#nav {
	margin:0;
	padding:0;
	list-style:none;}

/*This tells how the navigation buttons will look*/
#nav a {    display:block;
	font-size:11px;
	color:#CCC;
	text-decoration:none;
	padding:10px;
             	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
	
}

#nav a:hover {
	background-color:#333;
}

#leftColumnBottom {
	width:130px;
	background:url(bg1c.gif) repeat-x;
	padding:10px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
                 
	float:left;
	width:530px;
	padding-left:15px;
                  background-color:#ffffff;
                  font-weight:700;
	color:#000000;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#FFF;
}

#copyright a {
	text-decoration:none;
	color:#FFF;
}

#copyright a:hover {
	color:#FFF;
}






