/* STYLES FOR HOME PAGE:

 Copyright 2009, all Rights reserved www.DevineMiracles.com */

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}



body {
	background: #FEFA8B url(images/z-texture-nightsky.gif) ;*/
	background-repeat: repeat;
	color: #C66210;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content
{
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main
{
	width: 970px;
	background: url(images/back_top.jpg) no-repeat top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#back
{
width: 1000px;
background: url(images/table_back.gif) repeat-y
}

#header {
	height: 376px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

#logo {

width: 897px;
height: 108px;
text-align: right;
padding-top: 220px;
padding-right: 20px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #C66210;
}
#logo H2 a
{
font-size: 12px;
}

#livemenu
{
	width: 1000px;
	height: 48px;
	padding-left: 20px;
	background: url(images/buttons.gif) no-repeat;
	color: #0000FF;
	text-align: center;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	font-size: 32px;
	padding-top: 8px;
}

#menu
{
	width: 1000px;
	height: 125px;
	padding-left: 20px;
	background: url(images/buttons2.gif) no-repeat;
	color: #0000FF;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 120px;
	height: 40px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 85px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 120px;
    height: 40px;
	color: #ff0000;
	text-decoration: underline;
	background: url(images/buttons_r.gif) repeat-x;
}


#articles a {	text-decoration: none;
	color: #0000FF;
}
#articles a:hover {
	color: #FF00FF;
	text-decoration: underline;
	font-weight: bold;
}

/* RIGHT MENU */
		#right
		{
			width: 249px;
			float: right;
		}
		
		#right H3
		{
			width: 224px;
			height: 20px;
			font-size: 14px;
			font-weight: bold;
			padding-left: 25px;
			padding-top: 9px;
			text-transform: uppercase;
			color: #0000ff;
			background-image: url(images/title-sml-lng.jpg);
			background-repeat: repeat-x;
		}
		
		#right H4
		{
			font-size: 14px;
			font-weight: bold;
			padding-top: 5px;
			padding-bottom: 5px;
			height: 25px;
		}
		
		#right ul {
			list-style: none;
			margin-bottom: 20px;
			background: url(images/title_back.gif) no-repeat top;
		}
		
		#right li  {
			padding: 20px;
			padding-bottom: 0px;
		}
		
		#right a {
			color: #C66210;
		}
		#right a:visited {
			color: #C66210;
		}
		
		#right p
		{
		font-size: 10px;
		}
		
/* LINKS IN RIGHT MENU */
		#rightLinks a {
			text-decoration: none;
			color: #0000FF;
		}
		
		#rightLinks a:visited {
			text-decoration: none;
			color: #0000FF;
		}
		
		#rightLinks a:hover {
			color: #ff0000;
			text-decoration: underline;
		}
	
.bot
{
padding: 10px;
}

#left
{
width: 700px;
padding: 10px;
}

#left2
{
width: 900px;
padding: 10px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #C66210;
}

#left a
{
color: #C66210;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #C66210;
}

/*  Indent paragraphs */
.indent50
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

/* Footer */

#footer {
	height: 54px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #FEFA8B;
	margin-left: 5px;
	margin-right: 5px;
	background: url(images/footer.gif) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #333333;
}

#footer a {
	color: #333333;
}

