/****************************************************************************************/
/* Living Love Ministries International Cascading Stylesheet                            */
/* Copyright Website, All Rights Reserved, Use by Permission Only                       */
/* Stylesheet Authored by Internet DesignWorks                                          */
/* Website Design Specialists - Website Development Experts                             */
/* (317) 669-0439 - www.internetdesignworks.com                                         */
/* Started 04/29/2010                                                                   */
/****************************************************************************************/

body{
	background-color:#000000;
	width:100%;
	margin:0%;
}

#copy{
	width:100%;
	text-align:center;
	vertical-align:middle;
	height:30px;
	background-image:url("../images/firedivback.png");
	background-repeat:repeat;
	color:#b7975c;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:75%;
	font-weight:600;
	text-shadow:1px 1px 1px #000000;
	border-top:#ff0000 outset 2px;
	padding-top:10px;
	clear:both;
}

#divright{
	width:300px;
	border:#ff0000 outset 2px;
	border-radius:25px; 
	-webkit-border-radius:25px; 
	-moz-border-radius:25px;	
	color:#ffffff;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:500;
	text-shadow:#666666 2px 2px 2px;
	background-image:url("../images/firedivback.png");
	background-repeat:repeat;
	height:400px;
	margin-right:1%;
	float:right;
	font-size:80%;
	color:#cccccc;
	font-weight:600px;
	padding:10px;
	margin-bottom:15px;
	text-align:center;
}

#head{
	background-image:url("../images/headback.png");
	background-repeat:repeat-x;
	width:100%;
	height:150px;
	text-align:center;
}

#indexcontent{
	width:99%;
	font-family:"Century Gothic", Arial, sans-serif;
	color:#b7975c;
	margin-left:1%;
	clear:both;

}

#indexcontent a{
	color:#b7975c;
	text-decoration:underline;
	text-shadow:#ffff00 1px 1px 1px;
}

#indexcontent a:hover{
	color:#ffff00;
	text-decoration:none;
	text-shadow:#b7975c 1px 1px 1px;	
}


#indexcontent h1{
	color:#b7975c;
	text-shadow:#e7e7e7 .5px .5px 1px;
	font-size:120%;
	text-align:center;
}

#nav{
	width:100%;
	height:35px;
	text-align:center;
	vertical-align:middle;
}

#nav ul{
	list-style-type:none;
	margin-left:-40px;
}

#nav li{
	display:inline;
}
 
 #nav li a{
	color:#000000;	
	font-size:85%;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	border-radius:15px; 
	-webkit-border-radius:15px; 
	-moz-border-radius:15px;	
	background-color:#b7975c;
	padding-left:15px;
	padding-right:15px;
	margin-right:5px;
	border:#ff0000 1px outset;
	width:100px;
	padding-left:-10px;
	text-shadow:1px.5px .5px #ffff00;
}

 #nav li a:hover{
	color:#ffffff;	
	font-size:85%;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	border-radius:15px; 
	-webkit-border-radius:15px; 
	-moz-border-radius:15px;	
	background-color:#ff0000;
	padding-left:15px;
	padding-right:15px;
	margin-right:5px;
	border:#ff0000 1px inset;
	width:100px;
	padding-left:-10px;
	text-shadow:1px.5px .5px #000000;
}

.form{
	border:#990000 inset 2px;
	background-color:cccccc;
}

table{
	background-color:#b7975c;
	border:2px outset #ffff00;
}

td.left{
	width:30%; 
	text-align:right; 
	vertical-align:middle;
	background-color:#ffffff;
	border:#000000 1px solid;
}

td.right{
	width:70%; 
	text-align:left; 
	vertical-align:middle;
	background-color:#ffffff;
	border:#000000 1px solid;
}