/* GENERAL - Body and Container */
body {
	background: #FFFFFF;
	margin: 92px 0 20px 0;
	padding:0;
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #666666;
	text-decoration: none;
	line-height: 1.4em;
	}

#container {
	margin: 0 auto;
	padding:0;
	width: 776px;
	background: url("images/hillary_bg.gif") repeat-y top; border: none;
	text-align: left;
}

#container_home {
	margin: 0 auto;
	padding:0;
	width: 776px;
	text-align: left;
}

#header {
	margin: 0; 
	padding: 0; 
    clear:both;
	height: 25px; 
	width: 776px;
	background: url("images/hillary_bg_top.gif");
	}

#content_left {
	float: left;
	padding-left: 0;
	margin: 0;
	width: 530px;
	}
#content_left_general_art {
	float: left;
	padding-left: 0;
	margin: 0;
	width: 55px;
	height: 55px;
	}
#content_left_general_text {
	float: right;
	padding-left: 0;
	margin: 0;
	width: 345px;
	text-align:justify;
	}

#content_left_general_text_books {
	float: right;
	padding-left: 0;
	margin: 0;
	width: 265px;
	text-align:justify;
	}

#content_left_books {
	float: left;
	padding-left: 0;
	margin: 0;
	width: 450px;
	}

#content_right {
	float: right;
	padding-left: 0px;
	padding-top: 11px;
	margin: 0;
	width: 175px;
	padding-right: 20px;
	}

#content_right_books {
	float: right;
	padding-left: 0px;
	padding-top: 11px;
	margin: 0;
	width: 259px;
	padding-right: 20px;
	}	

.content_right_books_onebook {
	padding: 0;
	margin: 0;
	}

.content_right_books_photos {
	float: left;
	padding: 0;
	margin: 0;
	width: 137px;
	}
.content_right_books_sidebar {
	float: right;
	padding: 0 0 0 20px;
	margin: 0;
	width: 101px;
	}

.spacer {
	padding: 0;
	margin: 0;
	height: 20px;
	}	

#footer {
	margin: 0 0 0 0; 
	padding: 0; 
	height: 25px; 
	width: 776px;
	background: url("images/hillary_bg_bottom.gif");
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

.sidebar {
	border-left: 1px solid #ba2927;
	padding-left: 10px;
	margin-bottom: 50px;
}

/* spacing between the sidebar items */
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	line-height: 1em;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

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

.sidebar ul ul, .sidebar ol {
	margin: 0 0 0 0px;
	}
	
ol li, .sidebar ol li {
	list-style: decimal outside;
	}

h2 {
	font-size: 11px;
	color: #ba2927;
	font-weight: normal;
	}

/* End Structure */

 /* GENERAL - Fonts */
	.bold {
		font-weight:bold;
	}
	.italic {
		font-style:italic;
	}
	.red {
		color: #ba2927;
		font-weight: bold;
	}
		
/* GENERAL - Links */
    a:link, a:active, a:visited {
		text-decoration:underline;
		color:#666666;
		background-color:inherit;
	}
	
	a:hover {
		color:#ba2927;
		background-color:inherit;
		text-decoration:underline;
	}
	
/* NAV */
    #nav {
		background-color: #FFFFFF;
        height:26px;
		width:auto;
        margin:0;
        padding:0;
    }
	
	#nav a, li, ul {
		margin: 0;
        padding:0;
	}
    
    #nav ul {
        text-align:left;
        margin:0;
        padding:0;
    }
    
    #nav li { 
        display: inline;
        margin:0;
        padding:0;
    }