@charset "UTF-8";

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Helvetica,  Arial,  Verdana, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/background_art.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: inherit;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header_bg.jpg);
	height: 146px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 638px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	height: 500px;
	background-color: #000000;
}
.oneColFixCtrHdr #footer {
	clear: both;
	float: none;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #header #artistLogo {
	font-size: 24px;
	font-weight: 200;
	margin-left: 100px;
	height: 50px;
	padding-top: 50px;
}
.oneColFixCtrHdr #container #header #navbar {
	position: absolute;
	bottom: 0px;
	padding-left: 240px;
	height: 26px;
	width: 1200px;
}
.oneColFixCtrHdr #container #mainConWrapper {
	width: 1200px;
	padding-left: 100px;
	height: 500px;
}
.oneColFixCtrHdr #container #mainConWrapper #navSide ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	list-style-type: none;
}
.oneColFixCtrHdr #container #mainConWrapper #navSide {
	height: 400px;
	width: 100px;
	float: left;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #imageWrap {
	padding-top: 48px;
	padding-left: 54px;
	height: auto;
	width: auto;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #imageWrap p {
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
}


#nav a
{
	color: #999999;
	background: #000000 url(images/tab_bl_lft.gif) left top no-repeat;
	text-decoration: none;
	text-align:center;
	padding-left: 0px;
	font-size: 11px;
	line-height: 26px;
	height: 26px;
}

#nav a span
{
background: url(images/tab_bl_rt.gif) right top no-repeat;
padding-right: 0px;
height: 26px;
}

#nav a, #nav a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#nav a, #nav a span
{
float: none
}
/* End hide */

#nav a:hover
{
	color: #FFCCCC;
	background: #000000 url(images/tab_bl_lft.gif) left top no-repeat;
	height: 26px;
}

#nav a:hover span
{
	background: url(images/tab_bl_rt.gif) right top no-repeat;
	height: 26px;
}

#nav li
{
	list-style: none;
	float: left;
	margin: 0;
	height: 26px;
	width: 100px;
	padding-right: 10px;
} 
.oneColFixCtrHdr #container #header #navbar #nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
.oneColFixCtrHdr #mainConWrapper #navSide {
	float: left;
	width: 100px;
}




.oneColFixCtrHdr #container #mainConWrapper #rightWrapper {
	float: left;
	width: 180px;
	padding-top: 48px;
	padding-left: 42px;
	height: 400px;
}
.oneColFixCtrHdr #container #mainConWrapper #rightWrapper #info {
	background-color: #CCCCCC;
	text-align: left;
	height: 180px;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 180%;
}

a, a:visited 
{
border:0px;
color: #dddddd;
text-decoration:none;
}

a:hover, a:active {
	border:0px;
	color:#DDBEA6;
	text-decoration:none;
}

.normal a, .normal visited {
	border:0px;
	color: #666666;
	text-decoration:none
}

.normal a:hover, .normal active {
	border:0px;
	color: #DDBEA6;
	text-decoration:none
}
.present { 
	background: #000000 url(images/tab_bl_lft.gif) left top no-repeat;
	text-decoration: none;
	text-align:center;
	padding-left: 0px;
	font-size: 11px;
	line-height: 26px;
	height: 26px;
	color:#FFFFFF; 
	font-weight:bold;
	}
	
	
.oneColFixCtrHdr #container #header #navbar #nav .present span {
	background: url(images/tab_bl_rt.gif) right top no-repeat;
	padding-right: 0px;
	height: 26px;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #imageHeader {
	background-color: #CCCCCC;
	height: 28px;
	width: auto;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	text-indent: 26px;
	background-image: url(images/whiteTab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #333333;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #contact_box {
	color: #000000;
	background-color: #ffffff;
	height: auto;
	width: 360px;
	text-align: left;
	border: 2px solid #666666;
	margin-top: 44px;
	margin-left: 64px;
	padding: 22px;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #navbar2 {
	background-color: #666666;
	padding-top: 10px;
	padding-bottom: 24px;
	padding-left: 12px;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #navbar2 ul {
	text-align: left;
	float: none;
	list-style-type: none;
	display: inline;
	width: 600px;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #navbar2 li {
	float: left;
	display: inline;
	list-style-type: none;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #imageBox {
	color: #CCCCCC;
	background-color: #000000;
	height: auto;
	width: 758px;
	padding: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainConWrapper #mainContent #imageBox img {
	padding: 10px;
}

