/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

/*Display List of Pages*/
 #pages1 {list-style:none; padding-top:36px;float:left;padding-left:50px;}
 #pages1 li{display:inline; padding-left:10px;}
 #pages1 a{font-family: 'Times New Roman',Verdana, arial; font-size:12px;font-weight:bold;color:#E8D4A3;}
 #pages1 li a{font-family: 'Times New Roman',Verdana, arial; font-size:12px;font-weight:bold;color:#E8D4A3;}
 #pages1 a:hover{text-decoration:none;color:#D9953D;}
small {
	    font-family: Verdana, arial;
	    font-size: 0.9em;
	    line-height: 1.5em;
	  }

.entry1{
         float:left;
		 }
h1, h2, h3 {
	         font-family: Verdana, arial;
	         font-weight: bold;
	       }

h1 {
	  font-size: 4em;
	  text-align: center;
    }

form{
padding-left:20px;
padding-bottom:10px;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 25px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:Verdana, arial;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	padding-left:150px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
 
.narrowcolumn .postmetadata {
	padding-top: 5px;
	float:left;
	
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}


h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	       list-style-type: none;
	       list-style-image: none;
	       margin-bottom: 15px;
          }

#sidebar ul li a{
               width:150;
               color:#564319;
               font-family: Verdana, arial; 
               font-size:11px; 
               font-weight:bold;
              }
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	
	}
.entry{width:250px;
   }

   .entry1{width:500px;
   padding:0px 10px 0px 20px;
   }
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
width:510px;
padding-right: 5px;
	padding-left: 20px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
   padding-top:0px;
   background-image:url('images/bg_events.gif');
   padding-left:10px;
   width:256px;
   height:338px;
}
#sidebar ul li h2{color:#d18316;}

#sidebar form {
	margin: 0;
	}

#sermons
  {
      background-image:url('images/bg_sermons.gif');
	 padding-top:10px;
	  height:200px;
	  width:256px;
	  }
/*Display Index page buttons*/
#button1
{
   padding-top:3px;
   padding-left:500px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	width:510px;
	padding-left:25px;
	padding-right:25px;
	}

	/* pagetamplate*/
#about1
	{
	   width:806px;
	   padding-left:70px;
       
	}
#conimage{	
             background-image:url('images/content.jpg');
             background-repeat:repeat-y;  
			 width:806px;
			 	background-position:bottom left;
		}
           

.post1{text-align: justify;}
.post1 hr {display: block;}
.post1 h2{
border-bottom:1px solid #BFAC80;
margin:10px 10px 10px 20px;
color:#DCA24A; 
padding-bottom:10px;
font-family:Verdana, arial;; 
  font-size:16px;
  font-weight:bold;
  color:#d18316
}

.entry1 h4 , .entry1 h4 span{ 
     padding:0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 font-size:14px;
	 font-weight:bold;
	color:#d18316;
	 }
.entry1 h3, .entry1 h3 span{ 
     padding:2px 0px 0px 2px;
	 font-size:16px;
	 font-weight:bold;
	color:#d18316;
	 }
.entry1 h2, .entry1 h2 span{ 
     padding:2px 0px 0px 2px;
	 font-size:18px;
	 font-weight:bold;
	color:#d18316;
	 }
.entry1 h1, .entry1 h1 span{ 
     padding:2px 0px 0px 2px;
	 font-size:20px;
	 font-weight:bold;
	color:#d18316;
	 }

.entry1 p{padding-top:0px; font-family:Verdana, arial;; 
  font-size:14px; color:#564319; }
  .entry1 p a{color:blue;}

#subpages{margin-left:10px;margin-top:10px; padding: 0px 0px 0px 0px;}
#subpages h2{
font-family: 'Times New Roman',Verdana, arial; font-size:17px;font-weight:bolder;color:#D18316;
margin:0px 0px 0px 0px;
margin-top:0px; padding: 10px 0px 7px 0px;}



#subpages ul{text-align:left;margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
#subpages ul li {
                list-style:None;
                border-top:0px solid #bbae90;
				width:215px;
                margin:0px 0px 0px 10px;
                padding:0px 0px 0px 0px;
                }


#subpages ul li ul{text-align:left;margin:0px 0px 0px 0px; }
#subpages ul li ul li {
                list-style:None;
                border-top:1px solid #bbae90;
				width:215px;
                margin:0px 0px 0px 0px;
                padding:10px 0px 12px 0px;
                }


#subpages ul li a
{
 color:#564319;
  font-family:Verdana, arial;; 
  font-size:12px;
  font-weight:bold;
  margin-top:0px;
  }
#subpages ul li ul li a
{
 color:#564319;
  font-family:Verdana, arial;; 
  font-size:12px;
  font-weight:bold;
  margin-top:0px;
  }
 
 #subpages a:hover{color:#d18316;text-decoration:none;}
   



/* End Various Tags & Classes*/



/*  */
/* CSS Document */
body
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(images/bg_main.gif);
background-repeat:repeat;
background-position:top left;
font-family:Verdana, arial;
font-size: 13px;
}
#wrap
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(images/bg_top.gif);
width:100%;
background-repeat:repeat-x;
background-position:top left;
overflow:hidden;
}
#page
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:806px;

}
#header
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:806px;
height:83px;
}
#header-logo 
{
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
float:left;
width:225px;
height:83px;
/*background-image:url(images/logo_bethel.gif);*/
background-repeat:no-repeat;
background-position:center;
overflow:hidden;
}


#header-menu
{
  font-family: 'The Times New Roman',Verdana, arial;   
}
#headerimg
{
  display:block;
  margin:5px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  padding-bottom:5px;
  float:left;
  overflow:hidden;
 /* background-image:url(images/bg_rotator.gif);
   background-repeat:repeat-y;
   background-position:top-left;
   overflow:hidden;*/
  }
#image_flicker
{
display:block;
 margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:544px;
  height:231px;
  float:left;
  overflow:hidden;
  }
#content
{
  width:544px;
  float:left;
  
  }
     
	  
#banner-image
{
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:806px;
text-align:left;
height:183px;
background-image:url(images/bg_banner.jpg);
background-position:bottom right;
overflow:hidden;
}
#site-content
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:806px;
background-image:url(images/content.jpg);
background-repeat:repeat-y;
background-position:top left;
overflow:hidden;

}

#content1
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:548px;
text-align:left;
overflow:hidden;


}
#sidebar1
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:right;
width:258px;
text-align:left;
overflow:hidden;

}


#rightside
{
   height:235px;
   width:256px;
   float:right;
   margin:0px 0px 0px 3px;
   padding:0px 0px 0px 0px;
   background-image:url('images/bg_events.gif');
   background-position:bottom right;
   overflow:hidden;
   display:block;
 
}

.eventleft{float:left; }
.viewright{float:right; margin:12px 10px 0px 0px;}
.viewright a:hover{color:#d9953d;}
#rightside h4{font-family: 'Times New Roman',Verdana, arial; font-size: 16px; font-weight:bolder; color:#d9953d;margin:10px 15px 15px 10px;}
#rightside h5 a{font-family:Verdana, arial;color:gray;margin:10px 15px 15px 10px; font-size:11px;}
#rightside h5 a:hover{color:#d9953d; text-decoration:none;}
#rightside ul,ol{width:246px;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;display:block;float:left;overflow:hidden;}
#rightside ul li{list-style-type:none; text-align:left;
width:256px; padding:0px 0px 0px 0px; margin: 0px 10px 0px 10px}
#rightside ul li a
{
font-family:Verdana, arial;
font-weight:bold;
font-size:12px;
color:#512800;
border-top:1px solid;
border-color:#C5C5C5;
padding:10px 0px 10px 10px;
display:block;
overflow:hidden;
width:256px;
}
#rightside ul li a:hover{background:#fbf1d6; text-decoration:none;}
#welcome
{
  
   width:345px;
   float:left;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
/*   background-image:url('images/bg_welcome.gif');
   background-position:bottom right; */
   overflow:hidden;
   display:block;
   }
#service
{
    width:201px;
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	display:block;
 }

#servicebtm
{
    width:201px;
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:url('images/indcont_serv_bottom.jpg');
overflow:hidden;
height:14px;
	display:block;
 }

#wservice h1, #2service P
{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#sermonsimg
{
   
   width:256px;
   float:right;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
/*   background-image:url('images/bg_sermons.gif');
   background-position:bottom right; */
   overflow:hidden;
   display:block;
  }

#new
{
   width:201px;
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
   background-image:url('images/bg_new_to_bethel.gif');
   overflow:hidden;
   display:block;7/6/2008
  }

#welcome h4, #service h4, #wservice h4, #sermonsimg h4, #new h4
{ 
     padding:0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 font-size:14px;
	 font-weight:bold;
}

#welcome h3, #service h3, #wservice h3, #sermonsimg h3, #new h3
{ 
     padding:0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 font-size:16px;
	 font-weight:bold;
}
#welcome h2, #service h2, #wservice h2, #sermonsimg h2, #new h2
{ 
     padding:0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 font-size:18px;
	 font-weight:bold;
}
#welcome h1, #service h1, #wservice h1, #sermonsimg h1, #new h1
{ 
     padding:0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 font-size:20px;
	 font-weight:bold;
}
#new p a{text-decoration:none;}  

#ContentLeftWrap{
 width:201px;
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 display:block;
}

#site-content-bottom
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:806px;
height:11px;
background-image:url(images/conbottom.jpg);
background-repeat:no-repeat;
background-position:top left;
overflow:hidden;
}
#footer
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:806px;
}
#footer1
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:806px;
}
#footer1-left
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:175px;
height:40px;
background-image:url(images/title_college.gif);
background-repeat:no-repeat;
background-position:top left;
overflow:hidden;
}
#footer1-content
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:622px;
height:40px;
background-image:url(images/bg_college.gif);
background-repeat:repeat-x;
background-position:top left;
overflow:hidden;
}
#footer1-right
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:9px;
height:40px;
background-image:url(images/hurricane_corner.gif);
background-repeat:no-repeat;
background-position:top left;
overflow:hidden;
}
#footer2
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:806px;
}
#footer2-left
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:3px;
height:40px;
background-image:url(images/footer_corner_left.gif);
background-repeat:no-repeat;
background-position:top left;
overflow:hidden;
}
#footer2-content
{
margin:0px 0px 0px 0px;
padding:10px 0px 0px 10px;
float:left;
width:746px;
height:40px;
background-image:url(images/bg_footer.gif);
background-repeat:repeat-x;
background-position:top left;
text-align:left;
font-family:Verdana, arial;
font-size:10px;
color:#000;
overflow:hidden;
}
#footer2-right
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:47px;
height:40px;
background-image:url(images/btn_text_size.gif);
background-repeat:no-repeat;
background-position:top left;
overflow:hidden;
}
/*Events*/
#eventlist
{
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Verdana, arial;
 }
#eventlist p a
{
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
    color:#d18316;
	/*font-size:120%; 
	font-weight:bold;*/
	font-size:16px;
}
#eventlist p a:hover{text-decoration:none;}

#eventlist p { color:#d18316; /*font-size:120%; font-weight:bold;*/font-size:16px; padding:0px 0px 5px 0px;}
  #tim{float:left;border-bottom:}
#time {color:#512800; font-size:x-small; font-weight:bold;display:inline;}
.time1{color:#512800; font-size:x-small;display:inline; padding:0px 0px 0px 5px;}
#dat{float:left;}
#date{color:#512800; font-size:x-small; font-weight:bold;display:inline;}
.date1{color:#512800; font-size:x-small;display:inline;padding:0px 0px 0px 5px;}
#evnt{float:left;}
#event{color:#512800; font-size:x-small; font-weight:bold;display:inline; }
.event1{color:#512800; font-size:x-small;display:inline; padding:0px 0px 0px 5px;}
#line { border-bottom: 1px solid #bbae90;}
#aft{float:left;}
#after{color:#512800; font-size:x-small; font-weight:bold;display:inline;}
.after1{color:#512800; font-size:x-small;display:inline;float:left;width:500px;padding:12px 0px 0px 50px;}
#link a{  color:#d9953d; font-size:11px; font-weight:bold; text-decoration:none;}
#link a:hover{color:#512800;}

#respond{
padding-left:20px;
}
#comments
{
padding-left:20px;
}

#indexContentWrap
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
display:block;
overflow:hidden;
float:left;
background-image:url('images/indcont_bg.jpg');
background-repeat:none;
}
#indexContentWrapbtm
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
display:block;
overflow:hidden;
float:left;
background-image:url('images/indcont_bot_bg.jpg');
background-repeat:none;
height:13px;
width:806px;
}
#newsInner{
text-align:left;
padding:5px 10px 5px 10px;
margin:0px 0px 0px 0px;
display:block;
overflow:hidden;
}
#serviceInner{
text-align:left;
padding:5px 10px 5px 10px;
margin:0px 0px 0px 0px;
   background-image:url('images/bg_service_directions.gif');
display:block;
overflow:hidden;
}
#welcomeInner{
text-align:left;
padding:5px 10px 5px 10px;
margin:0px 0px 0px 0px;
display:block;
overflow:hidden;
}
#sermonsimgInner{
text-align:left;
padding:5px 10px 5px 10px;
margin:0px 0px 0px 0px;
display:block;
overflow:hidden;
}
.entry2{
padding-left:20px;
}
#myPost{
text-align:left;
padding:0px 5px 0px 20px;
margin:0px 0px 0px 0px;
}
#myFooter{
height:25px;
border-bottom: 0px solid #E6BF5B;
border-right: 0px solid #E6BF5B;
background-color:#F3E1B3;
}
