/*
Design by Emil Nicklasson 2008-11-29 as a test hompage and an indtroduction to CSS PHP and so on
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

html, body 
{
  height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: #555555;	
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 100%;

}

#header 
{
	background: #000000;
	padding-top: 3px;
	height: 140px;
	width: 1000px;

}

#content
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: #000000;
	height: auto;

}



/*--------------------------------*/
/*-= Menu section startss here =-*/
/*--------------------------------*/
#menu 
{
	width: 770px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-left:230px;
	padding-top: 1px;
	height: 20px;
	background: #111111;
}

#menu ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 7em;
	float: left;
	color: #111111;
}

#menu h2 
{
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	/*border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;*/
	
	padding: 2px 2px;
	margin: 0;
}

#menu h2 
{
	color: #fff;
	background: #111111;
	text-transform: uppercase;
	text-align: center;
}

#menu a:link
{
	font: bold 11px/16px arial, helvetica, sans-serif;
	color: #ffffff;
	background: #111111;
	text-decoration: none;
	text-align: center;
}

#menu a:visited
{
	font: bold 11px/16px arial, helvetica, sans-serif;
	color: #ffffff;
	background: #111111;
	text-decoration: none;
	text-align: center;
}

#menu a:hover
{
	color: #aa0000;
	background: #111111;
}

#menu a.drop:link
{
	display: block;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
	margin: 0;
	padding: 2px 3px;
	color: #ffffff;
	background: #111111;
	text-decoration: none;
	text-align: left;
}

#menu a.drop:visited
{
	display: block;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
	margin: 0;
	padding: 2px 3px;
	color: #ffffff;
	background: #111111;
	text-decoration: none;
	text-align: left;
}

#menu a.drop:hover
{
	color: #aa0000;
	background: #ffffff;
}

#menu li {position: relative;}

#menu ul ul
{
	position: absolute;
	text-align: left;
	z-index: 50000000;
}

#menu ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*-= Menu section ends here =-*/



/*------------------------------*/
/*-= Main section starts here =-*/
/*------------------------------*/
#main
{
	margin-top: 50px;
	padding-left: 0px;
	padding-right: 10px;
	height: 100%;
}
/*-= Main section ends here =-*/




/*------------------------------*/
/*-= Left section starts here =-*/
/*------------------------------*/
#left
{
	float: left;
	width: 150px;
  	height: 100%;
  	margin-left: 10px;
  	font-size: 12px;
}

/*-= Left section ends here =-*/



/*--------------------------------*/
/*-= Center section starts here =-*/
/*--------------------------------*/
#center
{
	float: left;
	width: 450px;
	height: 100%;
	margin-top: 0px;
	margin-left: 20px;
	background-color: #000000;
	font-size: 12px;
}

#center p
{
  padding-left: 7px;
  margin-top: 2px;
}

#center h2 
{
	font-size: 16px;
	margin-top: 20px;
}

#center.music
{
  margin-top: 30px;
  width: 450px;
  background: #000000;
}

#center.index
{
  background: #000000;
  width: 800px;
}

#center.images
{
	float: left;
	width: 700px;
	margin-left: 5px;	
	padding-left: 0px;
}
/*-= Center section ends here =-*/



/*-------------------------------*/
/*-= Right section starts here =-*/
/*-------------------------------*/
#right
{
	float: right;
	width: 300px;
	height: 100%;
	margin-right:10px;
	padding-top: 20px;
	font-size: 12px;
	background-color: #000000;
	text-align: left;
}

#right p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#right h2 {
	margin: 5px;
	padding: 0px;
	padding-top: 0px;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}

#right.box
{
	background-color: #333333;
}

#right.box p
{
	list-style: none;
	display: block;
	margin: 3px;	
}

#right.box a
{
	list-style: none;
	display: block; 
	color: #ffffff;
	margin-left: 15px;
	margin-top: 7px;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
}

#right.box h2
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
/*-= Right section ends here =-*/



/*--------------------------------*/
/*-= Footer section begins here =-*/
/*--------------------------------*/
#footer 
{
	background: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 45px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
/*-= Footer section ends here =-*/
