/*- Structure--------------------------- */

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	background: #000000 url(img/bg.jpg) repeat;
}

/************* Container *************/
#container {
	width:750px;
	text-align:left;
	margin:50px auto;
	padding:0;
	background-color:#6B757E; /*purple*/
}

/************* Header *************/
#header {
	background-color:#363C41; /*dark purple*/
	margin:0 auto;
	padding:15px;
	height:75px;
	background: url(img/logo_q45.jpg) no-repeat;
	background-position:top;
	background-repeat:repeat-x;
}
#header h1
{
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	padding-top:20px;
	margin:0;
}
#header h2
{
	color:#6F6F6F;
	font-size:12px;
	font-weight:normal;
	padding-top:20px;
	margin:0;
}

/************* Menu *************/

#tabs {
      float:left;
      width:100%;
      background:#414A55;
      font-size:82%;
      line-height:normal;
	  border-bottom:1px solid #000000;
      }
    #tabs ul {
	  margin:0;
	  padding:5px 5px 0 110px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("img/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	  
/************* Content *************/
#content_wrap
{
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;	
}

/************* Main Page*************/
#main {
	width:740px;
	margin-top:0px;
	margin-left:0px;
	padding:5px ;
	background-color:#FFFFFF;

	/*font-defaults: (override these below)*/
	font-size:12px;
	color:#505050;
}
#main a:link
{
	color:#666666;
	text-decoration:underline;
}
#main a:visited
{
	color:#333333;
	text-decoration:underline;
}
#main a:hover
{
	color:#5B2A79;
	text-decoration:underline;
}
#main a:active
{
	color:#666666;
	text-decoration:underline;
}
#main h1
{
 	margin: 15px 0;
	font-size: 1.3em;
}
#main p
{
	font-size:12px;
	font-weight:normal;
	color:#505050;
}

/************* Footer *************/
#footer {
	background-color:#363C41; /*dark purple*/
	margin:0 auto;
	padding:10px;
	color:#999999;
	font-size:10px;
	text-align:center;
	background-image:url(img/footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#footer a
{
	color:#999999;
}
#footer a:visited
{
	color:#999999;
	text-decoration:underline;
}
#footer a:hover
{
	color:#5B2A79;
}
#main a:active
{
	color:#666666;
	text-decoration:underline;
}
.brclear { 
	clear:both; 
	height:0; 
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
