
/* www.kingsdesign.net */

body{background:#FFF0DF;}

#wrapper{width: 1000px;  
position: relative; 
left: 50%; 
margin:0;
margin-left: -500px; 
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#595959;
}

h1{color:#323643; font-weight:normal; margin:10px 0; text-shadow:2px 2px 0 #FFFFFF;}
.orange{color:#c4841a;}
#header{float:left; display:inline; height:25px; width: 1000px;   border-bottom:3px solid #323643;}

#sidebar{float:left; display:inline; margin:0 70px 0 30px; padding:35px 0 20px 0; width:350px;  border-bottom:13px solid #323643;}
#sidebar img{padding:0; float:left; display:inline; padding:4px; background:#fff; margin:5px; border-radius:5px; 	-moz-border-radius:5px; border:1px solid #ccc;  }
a img{border:0;}

#content{float:left; display:inline; width:500px; padding-top:2px; border-top:13px solid #323643;}

#footer{float:left; display:inline; width: 950px; padding:10px 50px 25px 0; text-align:right;   border-top:3px solid #323643;margin-bottom:25px;}
/* Styleing the table*/

table {	font: Verdana, Arial, Helvetica, sans-serif; border-collapse: collapse;	width: 500px;}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.heading td {
	background: #c4841a;
	color:#fff;
	padding:5px;

	}

td {
	border: 1px solid #323643;
	
	padding:6px;
	}

td.half {
	width: 248px;
	}
	
td.full{
	width: 500px;
	}

td.adjacent {
	border-left: 1px solid #323643;
	text-align: center;
	}


/* en styling the table*/
