@charset "utf-8";

/* basic Links*/
a:link {
	color: #7A78A0;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a:visited {
	text-decoration: none;
	color: #7A78A0;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#sb-body-inner img {cursor:pointer;}




/* Navigation css*/
#homeNav {
	position: absolute;
	width: 900px;
	height: 35px;
	background-image: url(../../images/gustavo_page/topNav_port.png);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	background-repeat: no-repeat;
}

#homeNav ul {
	margin: 0;
	list-style: none;
	alignment-adjust: auto;
}

#homeNav ul li {
	width: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 4em;
	color: #7976a7;
	font-weight: normal;
}

#homeNav li.subNav ul {
	display: none;
}

#homeNav li.subNav:hover ul {
	display: block;
	/* [disabled]margin-left: 40px; */
	padding: 0;
	margin-top: -13px;
}

#homeNav li.subNav ul li {
	/*height: 1.2em;*/
	width: 9.3em;
	background-color: #FFFFFF;
	/*padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;*/
	padding: 0;
	border: thin solid #36328e;
	height: 3em;
}

#homeNav li.subNav:hover ul li a {
	color: 7976a7;
	font-size: 1em;
	padding: 0;
}

/* body css*/
body 
{
	margin: 0px;
	background-color: #FFFFFF;
	text-align:center;
}
html, body 
{
	margin: 0px;
	padding: 0px;
}

#wrapper 
{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header 
{
	width: 900px;
	height: 105px;
}
#mainLogo{
	font-family:Verdana, Geneva, sans-serif; 
	padding-left: 86px; 
	padding-top: 10px;
	font-size:13px;
	color: #36328e;
}
#artistName{
	font-size:32px;
	color: #36328e;
}

#homeNav {
	background-color: white;
	width: 900px;
	height: 35px;
	position: fixed;
	z-index:100;
}
#space {
	height: 40px;
	width: 900px;
}

#content {
	position: relative;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
}

#footer 
{
	width: 900px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #7A78A0;
	font-weight: 400;
	line-height: 20px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}

/* class Css*/
.alignleft 
{
	float: left;
	line-height: 2em;
}

.alignright
{
	float: right;
	
}

.alignrightmiddle
{
	margin-right: 50%;
	float: right;
	line-height: 2em;
}

p.height
{
	line-height: 2em;	
}
