* {
padding: 0;
margin: 0;
border: 0;
}

html, body {
 height: 100%;
 width: 100%;
 background: #FFE57C url(../images/bg_gradient.gif) center top repeat-x;  
}

div#siteinfo {
 display: none;
 z-index: -10; 
} 

/* ---------------------------------------------------------------*/
/*                                                                */
/* center page                                                    */
/* ---------------------------------------------------------------*/

div#shadow {
 position: relative;
 display: block;
 clear: both; 
 margin-left: auto;
 margin-right: auto; 
 width: 795px;
 top: 0px;
 left: 0px;
 background: transparent url(../images/bg_shadow.png) center top repeat-y;
}
div#shadowbottom {
 position: relative;
 display: block;
 clear: both; 
 margin-left: auto;
 margin-right: auto; 
 height: 20px;
 width: 795px;
 top: 0px;
 left: 0px;
 background: transparent url(../images/bg_shadowbottom.png) center top no-repeat;
}

div#container {
 position: relative;
 display: block;
 clear: both; 
 margin-left: auto;
 margin-right: auto; 
 width: 779px;
 top: 0px;
 left: 0px;
 background: #fff url(../images/bg_contain.gif) center top repeat-y;
}

div#menu {
 position: relative;
 display: block;
 clear: both;
 height: 30px;
 width: 760px;
 top: 0px;
 right: 0px;
 margin-left: auto;
 margin-right: auto;  
 padding: 26px 0px 0px 0px;
 text-align: center;
 background: transparent url(../images/bg_menu.gif) top center no-repeat;
}

div#top {
 position: relative;
 display: block;
 clear: both;
 height: 138px;
 width: 779px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto; 
 background: #FDEDF6 url(../images/bg_top.gif) top center no-repeat;
}
	div#submenu1, div#submenu2, div#submenu3 {
	 position: absolute;
	 display: none;
	 top: 6px;
	 right: 4px;
	 width: 250px;	 
	 margin: 0;
	 padding: 0;
	 text-align: right;
	 background: transparent;
	}

div#contenttop {
 position: relative;
 display: block; 
 height: 90px;
 width: 760px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 background: transparent url(../images/bg_contenttop.gif) 0px 10px no-repeat;
}

div#content {
 position: relative;
 display: block; 
 width: 760px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 background: #fff;
}
	div#header {
	 position: relative;
	 display: block;
	 top: 0px;
	 left: 44px;
	 padding-bottom: 10px;	 
	 background-color: transparent;	 
	}
	div#text {
	 position: relative;
	 display: block;
	 width: 650px;
	 min-height: 300px;
	 top: 0px;
	 left: 64px;
	 padding-bottom: 30px;	 
	 background-color: transparent;	 
	}

div#contentbottom {
 position: relative;
 display: block; 
 height: 55px;
 width: 760px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 background: transparent url(../images/bg_contentbottom.gif) top center no-repeat;
}
	div#proximedia {
     position: absolute;
     display: block; 
     top: 36px;
     left: 14px;
	 height: 13px;
	 width: 67px;
     background-color: transparent;
  	}

div#bottom {
 position: relative;
 display: block; 
 height: 59px;
 width: 760px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;  
 background: transparent;
}

.clear {
 position: relative;
 display: block;
 clear: both;
}

