* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: black;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 106px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}
#head_text{
	padding-left: 400px;
	padding-top: 80px;
	height: 106px;
	width: 570px;
	font-family: Tahoma;
	font-size: 10px;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	
	background-image: url(images/child_body.jpg);
	background-repeat: no-repeat;
}

#left_content{
	padding-top: 5px;
	padding-left: 2px;
	width: 274px;
	vertical-align: top;
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
}
#child_menu{
	padding-top: 25px;
	padding-left: 25px;
}
ul.child_menu {
	list-style: circle;
	font-family: Tahoma;
	font-size: 10px;
}
li.child_menu {
	list-style-position: inside;
}
#right_content{
	position: relative;
	padding-top: 25px;
	padding-left: 2px;
	width: 665px;
	vertical-align: top;
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
}

ul {
	list-style: circle;
	font-family: Tahoma;
	font-size: 11px;
}
li {
	list-style-position: inside;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 950px;
	margin: auto;
	height: 163px;
	background-image: url(images/child_leg.jpg);
	
}
#footer_text{
	font-size: 10px;
	padding-top: 50px;
	padding-left: 650px;

}
.href_footer a, a:hover{
color: gray;
text-decoration: underline;
}

H1, H2 {
font-size:16px;
}

#ancorlink {
    left: 26px;
    position: relative;
    top: 15px;
}


#ancorlink a{
 color: #3A00EE !important;	
}

#ancorlink a:hover{
 color: #3A00EE !important;	
 text-decoration: underline;
}

