/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 760px;
	font-family: Verdana, ariel, sans-serif;
	font-size: small;
	background: #D9DFE8 url(images/back.gif) repeat-y top;
}
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 760px;
	}
#logo {
	margin: 0;
	padding: 0;
	width: 760px;	
}
#topPic {
	padding: 0;
    margin-bottom: 15px;
	width: 760px;
}
#header {
	margin: 0;
	padding: 0;
    margin-bottom: 15px;
	width: 760px;
}
#content {
   float:left;
	margin: 0;
	padding: 0;
	width: 625px;
}
#content a {
	font-weight: bold;
	color: #666699;
	text-decoration: none;
}
#content a:hover {
color:#000;
}
#txt {
   font-size: 95%;
   float:left;
   padding: 0;
   width: 460px; 
   margin-left: 15px;
}
#rght {
   float:right;
   margin: 0;
   padding: 0;
   width: 135px; 
}
#rght p {
   margin: 0;
   padding-bottom: 4px;
}
#nav {
	float:left;
    position:absolute
	padding: 0;
    margin: 0px;
	width: 135px;
    height: 200px;
    overflow: hidden;
	font-size: 85%;
    list-style: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
    margin: 0; 
	padding: 0;
    list-style: none;
	}
#nav a {
	padding: 20px 0 0 0;
    display: block;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
#nav a:hover {
	background-position: 0 -20px;
	}
#tcontact a  {
	width: 135px;
    height:20px;
	background: url(images/contNav.gif) top left no-repeat;
	}
#tabout a  {
	width: 135px;
    height:20px;
	background: url(images/aboutNav.gif) top left no-repeat;
}
#tcurt a  {
	width: 135px;
    height:20px;
	background: url(images/curtNav.gif) top left no-repeat;
}
#tblind a  {
	width: 135px;
    height:20px;
	background: url(images/blindNav.gif) top left no-repeat;
}
#tanti a  {
	width: 135px;
    height:20px;
	background: url(images/antiNav.gif) top left no-repeat;
}
#txt ul {
	margin: 0;
    padding: 0;
}
#txt li {
    margin: 0;
	padding: 0 0 4px 15px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	list-style: none;
}
#txt p {
	line-height: 1.5em;
	margin: 0px;
	padding: 5px 0px 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #666699;
	margin: 0px 0px 5px;
	padding: 0px;
}
