/* *************************** 
  Site - Stage Door Dance Academy
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Sidebar Styles
  $5 - Content Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#ff40d9;
	text-decoration:none;
}
a:hover {
	color:#ff40d9;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-family:"Times New Roman", Times, serif;
    font-size:14px;
	background:#939598 url(../images/bg_body.gif) repeat-x;
}
#container {
	width:791px;
    min-height:600px;
	height:auto;
    margin:auto;
    background:url(../images/bg_container.png) no-repeat;
}
/* for Internet Explorer */
/**/
* html #container {
	height: 600px;
}
/**/

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:791px;
	height:143px;
    float:left;
    padding:39px 259px 11px 56px;
    width/**/:/**/ 476px;
    height/**/:/**/ 93px;
}
#header h1 a {
	width:476px;
    height:93px;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}

/* *************************** 
   $4 Sidebar Styles
   ***************************/
#sidebar {
	width:172px;
    height:279px;
    float:left;
    background:url(../images/bg_sidebar.jpg) no-repeat;
    margin-top:20px;
}
#sidebar ul {
	padding-top:5px;
}
#sidebar li {
	width:145px;
	font-size:18px;
    padding:10px 0 10px 10px;
    background:url(../images/bg_sidebar_li.gif) bottom repeat-x;
    color:#FFFFFF;
    letter-spacing:2px;
}
#sidebar li a{
	color:#FFFFFF;
    text-decoration:none;
}
#sidebar li a:hover {
	color:#000000;
    text-decoration:none;
}
#sidebar li.active a, #sidebar li.active a:hover {
	color:#000000;
    text-decoration:none;
}

/* *************************** 
   $5 Content Styles
   ***************************/
#content {
	width:615px;
    float:left;
    clear:right;
    margin:-17px 0 0 -26px;
}
#content_top {
	width:615px;
    height:29px;
    float:left;
    background:url(../images/bg_content_top.png) no-repeat
}
#content_inner {
	width:615px;
    padding:5px 34px 0 34px;
    width/**/:/**/ 547px;
    float:left;
    background:url(../images/bg_content_inner.png) right top no-repeat;
}
#content_bottom {
	width:615px;
    height:29px;
    float:left;
    background:url(../images/bg_content_bottom.png) no-repeat
}
#content_banner {
	padding-bottom:10px;
    border-bottom:1px dotted #b3b3b3;
    margin-bottom:10px;
    float:left;
}
.content_text {
	width:547px;
    float:left;
}
.content_text p {
	padding:0 0 10px 0;
    line-height:15px;
}
div.content_text.left {
	width:268px;
	margin-right:11px;
}
div.content_text.right {
	width:268px;
	padding-top:9px;
}
.content_title {
	color:#ff40d9;
    padding:0 0 3px 0;
    font-size:16px;
    font-weight:bold;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	float:left;
	width:791px;
    padding-right:100px;
    width/**/:/**/ 691px;
    text-align:right;
    font-weight:bold;
    margin-top:-10px;
    letter-spacing:2px;
}
#footer a {
	color:#000000;
    text-decoration:none;
}
#footer a:hover {
	color:#000000;
    text-decoration:underline;
}