body { background:#fff url('images/bg.gif'); 
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px;
	height: 100%;
}

body, html {
	
	color: #666;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:80%;
	

		}
p, table, div, ul {
	font-size:1em;
	line-height: 1.5em;
	}
/* img, div { behavior: url(iepngfix.htc)*/	

#content {
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
}		
		
#head {
	padding: 0px;
	margin: 0 auto;
	height: 70px;
	background: url('images/top.jpg') top left  no-repeat; 
	text-align: center;
}
#nav {
		position:relative;/*ie needs this to show float */
		width:260px;
		float:left;
		margin-left: 0px;
		margin-top: 7px;
		height: 240px;
		text-align: left;
}

#main {
		position:relative;/*ie needs this to show float */
		width:600px;
		float:left;
		margin: 0 auto; 
		height: 257px;
		background:#0098D0 url('images/face.jpg'); 
		background-repeat: no-repeat;
		background-position: top left;
		}	
#menu {
	position:relative;/*ie needs this to show float */
	width:260px;
	float: left;
	list-style: none;
	margin: 10px 5px 0px 5px;
	padding: 0;
	text-align: left;
}
#menu li {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: none;
	display:inline;
	height: 1%;
}
#menu a {
	background-color: #0098D0;
	border-bottom: 0px solid #0098D0;
	color: #fff;
	display: block;
	margin: 0;
	padding: 3px 25px;
	text-decoration: none;
}
#menu a:hover {
	background: #0098D0 url("images/hover.png") left center no-repeat;
	color: #fff;
	padding-bottom: 3px;
}		

	
#text {
		position:relative;/*ie needs this to show float */
		width:850px;
		float:left;
		margin-top: 0px;
		margin-bottom: 50px;
		padding-top: 10px;
		min-height: 300px;
		background:#fff url('images/bot_bg.jpg'); 
		background-repeat: no-repeat;
		background-position: top left;
		text-align: left;
}
#foot old {
	position:relative;/*ie needs this to show float */
	margin-top: 20px;
	min-height: 100px;
	background:#fff url('images/foot_bg.jpg'); 
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 20px;
}		
#foot {
	clear: both;
	position:relative;/*ie needs this to show float */
	height: 100px;
	background:#fff url('images/foot_bg.jpg'); 
	background-repeat: repeat-x;
	color: #000;
	width: 80%;
	text-align: center;
	padding: 2% 10%;
}
#foot{
    \width: 100%;
    w\idth: 80%;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover{
	color: #333;
	text-decoration: underline;
}


a.dot {
	color: #fff;
	text-decoration: none;
	border-bottom:1px dotted #00CCFF;
	padding-bottom: 3px;

}
a.dot:hover{
	color: #fff;
	text-decoration: none;
	border-bottom:1px dotted #fff;
}

h1 {
	font-size: 16px; 
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 2px;
	color: #0098D0;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #08315A;
	border-bottom:1px dotted #ccc;
}
h3 {
	font-size: 16px; 
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 5px;
	color: #888;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0px;
	}
li {
	background: url(images/bullet.gif) left top no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
	}
#nav ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0px;
	}
#nav li {
	background: url(images/_bullet.gif) left top no-repeat;
	padding-left: 5px;
	margin-bottom: 4px;
	}
	
hr {
	color: #ccc;
	border-style: none;
	background-color: #ccc;
	height: 1px;
	border-bottom:1px dotted #ccc;
	}

.clear { clear: both; }

select, input, menu, list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	padding: 2px;
	margin: 0px;
}

  .frame {
    background: #FFFFFF; 
    border: 1px solid #e5e5e5;
    padding: 10px;
  } 
