/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * $Id: rightSidebar.css,v 1.2 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#body {
	width: 970px;
}

#footerContent {
	width: 970px;
}

#sidebar {
	background-color: #faf8f3;
	padding-top: 23px;
	width: 199px;
	border-right: solid 1px #ebe3d2;
	float: right;
}

#rightSidebar {
	margin: 0;
	font-size: 0.65em;
	border-left: solid 1px #ebe3d2;
	border-bottom: solid 1px #ebe3d2;
	padding: 0px 15px 0px 15px;
}

#main {
	width: 714px;
	border-right: solid 1px #ebe3d2;
	border-left: solid 1px #ebe3d2;
	border-bottom: solid 1px #ebe3d2;
	float: left;
	padding: 12px 22px 12px 22px;
	overflow: hidden;
}


