* {
margin: 0;
padding: 0;
}

html {
height: 100%;
margin-bottom: 1px;
}

body {
background: #5b416a url("../images/background.gif") repeat-x;
margin: 0 auto 15px auto;
font-family: Arial, Verdana, sans-serif;
font-size: .8em;
line-height: 1.5;
color: #ffffff;
}

/* --- General formatting --- */
a, a:link, a:visited {
text-decoration: underline;
color: #ffffff;
}

a:hover, a:active {
color: #ffffff;
}

a img {
border: none;
}

h1, h2, h3, h4, h5, h6, h7 {
font-weight: normal;
line-height: 1;
}

/* --- Layout --- */
#wrapper {
background: url("../images/home2.png") no-repeat top center;
}

#navigation
{
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 57px 0px 0px 0px;
 height: 34px;
 background: transparent;
}

#navigation ul
{
 padding: 0;
 width:780px;
 height:48px;
 margin: 0 0 0 0px;
 display:inline;
}

#navigation li
{
 float: left;
 padding: 0;
 margin: 0 0 0 0px;
 display: inline;
}

#navigation a
{
 background-position: top left;
 height: 34px;
 text-indent: -9000px;
 outline: none;
 border: none;
 text-decoration: none;
 display: block;
}

#navigation a:hover
{
 background-position: bottom left;
}

#navigation .on
{
 background-position: bottom left;
}

.nav_home a
{
 background: transparent url('../images/nav_home.jpg') no-repeat;
 width: 95px;
}

.nav_music a
{
 background: transparent url('../images/nav_music.jpg') no-repeat;
 width: 102px;
}

.nav_about a
{
 background: transparent url('../images/nav_about.jpg') no-repeat;
 width: 103px;
}

.nav_blog a
{
 background: transparent url('../images/nav_blog.jpg') no-repeat;
 width: 95px;
}

.nav_contact a
{
 background: transparent url('../images/nav_contact.jpg') no-repeat;
 width: 138px;
}

#container {
margin: 0 auto 0 auto;
min-height: 540px;
width: 780px;
}

#container #header {
text-indent: -9999px;
}

#container #header a {
display: block;
width: 360px;
height: 150px;
overflow: hidden;
}

#container #content {
}

#container #content {
}

.right
{
 float:right;
 margin-left:10px;
}

#container #content h1 {
margin: 20px 0 .5em 0;
font-size: 1.5em;
}

#container #content h2 {
margin: 1.75em 0 .5em 0;
font-size: 1.25em;
font-variant: small-caps;
}

#container #content h3 {
font-size: 1.1em;
margin: 1em 0 .25em 0;
font-variant: small-caps;
}

#container #content p {
margin: 0 0 .75em 0;
}

#container #content ol, #container #content ul {
margin: 0 0 .75em 2em;
}

#container #content ul.quotes {
font-family: Georgia, "Times New Roman", Times, serif;
margin-left: 0;
}

#container #content ul.quotes li {
list-style: none;
margin: 0;
padding: 0;
}

#container #content ul.quotes li q {
font-style: italic;
}

#container #content ul.quotes li q span {
font-style: normal;
}

#container #content .note {
font-size: xx-small;
vertical-align: super;
line-height: 0;
}

#container #content .note a {
text-decoration: none;
}

#container #content ul.quotes li p {
margin: 0 0 .75em 5em;
}

#container #footer {
text-align: center;
font-size: .8em;
line-height: 1.25;
}

#container #footer a {
}

#container #footer ul li {
list-style-type: none;
display: inline;
border-left: 1px solid #c2b79f;
}

#container #footer ul li.begin {
border: none;
}

#container #footer ul li a {
margin: 0 4px 0 6px;
}

.contact_field
{
 border:none;
}




/* --- Special --- */
/* Accessibility */
#accessibility {
position: absolute;
left: -1000em;
width: 20em;
}

/* Clear fix */
.clear:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.clear {
display: block;
}

/* Hides from Internet Explorer for the Mac \*/
.clear {
min-height: 1%;
}

* html .clear {
height: 1%;
}
/* End hide */