/* Created by Deutsche Webdesign */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url(../images/header-side.jpg);
 background-repeat:repeat-x;
 background-color:#CCCCCC;
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

/* -----------------------------------------------------------------------
Header section
----------------------------------------------------------------------- */

#header{
 position:relative; 
 height:150px; 
 width:100%;
 background-image:url(../images/header.jpg);
 background-repeat:no-repeat;
} 

#mainmenu{
 position:relative; 
 height:50px; 
 width:100%;
 background-image:url(../images/menu.jpg);
 background-repeat:no-repeat;
} 

#mainmenu-content{
 text-align:center;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 font-weight:600;
 color:#006600;
 font-variant:normal;
} 

/* -----------------------------------------------------------------------
Image section
----------------------------------------------------------------------- */

#roland1{
 position:relative; 
 height:380px; 
 width:322px;
 background-image:url(../images/roland-manarin1.jpg);
 background-repeat:no-repeat;
} 

#roland2{
 position:relative; 
 height:446px; 
 width:207px;
 background-image:url(../images/roland-manarin2.jpg);
 background-repeat:no-repeat;
} 

#roland3{
 position:relative; 
 height:397px; 
 width:221px;
 background-image:url(../images/roland-manarin3.jpg);
 background-repeat:no-repeat;
} 

#roland4{
 position:relative; 
 height:373px; 
 width:152px;
 background-image:url(../images/roland-manarin4.jpg);
 background-repeat:no-repeat;
} 

#roland5{
 position:relative; 
 height:389px; 
 width:139px;
 background-image:url(../images/roland-manarin5.jpg);
 background-repeat:no-repeat;
} 

#logo{
 position:relative; 
 height:196px; 
 width:300px;
 background-image:url(../images/manarin-logo.jpg);
 background-repeat:no-repeat;
} 

#book{
 position:relative; 
 height:440px; 
 width:300px;
 background-image:url(../images/bookcover.jpg);
 background-repeat:no-repeat;
} 

/* -----------------------------------------------------------------------
Definition for TwoCol section
----------------------------------------------------------------------- */

#twocols{
 width:100%; 
 float:right; 
 position:relative;
 background-image:url(../images/background.jpg);
 background-repeat:repeat-y;
  }

/* -----------------------------------------------------------------------
Right Column section
----------------------------------------------------------------------- */

#rightcol{
 width:400px; 
 float:right; 
 position:relative; 
 }

/* -----------------------------------------------------------------------
Main Column Content section
----------------------------------------------------------------------- */

#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:580px; 
 }
 
#maincol-content{  
 float: left; 
 display:inline; 
 position: relative;
 padding-top:0px;
 padding-left:50px;
 padding-right:0px;
 padding-bottom:0px;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#666666;
 font-style:normal;
 font-weight:100;
 }

/* -----------------------------------------------------------------------
Footer Column section
----------------------------------------------------------------------- */

#footer{
 height:73px; 
 clear:both;
 background-image:url(../images/footer.jpg);
 background-repeat:no-repeat; 
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:10px;
 color:#666666;
 font-style:normal;
 font-weight:100;
 } 
 

 
 /* Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* -----------------------------------------------------------------------
Menu formatting
----------------------------------------------------------------------- */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}



/* -----------------------------------------------------------------------
Q&A formatting
----------------------------------------------------------------------- */

.question{
/*		color: #FCFADD;	*/
text-decoration:underline;
cursor:pointer;
}

.dropdown{
font-weight:700;
text-decoration:none;
cursor:pointer;
}

.answer{
width:100%;
display:none;	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

a:link{
color:#006600;
font-weight:900;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}

a:visited{
color:#006600;
font-weight:900;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}

a:hover{
color:#006600;
font-weight:900;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline;
}

a:active{
color:#006600;
font-weight:900;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline;
}

/* -----------------------------------------------------------------------
RSS formatting
----------------------------------------------------------------------- */
