/**
 * common.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * 
Common HTML elements
 */

body	{
	
	margin: 0;

	padding: 0;
	
	color: #1f1f1f;
    
	background-color: #ffffff;
	font-family: Verdana,sans-serif;

	}


div	{
	
	line-height: 100%;
	
	text-align: left;

	font-size: 1.05em;

	}

table	{
	
	border: 0;
	
	border-spacing: 0;
	
	font-size: 1.0em;

	}


#header	{
	margin: 0 auto;
	padding: 0;
	width: 100%; 
	background-color: #f2d8c3;
    	border-bottom: 2px solid black;
	border-top: 2px solid black;
	text-align: center;

	}
#container {
	width: 100% !important;
	min-width: 730px !important;
	margin: 0px auto;
	text-align: center;
	}
