/*   Design:   CENTERED with TOPNAV				         	 */
/*   File:     home.css					                 */
/*-----------------------------------------------------------*/


/*  GLOBAL LAYOUT											 */
/*************************************************************/
#header { width:960px; height:253px; position:relative;}
#nav { background:url(../grafics/bg_hnav_home.jpg) no-repeat left top; }
#container { background: url(../grafics/bg_container_home.jpg) no-repeat 0px -29px; min-height:425px; }
#left { background:url(../grafics/bg_left_home.jpg) no-repeat 28px -1px; min-height:300px; }

/*  GLOBAL TEXT FORMATS	AND CONTENT FORMATS					 */
/*************************************************************/
#right h1.welcome { width:620px; font-size: 24px; font-weight:normal; color:#d2a577; text-transform:uppercase; padding:5px 0px 5px 38px; margin-bottom:20px; border-bottom:solid 1px #5a290e; }
#right h2.welcome {font-size: 24px; color:#b1743b; font-weight:normal; text-transform:uppercase; padding:5px 0px 5px 0px; margin-left:280px; border-bottom:solid 1px #5a290e; margin-bottom:25px; }
#right h3 {font-size: 13px; color:#b1743b; font-weight:normal; }

#right a:link, #right a:visited {color:#b1743b;}
#right a:hover, #right a:active {color:#b1743b;}

