/*lindakester.com*/
/* 04/23/2007 created by: Nycole Evans- Last modified by n-a*/

@import "cssmenu.css";

/*Global Styles*/

body {
	margin:0;
	background:url(../images/bg_main.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 0;
	}
	
/*///////////LAYOUT///////////*/

/* Layout: HEADER AND NAV */
	
#container-header {
	background:url(../images/head_inside_top.jpg) no-repeat;
	height: 187px;
	width: 1000px;
	}
	
#container-header h1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
	}
	
#header-nav-container {
	margin: 0 0 0 98px;
	}
	
/* Layout: LEFT OF CONTENT WHERE TESTIMONIALS WILL GO THROUGHOUT TEMPLATE */

#left-bottom-container {
	background:url(../images/bg_left_image.jpg) no-repeat;
	width: 234px;
	height: 556px;
	}
	
#left-bottom-testimonials-contatiner {
	padding: 1px 17px 0 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	font-size: 15px;
	line-height: 1.22em;
	}
	
/* Layout: RIGHT OF CONTENT */

#right-content {
	background: url(../images/bg_right_image.jpg) no-repeat;
	width: 238px;
	}

#right-content-book {
	padding: 13px 8px 0 13px;
	}
	
#right-content-book-text {
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}
	
#right-newsletter {
	padding-top: 20px;
	padding-left:13px;
	}
	
#right-text-link {
	font-family: "Times New Roman", Times, serif;
	color: #00508f;
	font-size: 14px;
	line-height: 1.40em;
	text-decoration: underline;
	font-weight: bold;
	}
	
#right-text-link a {
	color: #00508f;
	text-decoration: underline;
	}

#right-text-link a:hover {
	text-decoration: none;
	}	

/* Layout: CONTENT */

#content-container {
	padding: 19px 17px 0 23px;
	}
	
#content-title-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #060606;
	}
	
#content-main-font {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	line-height: 1.40em;
	color: #333333;
	font-size: 12px;
	}
	
/*Layout: FOOTER STYLES */

#footer {
	text-align: center;
	font-size: 13px;
	}
	
/*Article Styles */

.sidebar {
	padding-left: 15px;
	padding-top: 10px;
	}
	
.sidebarheadline {
	padding-left: 15px;
	}
