/* general rules */
html {
	height: 100%;
}

body {
	font-family: georgia,tahoma;
	background-color: #FFE9A8;
	/*background-image: url('/icecoldnugrape/web/img/home/background2.png');*/
	margin: 0px;
	padding: 0 0 0 3px;
	font-size:95%;
}

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

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
	border: none;
}

div,p,h1,h2,h3,h4,h5 {
	padding: 0;
	margin: 0;
}

/* headers */
h1 {
	letter-spacing: 15px;
	font-size: 10px;
	text-align: center;
	background-color: purple;
	color: gold;
	font-family: courier;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	
}

h3 {
	font-size: 12px;
	font-style: italic;
}

/* layout rules */
.outsidecontainer {
	width: 1200px;
}

.contentoutsidecontainer {
	width: 925px;
	float: left;
}

.sideoutsidecontainer {
	width: 260px;
	border: 1px solid black;
	float: left;
	text-align: center;
	padding: 3px;
	font-size:90%;
}

.sideoutsidecontainer div {
	width: 260px;
}

.sideoutsidecontainer p {
	color: black;
}

.contentheader {
	width: 925px;
	border-bottom: 1px solid purple;
}

.maincontent {
	width: 925px;
}

.contentfooter {
	clear: both;
	margin-top:10px;
	background-color: tan;
	border:2px solid black;
	padding:5px;
	border-width:1px;
}

.contentfooter p {
	font-size: 12px;
}

.contentfooter ol {
	margin-top:3px;
	list-style-type: disc;
}

.contentfooter li {
	padding:0;
	margin:0
}

.contentfooter h5 {
  margin-top:10px;
  padding:0;
}

.firstcontentsubsection {
	float: left;
	width: 294px;
	overflow: hidden;
	font-size: 14px;
}

.firstcontentsubsection ul {
	margin-bottom: 10px;
}

.secondcontentsubsection {
	float: left;
	width: 625px;
}

/* ids */
#mainlogo {
	float: left;
	width: 294px;
}

#updatedate {
	font-style: italic;
}

#newstuff {
	float: left;
	width: 625px;
}

#newstuff p {
	font-weight: bold;
	font-family: arial;
	
}

#featuredlink {
	float: right;
}

#featuredlink a {
	text-decoration: none;
	font-size: 18px;
}

#changingpicture {
	text-align: center;
}

#requestsong {
	text-align: center;
	margin-bottom: 4px;
}

ul#prevrequestedlist {
	display: inline;
	float: left;
	margin: 1px 1px 15px 1px;
	padding: 0;
}

ul#prevrequestedlist li {
	display: inline;
}

/* input components */
input {
	border: 1px solid #COCOCO;
	width: 150px;
}

.submitbutton {
	width: 50px;
}

#songtitletextbox {
	width: 150px;
}

/* other formatting */
.messagedate {
	float: left;
	font-style: italic;
}

