/* CSS Document Begley Art Source */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
background-image:url(../images/bgd.gif);
background-repeat:repeat-x;
background-color: #CC6600;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
line-height: 1.2em;
margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 { font-size:130%;
font-family: Arial, Helvetica, sans-serif;
}
/* Commonly used to style section titles. */
h2 {
font-family:Arial, Helvetica, sans-serif;
}

h3 {
font-family:Arial, Helvetica, sans-serif;

}

p {
font-family: TimesNR, serif;
font-weight:200;
color:#000;
}

.image {
border:#fff 10px solid;
}

#outerWrapper #nav .minitabs 
{
list-style: none;margin: 0;padding: 20px 0 0 0;
text-align: center;white-space: nowrap;
color: #C96D09; font-size:13px;
height:60px;
}

#outerWrapper #nav .minitabs li 
{
display: inline;margin: 0 30px
}
#outerWrapper #nav .minitabs a 
{
text-decoration: none;padding: 0 0 3px;
/* border-bottom: 7px solid #fff;*/ color: #fff
}
 
#outerWrapper #nav .minitabs a #current 
{
color: #66FF00;
}
#outerWrapper #nav .minitabs a:hover 
{
border-bottom: 7px solid #ff6600;color:#fff ;
}



/* Table data starts here*/

table {
table-layout:auto;
background:none;
border-left: #FFCC33 1px solid;
border-right: #FFCC33 1px solid;
border-bottom: #FFCC33 1px solid;
text-align:left;
border-collapse:collapse;

}

th { 
font-size:100%;
font-style:normal;
font-weight:800;
color: #993300;
padding:10px;
border-top:#FFCC33 1px solid;
border-bottom:#FFCC33 1px solid;

}

td { 
padding:10px;
}



/* Table data ends*/

#outerWrapper
{
width:950px;
margin:0 auto 0 auto;


}

#outerWrapper #contentWrapper 
{
width: auto;
height:100%;
margin:0;
background-color: #FF9900;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0px 0 550px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 20px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:auto;

  
}

#outerWrapper #contentWrapper #content2 {
  margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

  
}

#outerWrapper #contentWrapper #leftColumn {
  float: left;
  padding: 10px 20px 10px 40px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 500px;
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
  text-align:left;
  line-height:1.7em;
  color: #333333;
 /* border-right:#FFFFCC 1px dotted;*/
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #content .image {
margin-top:20px;
}

#outerWrapper #contentWrapper #header 
{
text-align:center;
margin:30px 0 0 0;
border-bottom:#FFFFFF 1px dotted;

}

#outerWrapper #contentWrapper #header2 
{

text-align:center;
margin-top:162px;
color:#FF9900;
letter-spacing:0.2em;
}


#outerWrapper #contentWrapper #artist
{

  float: left;
  padding: 10px 10px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 440px;
  text-align:left;
}

#outerWrapper #contentWrapper #image
{
border:#FFFFFF 20px solid;
height:200px;
width:200px;
float:right;
margin:0 20px 20px 220px;


} 



#outerWrapper #contentWrapper #content .clearFloat 
{
  clear: left;
  display: block;
}
#outerWrapper #footer {
	padding: 30px 30px 30px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	letter-spacing:0.2em;
	background:#333333;
	border-top:#fff 1px dotted;

}

