	body {
		text-align:center;
		background-color:white;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
				
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:16px;
		padding-top:10px;
		}

	div#page {
  		width:800px;
		height:100%;
  		margin:0 auto;
  		padding:5px;
  		text-align:left;
		background-color:white;
		background-image:url('http://www.roqueniv.com/revSoft/images/america.jpg');	
		background-repeat: no-repeat;
		}
		
	div#header {
		width:100%;
		height:30px;
   		margin:5px 0 10px 180px;
   		color:white;
		font-size:12px;
		}
	
	div#menu {
		width:165px;
		float:left;
		margin:40px 0 10px 5px;
		height:350px;
		font-family: Arial, Helvetica,sans-serif;
		font-size:12px;
		}
	
	div#content {
		width:550px;
		margin:40px 0 0 180px;
		min-height:500px;
		font-family: Arial, Helvetica,sans-serif;
		font-size:12px;
		}
	div#content #ccleft {
		width:200px;
		min-height:500px;
		padding:10px;
		float:left;
		}
	
	div#content #ccright {
		width:200px;
		margin:40px 0 0 180px;
		padding:10px;
		}
	

	div#footer {
  		border:2px solid red;
  		width:750px;
  		height:30px;
		}

	clearA {
		overflow: hidden;
		clear:both;
		height:0;
		margin:0;
		font-size: 1px;
		line-height: 0;
        		width: auto;
        		position: relative;
		}

