body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #454545;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../images/bg.png);
} 
  
         
/*-----------------------contact_form-------------------*/
.form{
width:500px;
height:auto;
float:left;
padding:20px 10px 10px 20px;
border:1px #fdeaeb solid;
}
.form_row{
width:425px;
float:left;
clear:both;
padding:7px 0 7px 0;
}
label{
width:100px;
float:left;
padding:3px 15px 0 0;
color:#b52025;
text-align:right;
font-weight:bold;
}
input.main_input{
background-color:#fdeaeb;
border:1px #e2c7c8 solid;
width:300px;
height:18px;
padding:4px;
float:left;
}
textarea.main_textarea{
background-color:#fdeaeb;
border:1px #e2c7c8 solid;
width:300px;
height:120px;
padding:4px;
float:left;
}
input.submit{
background-color:#b52025;
color:#FFFFFF;
text-align:center;
float:right;
padding:3px 10px 2px 10px;
margin:0px 0 0 0;
border:1px #b52025 solid;
cursor:pointer;
}
/*-----------------------------footer------------------*/
.footer{
clear:both;
width:965px;
background-image:url(../images/footer_bg.jpg);  
height:35px;
color:#FFFFFF;
} 
/*-----------------------------footer End------------------*/

.bodyofsite{
width:1024px;
margin:0 auto;
}
.maincontainer{
 width:960px;
height:auto;
background-color: #FFFFFF;}
.leftcorner1{
padding:15px;
float:right;
width:935px;
height:auto;  
font-size:13px;
margin-right:-5px;
background-color: #E0E0E0;
}
.rightt{
padding:15px;
float:left;
width:255px;
height:auto;  
font-size:13px;
margin-right:-5px;
background-color: #E0E0E0;
border:2px;

}
.rightcorner1{
padding:15px;
float:right;
width:230px;
height:auto;
border-radius:15px;
background-image:url(../images/rightbg.png);
}