/* First, let's set some default values */
body,div,table,caption,colgroup,col,tr,th,td {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color : #000000;
	float:none; clear:none;
  	text-indent:0; white-space:normal;
  	color:#000000; background-color:transparent; background-image:none;  	
	line-height:normal; font-style:normal; font-weight:normal;
	font-variant:normal; text-decoration:none;
  	word-spacing:normal; letter-spacing:normal; text-transform:none;
	margin:0px; border:0px none; padding:0px;
}

/* Set the main structure */
body {
	background-color:#FFFFCC;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x repeat-y;
}

div.container {
	background-color:#FFFFCC;
	width:800px;
	border:1px solid #009900;
}

div.top {
	background-color:#009900;
	clear:both;
}

div.inter {
	width:100%;
	height:10px;
	clear:both;
}

td.left { 
	vertical-align:top;
	width:10%;
}

td.center { 
	vertical-align:top;
}

div.content {
	text-align:left;
	margin-top:15px;
	margin-left:10px;
	margin-right:30px;
}

div.footer {
	margin-top:20px;
	background-color:#727272;
	width:100%;
	height:70px;
}


