/*
CSS Layout for GMF Gods Love page
*/

body {
	margin: 0;
	padding: 0;
	background: rgb(102,153,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(255,204,0);

	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #704A21;
}

a:hover {
  
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
  border-style: solid;
  border-color: black;
  border-width: 0px 4px 0px 4px;
}

/* Header */

#header {
  background: url(images/img05.jpg) repeat-x left top;
	width: 800px;
	height: 200px;
	margin: 0 auto;
	
}

#artist {
  width: 125px;
  height: 200px;
  float: right;
  padding: 0px 0px 0px 0px;
  color: rgb(0,0,0);
}
/* Menu */

#menu {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 40px;
}

#menu a {
	display: block;
	margin-top: 5px;
	margin-right: 3px;
	padding: 7px 3px 2px 1px;
	background: url(images/img03.jpg) no-repeat right 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #325C12;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
  
  
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
	color: rgb(0,0,0);
	font-weight: bold;
}

/* Page */

#page {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04blk.jpg) repeat-y left top;
	
}
#pageX {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04x.jpg) repeat-y left top;
	
}
#page-bgtop {
	padding: 0px 0px;
	background: url(images/img02blk.jpg) repeat-x left top;
}

#page-bgtop {
	padding: 0px 0px;
	background: url(images/img02blk.jpg) repeat-x left top;
}

#page-bgbtm {
  padding: 0px 0px;
	background: url(images/img02blk.jpg) repeat-x left top;
}

#page-bgtopx {
	padding: 0px 0px;
	background: url(images/img02x.jpg) repeat-x left top;
}

#page-bgtopx {
	padding: 0px 0px;
	background: url(images/img02x.jpg) repeat-x left top;
}

#page-bgbtmx {
  padding: 0px 0px;
	background: url(images/img02x.jpg) repeat-x left top;
}

/* Content */

#content {
	float: left;
	width: 730px;
	padding: 5px 5px 5px 5px;
	
}

#content1 {
 float: left;
 width: 330px;
 padding: 10px 25px 5px 5px;
}

#content2 {
 float: right;
 width: 330px;
 padding: 10px 5px 5px 5px;
}

/* Sidebar (optional, but if used make sure to change content width accordingly)

#sidebar {
	float: right;
	width: 200px;
	padding: 0px ;
	color: #787878;
	
	
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	background: url(images/img06.jpg) no-repeat left 15px;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #5B7817;
}

#sidebar p {
	margin: 0 0px;
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #704A21;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

End Sidebar*/

/* Footer */

#footer {
	width: 100%;
	background: #474036;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #E1F5A6;
}

#footer a {
	color: #5B7817;

}

#footer a:hover {
	text-decoration: underline;
	color: rgb(153,255,0);

	
}
