/*@charset "utf-8";*/
@charset "iso-8859-1";
/* CSS Document */
* {	margin: 0;	padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; cursor: default; }

body { background: repeat-x url(pics/bg.png) #eeeeee;/* overflow: hidden;*/ }

h1 { font-size: 14px; }

a { text-decoration: none; text-underline: none; cursor: pointer; color: #777; }

a img { border: none; cursor: pointer; }

a:focus { outline: 0; }

hr { background-color: #293059; height: 2px; border: 0px; }

.list { margin-left: 20px; }

#frame { width: 800px; height: 700px; }

#header { width: 592px;	height: 125px; background-color:#3CF; background: url(pics/header.jpg); border: 0px solid #293059; }

#address { width: 592px; height: 20px; background-color:#293059; color: #fff; text-align: center; padding-top: 3px; }

#bar { float: left;	width: 175px; height: 390px; margin-top: 20px; }

#navbox { position: relative; background-color:#CCC; z-index: 2; text-align: left; border: 1px solid #293059; }

#nav li { list-style: none; }
#nav li b { padding-left: 5px; font-weight: bold; font-size: 14px; background-color: #293059; color: #fff; display: block; }
#nav li li a { background-color: #fff; color: #000; display: block; text-decoration: none; padding: 4px 4px 4px 13px; cursor: pointer; }
#nav li li a:hover { color: #999; }

#info { list-style: none; position: relative; height: 123px; margin-top: 25px; background-color: #fff; z-index: 1; border: 1px solid #293059; }
#info li b { padding-left: 5px; font-weight: bold; font-size: 14px; background-color:#293059; color: #fff; display: block; }
#info li p { padding-top: 5px; font-weight: bold;  }

#content 
{ 
	position: relative; min-height: 520px; width: 460px; padding: 22px 30px 20px 100px; text-align: justify; background-color:#FDFDFD; 
	border-left: 1px solid #293059; border-right: 1px solid #293059;
}

#footer { width: 592px;	height: 22px; background: transparent url(pics/footer.png); text-align: center; color: #fff; padding-top: 8px; font-size: 11px; }
