.custom #header{
	border: none;
        padding-bottom: 25px;
        margin-left: -49px;
      
}

.custom ul#navlist

	{

	margin-left: 0;

	padding-left: 0;

	white-space: nowrap;

	}

	

	.custom #navlist li

	{

	display: inline;

	list-style-type: none;

	}

	

	.custom #navlist a { padding: 0px; }

	

	.custom #navlist a:link, #navlist a:visited

	{

	color: #fff;

	background-color: none;

	text-decoration: none;

	}

	

	.custom #navlist a:hover

	{

	color: #fff;

	background-color: none;

	text-decoration: none;

	}


.custom #welcome {
	background: #efe3c0;
        width: 405px;
        padding: 15px;
        display: block;
        margin-top: 30px;
        float: right;
        border: 0px solid #baa06d;
       
}

.custom #welcome h1{
	font-size: 22px;
        color:  #000000;
        font-style: italic;
}

.custom #welcome p {
	font-size: 18px;
        color: #000000;
        display: inherit;
        
       
 
}

.custom #social {
	background: #efe3c0;
        width: 405px;
        padding: 15px;
        display: block;
        margin-top: 10px;
        float: right;
        border-top: 1px solid #baa06d;
       
}

.custom #page{
	background: #ffffff;
        margin: auto;
        border: 0px solid #baa06d;
        width: 975px;
}		

.custom #content {
	background: #ffffff;
        padding-top: 1.5em;
        margin-top: 0px;
        border: 0px solid #baa06d;
        
}

.custom #content_box {
background: none;
}

.custom #sidebars {
	background: #ffffff;
      
        border: 0px solid #baa06d;
        margin-top: 10px;
}

.custom #copyright{
	font-size: 12px;
        color: #000000;
        text-align: right;
}



/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #febcb7;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
        
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
        font-size: 12px;
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 210px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #000000;
        margin: auto;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 12px;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: none;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #000000;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }






