body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bkgr.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: Black;
}

a {
	color: #268ED4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#main {
  width: 100%;
}


#header {
	width: 1000px;
	background-color: white;
	border: 10px solid #FF8C00;
}

#header_left {
  float: left;
  width: 300px;
  background-color: #F5F5F5;
}

#header_right {
  float: left;
  width: 680px;
}


#main_menu {
  height: 45px;
  width: 1000px
}

#main_menu ul {
	display: block;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#main_menu li {
	display: inline;
	
}

#main_menu a {
	display: block;
	float: right;
	width: 120px;
	height: 35px;
	padding: 10px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
}

#main_menu a:hover {
	color: #000000;
}

#page1 {
   /*background: #E5FAA1 url(../images/img03.gif) no-repeat; */
   background:  url(../images/img03.gif) no-repeat; 
  }
#page2 { background: #97F0E6 url(../images/img04.gif) no-repeat; }
#page3 { background: #F3B6CE url(../images/img05.gif) no-repeat; }
#page4 { background: #FADDA1 url(../images/img06.gif) no-repeat; }
#page5 { background: #C9CDFF url(../images/img07.gif) no-repeat; }

#page1:hover, #pages .active #page1 { background-image: url(../images/img08.gif); }
#page2:hover, #pages .active #page2 { background-image: url(../images/img09.gif); }
#page3:hover, #pages .active #page3 { background-image: url(../images/img10.gif); }
#page4:hover, #pages .active #page4 { background-image: url(../images/img11.gif); }
#page5:hover, #pages .active #page5 { background-image: url(../images/img12.gif); }

/* Content */

#content {
	width: 1000px;
	background: #F5F5F5;
	border: 10px #228B22 solid;
	;
}



#left {
	float: left;
	width: 248px;
	background: #F5F5F5 url(../images/left_bkgr.png) no-repeat;
	min-height: 600px;
	height: 100%;
}

#left h2, h3 {
	/*background: url(../images/img13.gif); */
	background: none;
}

#left a {
  font-size: 16px;
}

#content_main {
	float: left;
	width: 712px;;
	background: url(../images/content_bkgr.png) repeat-x;
	min-height: 500px;
	padding: 20px;
}

#content_main h1, h2 {
	margin: 0 0 .5em 0;
	padding: 5px;
	background: White;
	color: #191970;
	;
}

/* Footer */

#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/img02.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: x-small;
}