/*--------------------- Created        28.07.2008 ---------------------*/

/*--------------------- Last Modified  28.07.2008 ---------------------*/

/*	
*	@title 	    Riverhomes
*	@author 	RAVITEJA
*	@version 	1.0
*/
/* 
----------------------------------------------------------------------------
Copyright  2007.                              
May not be duplicated or reproduced.
Please check for cross-browser compatibility prior to making changes
MINIMUM BROWSER CHECK :: IE5.x/IE6/IE7/Firefox/Safari

CSS Document - master.css
---------------------------------------------------------------------------- 
*/
@import "header.css"; 
@import "footer.css"; 
@import "nav.css"; 
@import "content.css"; 
@import "links.css"; 
@import "content.ed.css"; 

/*****************************************
Resets
******************************************/
html, body  { font-family:Arial; font-size:11px;  text-align:center;}
/**********************************************************************/
/*****************************************
Universals
******************************************/
img, img a { border : none; }
form, fieldset { margin:0; padding:0; border:none;}
legend { display:none;}
input, select { color:#6f6f6f; font-size:11px;}
div, table { text-align:left;}
/**********************************************************************/

body { background:#d6d6d6; padding:0; margin:0;}

#main_container { background:#fff; width:980px; overflow:hidden; margin:0 auto; text-align:center;}
.container { margin:0 auto; width:950px; overflow:hidden; }

h1{font-family : Arial; font-size : 16px; margin-top : 15px;}