a {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: white;
}


.row_content { 
margin: 0px 0px 5px 5px;/* Applied to first column only in lieu of padding (personal thing) */ 
padding: 0px 0px 0px 0px;
width: 320px;  /* Allows for fluid design. Can be set to pixels */ 
height: 395px;
float: left;
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
border-radius:10px;
}

.col_contentI { 
margin: 5px 0px 5px 5px;/* Applied to first column only in lieu of padding (personal thing) */ 
padding: 0px 0px 0px 0px;
width: 313px;  /* Allows for fluid design. Can be set to pixels */ 
height: 280px;
color:white; 
float: left;
overflow:auto; 
background: black; /* Only here so you can see the different columns */ 
/*border: 1px solid #ffffff;*/ /* again, just so you can see the different columns */ 
border-radius:10px;
}
.col_content { 
margin: 5px 0px 5px 5px;/* Applied to first column only in lieu of padding (personal thing) */ 
padding: 0px 0px 0px 0px;
width: 313px;  /* Allows for fluid design. Can be set to pixels */ 
height: 350px;
color:white; 
float: left;
overflow:auto; 
background: black; /* Only here so you can see the different columns */ 
/*border: 1px solid #ffffff;*/ /* again, just so you can see the different columns */ 
border-radius:10px;
}

.col_onehomeI { 
margin: 0px 0px 0px 2px;/* Applied to first column only in lieu of padding (personal thing) */ 
padding: 0px 0px 0px 0px;
width: 308px;  /* Allows for fluid design. Can be set to pixels */ 
height: 231px;
color:white; 
float: left;
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
border-radius:10px;
} 

.col_onehome { 
margin: 0px 0px 0px 2px;/* Applied to first column only in lieu of padding (personal thing) */ 
padding: 0px 0px 0px 0px;
width: 308px;  /* Allows for fluid design. Can be set to pixels */ 
height: 231px;
color:white; 
float: left;
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
border-radius:10px;
} 
.col_twohome { 
margin: 0 0 0 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
padding: 0px 0px 0px 0px; 
width: 180px;
height:180px;  
float: left;
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
border-radius:10px;
} 
.col_threehome { 
margin: 0 0 0 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
padding: 0px 0px 0px 0px;
width: 180px;
height:180px;  
float: left;
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff;  /* again, just so you can see the different columns */
border-radius:10px; 
} 
.col_fourhome { 
margin: 0 0 0 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
padding:0px 0px 0px 0px; 
width: 180px;
height:180px;  
float: left;
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */
border-radius:10px; 
} 

.col_deschome { 
margin: 2px 0px 2px 2px;
padding:0px 0px 0px 0px; 
/*width:98%;*/
width:308px;
color:white; 
float: left;
/*overflow:scroll;*/
height:65px;
background-color: black; /* Only here so you can see the different columns */ 
border: 1px solid white;  /* again, just so you can see the different columns */ 
border-radius:5px;
} 

.col_photoCode { 
margin: 2px 0px 2px 2px;
padding:0px 0px 0px 0px; 
/*width:98%;*/
width:308px;
color:white; 
float: left;
/*overflow:scroll;*/
height:25px;
background-color: black; /* Only here so you can see the different columns */ 
border: 1px solid white;  /* again, just so you can see the different columns */ 
border-radius:5px;
} 


.col_datehome { 
margin: 0px 0px 0px 2px;
padding:0px 0px 0px 0px; 
width:308px;
color:white; 
float: left;
height:20px;
background-color:#000000; /* Only here so you can see the different columns */ 
border: 1px solid white;  /* again, just so you can see the different columns */ 
border-radius:5px;
} 
.col_rate { 
margin: 0px 0px 0px 2px;
padding:0px 0px 0px 0px; 
width:295px;
color:white; 
float: left;
height:20px;
background-color:#000000; /* Only here so you can see the different columns */ 
border: 1px solid white;  /* again, just so you can see the different columns */ 
border-radius:5px;
} 
.homename{
    margin: 2px 0px 2px 2px;
    padding: 0px 0px 0px 0px;
    height:15px;
    width:308px;
    color:white; 
    background-color:#000000;
    text-align:center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*border: 1px solid white;
    border-radius:5px;*/
}

.homerow {
   margin: 0px 0px 1px 2px;
   padding:0px 0px 0px 0px;
   width:930px; 
   height:430px;
   background-color:#000000;
   border: 1px solid white;
}


