html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

html {
	font-family: Arial, Tahoma;
	font-size: 100%;
}

body {

  background: url('../images/bg-header.gif') repeat-x;
  tesxt-align: center;
  padding: 0px;
}

#wrapper {
  position: relative;
  min-height: 100%;
  width: 1000px;
	margin-left: auto;
	margin-right: auto;
  border: 0px solid blue;
  bac-kground-color: blue;
}

* html #wrapper {
  height: 100%;
}

/* CONTENT */
#content {
  padding-bottom: 100px;
  border: 0px solid #ccc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	text-align: left;
	width: 90%; 
	overflow: hidden;
	position:relative;
	z-index: 2;
	
}

a.dotted, span.dotted {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	background: url('../images/dotted.gif') 0% 100% repeat-x;
}

a.dotted_no_bold, span.dotted_no_bold {
	font-weight: 500;
}

a.dotted_wg {
	background: url('../images/dotted-wg.gif') 0% 100% repeat-x;
}

a.dotted:hover, span.dotted {
	background: url('') 0% 100% repeat-x;
}

a.dotted_bw, #index_content_right a {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/dotted-bw.gif') 0% 100% repeat-x;
}

a.dotted_bw:hover, #index_content_right a:hover {
	background: url('') 0% 100% repeat-x;
}

a.solid_a img {
	border: 1px solid #CFFF40;
}

a.solid_a:hover img {
	border: 1px solid #3265FC;
}

img.middle { 
	vertical-align: middle ;
}

/* END CONTENT */


/* HEADER */
#header {
  height: 100px;
  width: 100%;

  border: 0px solid red;
  margin-bottom: 0px;
}


#logo {
	margin: 0px;
	position: absolute;
	left: 2%;
	top: 20px;
}

#logo a {
	mar_gin-left: 20px;
}

#logo img {
	border: 0px solid #fff;
}

/* MENU */

#menu {
	margin: 0px;
	padding-top: 50px;
	padding-left: 200px;
	padd-ing-left: 25%;
	w_idth: 79%;
	hei_ght: 100px;
	backg_round-color: #54B0E0;
	border: 0px solid red;
	overflow: hidden;
	
}


#menu-items {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu-items li {
	display: inline;
}

#menu-items li a {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	background: url('../images/menu-item.png') no-repeat;
	padding-top: 4px;
	margin-left: 1%;
	margin-right: 1%;
}

#menu-items li a:hover, #menu-items li a.active {
	color: #5C647A;
	background: url('../images/menu-item-active.png') no-repeat;
}

/* END MENU */



/* END HEADER */


/* FOOTER */
#footer {
  position: relative;
  margin-top: -190px;
  height: 190px;
  width: 1000px;
	margin-left: auto;
	margin-right: auto;
  border: 0px solid red;
  backgr-ound-color: red;

	//position:relative;	
	//z-index: -1;
}

#footer_wrapper {
  border: 0px solid #ccc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	text-align: left;
	width: 90%; 
	background: url('../images/footer-bg.gif') 0% 140px repeat-x;
}

#footer_content{
	width: 100%; 
	height: 190px;
	//padding-right: 1px;
	pad-ding-top: 140px;
	color: #fff;
	font-size: 80%;
	border: 0px solid black;

	
}

#footer_content img{
	border: 0px solid #000;
	margin-right: 5px;
}

#footer_content_right, #footer_content_left{
	float: left; 
	over-flow: hidden;
	padding:0px;
	height: 40px;
	margin-top: 140px;
	position:relative;	
	z-index: 3;
}

#footer_content_left{
	border: 0px solid blue;
	padding-left: 33%;
	padding-top: 8px;
	width: 47%; 
	font-weight: bold;
	background: url('../images/footer-left-angle.gif') 0% 0% no-repeat;
}


#footer_content_right {
	text-align: right;
	width: 20%;
	padding-top: 5px;
	border: 0px solid red;
	background: url('../images/footer-right-angle.gif') 100% 0% no-repeat;
	right: -1px;
}


/* END FOOTER */


/* BULLETS */

.green_bullet {
	list-style-image: url('../images/green-bullet.gif');
}

.green_bullet li{
	margin:0px;
	margin-bottom: 8px;
}


.grey_bullet {
	list-style-image: url('../images/grey-bullet.gif');
}

.grey_bullet li{
	margin:0px;
	margin-bottom: 8px;
}

/* END BULLETS */


/* PAGER */

#pager span{
	font-size: 80%;
	font-weight: bold;
}

/* END PAGER */