@charset "utf-8";
/* CSS Document */
body { margin:0 auto;
	background: #161f24;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#border-top.n_header          { background: url(../images/top_middle.png) repeat-x; width:825px; }
#border-top.n_header div      { background: url(../images/top_right.png) 100% 0 no-repeat; }
#border-top.n_header div div  { background: url(../images/top_left.png) no-repeat; height: 25px; }

#border-middle.n_mid          { background-color:#eeeeee; width:825px;}
#border-middle.n_mid div      { background: url(../images/middle_right1.png) 100% 0 repeat-y;}
#border-middle.n_mid div div  { background: url(../images/middle_left.png) repeat-y;; 100%;}

#border-bottom 			{ background: url(../images/bottom_middle.png) repeat-x; width:825px; }
#border-bottom div  		{ background: url(../images/bottom_right.png) 100% 0 no-repeat; }
#border-bottom div div 	{ background: url(../images/bottom_left.png) no-repeat; height: 20px; }

#border-top .addr {font-size: 11px; font-weight: normal; color: #000;}

.address { font-size:11px;}
.content { padding:6px 0px 5px 20px;}
.header {font-size:16px; font-weight: bold; color:#e55302;}
.header2 {font-size:14px; font-weight: bold; color:#e55302;}
div#footer { width:825px; padding-top: 8px; text-align:center; color:#FFFFFF;}

a.bodylink {color:#FF6600; text-decoration:underline;}
a.footlink {color:#FFFFFF; text-align:underline;}


