/*<style type="text/css">*/

body 
{
/*
background-color: #F5CF7E;
background-color: #FFFFFF;
*/
background-color: #F5CF7E;
/*
background-image: url('guitar.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0px 300px;
background-position:center; 
background-position: 30% 20%; 
background-repeat: repeat-x
background-size: 100%;
*/
}


/*
img{
opacity:0.4;
filter:alpha(opacity=40);
}
*/

img.x
{
position:absolute;
left:0px;
top:0px;
/*z-index:-1;*/
}

p.header
{
/*margin: 2cm 4cm 3cm 4cm;*/
color:white;
margin-top:10px;
margin-left:4px;
font-size:400%;
line-height:100%;
text-align:center;
/*padding:0.2em 0.3em;*/
}

div.container
{
width:100%;
margin:0px;
/*border:1px solid gray;*/
line-height:150%;
}

div.header
{
padding:1em;
color:white;
background-color:blue;
clear:left;
height:300px;
line-height:150%;
}

div.menu
{
/*padding:1em;
margin-left:10px;*/
color:white;
background-color:#304c71;
clear:left;
height:32px;
}

div.footer
{
/*padding:0.5em;*/
color:white;
/*background-color:gray;*/
background-color:#304c71;
clear:left;
}

h1.header
{
padding:0;
margin:0;
}

div.content
{
float:left;
min-width:500px;
width:70%;
margin:0;
padding:1em;
/*border-right:2px solid gray;*/
border-right:2px solid #304c71;
/*margin-left:10px;*/
/*border:3px solid green;*/
}

div.right
{
/*border-left:2px solid gray;*/
/* border-left-style: ridge; */
padding:1em;
/* width:200px; */
/*border:2px solid yellow;*/
overflow: auto;
}

ul
{
float:left;
padding:0;
margin:0;
list-style-type:none;
}

a.menu, a.thismenu
{
float:left;
/*width:100%;*/
width:5em;
text-decoration:none;
color:white;
/*background-color:purple;*/
padding:0.2em 0.3em;
border-right:1px solid white;
text-align:center;
}

a.menu:hover {background-color:#AE0C0A}
a.thismenu:hover {}

a.title
{
width:5em;
text-decoration:none;
color:white;
text-align:center;
}

a.title:hover {background-color:#00b4e8}

li {display:inline}

/*</style>*/
