#main-body
{
	margin-left : auto;
	margin-right : auto;
	background-color : #fff;
	min-width : 600px;
	max-width : 900px;
}

#header
{
	background-color : #fff;
	position : relative;
	height : 120px; 

}

#logo
{
float : left;

}

.woman
{
	display : block;
	position : absolute;
	bottom : -10px;
	width : 115px;
	height : 94px;
	left : 370px;
}

#emailus
{
	float : right;
	margin-top : 30px;

}

#content
{
	background-color : #fff;
	font-family : arial;
}

#top-menu
{
	background-color : #fff;
	height : 38px;
	width : 650px;
	margin : auto; 
	padding-top : 10px;
}

#bottom-menu
{
	background-color : #fff;
	height : 50px;
	width : 59%;
	margin : auto; 
	padding-top : 5px;

}


/* first example */

 /* set background images for corners */
 .rbroundbox { background: url(images/purple-background.png) repeat; }
 .rbtop div  { background: url(images/top-left.png) no-repeat top left; }
 .rbtop      { background: url(images/top-right.png) no-repeat top right; }
 .rbbot div  { background: url(images/bottom-left.png) no-repeat bottom left; }
 .rbbot      { background: url(images/bottom-right.png) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot 
{
	width: 100%;
	height: 27px;
	font-size: 1px;
}
.rbcontent  
{ 
	margin: 0 44px; 
	background: url(images/centre_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size : 12px;
	color : #b4b3b3;
	height : 340px;
	overflow: auto;
	
}
.rbroundbox { width: 100%; margin: auto; }

.rbroundbox p, #realcontent .rbroundbox p { padding: 0; margin: 1em 0 0 0; }
p { padding-bottom: 1em!important; }




.button
{
	background-image : url("images/button.png");
	display : block;
	float : left;
	height : 30px;
	width : 110px;
	background-repeat : no-repeat;
	text-align : center;
	padding-top : 7px;
	padding-right : 13px;
	color : #ffffff;
	font-size : 75%;
	font-family : sans-serif;
}

.button a 
{
	color : #ffffff;
		text-decoration : none;
		}



.button a:link, #navlist a:visited 
{
	text-decoration : none;
	}

.button a:hover 
{
	color : #000000;
	}


a 
{
	color : #ffffff;
	text-decoration : none;
}



a:link, a:visited 
{
	text-decoration : none;
}

a:hover 
{
	color : #ffffff;
}

.domain_check_types
{
	height : 8px;
	width : 250px;
	float : left;
}

#contact-table
{
	margin-left: auto; 
	margin-right: auto; 
}
#contact-table table 
{  
	color: #000000;  
	background-color: transparent;  
	width: 440px;  
	border-collapse: collapse; 
}  
 
#contact-table td 
{  
 padding-left: 4px;  
}

.labelcell 
{    
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;    
	color: #b1b6b8;    
	width: 140px;  	
	text-align : right; 
}    
   
.fieldcell 
{    
	color: #b1b6b8;    
	text-align: right;    
	margin-right: 0px;    
	padding-right: 0px;    
}    

.fieldcell input
{    
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;    
	width: 340px;    
	background-color: #d3d5d8;    
	color: #102132;    
	border: 1px solid #284279;    
	margin-right: 0px;    
}   
.fieldcell textarea
{    
	width: 340px;    
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
	background-color: #d3d5d8;    
	color: #102132;    
	border: 1px solid #284279;    
	margin-right: 0px;    
}   
