
BODY{
		margin:0;
		padding:0;
		border:0;	
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: x-small;	
		background: url("images/bg.gif") repeat-y 50% 0;
		background-color:#e9e9e9;
		text-align:center;
	}
	table{
		padding:0;
		margin:0;
	}
	td{
		padding:0;
		margin:0;	
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: x-small;
	}
	h2{
		border-bottom:1px solid silver;
		color:red;
		font-size: 1.7em;
		font-family: courier;
	}	
	
	h1{
		color:blue;
		font-family: impact;
		font-weight: normal;
	}
	
	img{
		border:0;
	}

	#contentwrapper{
		width:778px;
		padding:0 0 0 4px;
		margin:0 auto;		
  		text-align: left;
	}
	#menu{
		float:left;
		width:180px;
	}
	
	#menuitems {
		border-spacing: 0px;
	}
	
	#menuitems td {
		border-bottom:1px solid silver;
	}
	
	#content{
		margin:0 0 0 180px;
		width:585px;
	}
	#footer{
		position:relative;
		bottom:0;
		text-align:right;
	}	