@import url("renewallcontent.css");
/* CSS Document */


/*---------------------Global styles---------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
  }
  

body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #43381A;
	behavior: url(css/csshover.htc);}
	
	*html {margin:0; padding:0;}


	

/*---------------------Wrapper---------------------*/

#wrapper {
	width: 901px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	border-top-width: 10px;
	border-right-width: 2px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #43381A;
	border-right-color: #43381A;
	border-bottom-color: #43381A;
	border-left-color: #43381A;
	}



.logoimg { 
    margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 360px; 
 	}