/*@import "news-style.css";
@import "spgm-1.4/flavors/default/spgm_style.css";
*/

/*-------------------------------------------------
GLOBAL ELEMENTS
-------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body { 
}

a {
	text-decoration: none;
}

a:link, a:active, a:visited {
}

a:hover {
}

br.spacer { clear: left; }

div.spacer { clear: both; }

div, p, td {
}

div.image {
}

fieldset {
	width: 350px;
	padding: 10px;
}

fieldset input {
	width: 150px;
}

fieldset textarea {
	width: 200px;
	height: 100px;
}

fieldset #submit {
	width: 50px;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 22px;
	text-transform: lowercase;
}

h2 {
	font-family: Verdana, sans-serif;
	text-transform: lowercase;
	font-size: 18px;
}

h3 {
	font-family: Verdana, sans-serif;
	text-transform: lowercase;
	font-size: 16px;
}

hr { 
	width: 100%;
	height: 1px;
	border: 0;
	text-align: left;
}

img {
	border: none;
}

input, textarea {
           border: 1px solid #937a04;
           font-family: "Times New Roman", serif;
           font-size: 11px;
           padding: 2px; }

label {
	display: block;
	float: left;
	text-align: right;
	margin: 5px 2px;
	width: 100px;
}

pre {
	font-family: "Courier New", monospace;
	font-size: 12px;
}

/*------------------------------------------------
MORE SPECIFIC
------------------------------------------------*/

p.artist { margin: 0;
           padding: 5px 0 0 0;
           float: left;
           border-top: 1px solid #8e9e7b; }

p.songs { margin: 0;
          padding: 5px 0 0 225px;
          border-top: 1px solid #8e9e7b; }

#container {
	width: 90%;
	margin: 0 auto;
	border: solid 1px #000;
}

#google {
	width: 730px;
	margin: 0 auto;
}

#header { height: 50px; }
#header a { }
#header img { display: none; }
#header p { text-align: right; }
#header h1 { float: left; }

#main {
	margin: 0px 0px 50px 190px;
	padding: 10px;
}

#menu {
	width: 175px;
	float: left;
	padding: 10px;
	font-size: 11px;
}

#menu div {
	border: solid 1px #000;
	padding: 2px;
	margin-bottom: 5px;
}

#menu div p {
	background-color: #32556b;
	color: #fff;
	margin-bottom: 2px;
	padding: 2px;
	font-family: "Times New Roman", serif;
	font-size: 12px;
}

#menu div ul {
	background-color: #7495ab;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	list-style-type: none;
	list-style-position: inside;
}

#menu div ul li {
	display: block;
	width: 100%;
}

#menu a {
	color: #000;
	font-weight: bold;
	display: block;
	width: 100%;
}

#menu a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

#notice { display: none; 
}

#notice p { text-align: center; }


