@charset "UTF-8";
/* CSS Document */
html{
background-image: url("../images/bodyBG.png");
background-repeat: repeat-x;

}


#container{
width:800px;
margin-left: auto ;
margin-right: auto ;
/*background-color:#0099FF;*/
}
#header{
width:754px;
height:161px;
background: url("../images/top.png") no-repeat;
}
#logo{
text-align:center;
padding:10px 0 0 0;
}
#topContent{
background: url("../images/topContent.png") no-repeat;
width:100%;
height:39px;
}
#content{

overflow:auto;

background: url("../images/middleContent.png");
background-repeat: repeat-y;

}
#navigation{
width:165px;
height:500px;
float:left;
padding:0 0 0 25px;
/*background-color:#006666;*/
}
#bodyContainer{
width:500px;
display:block;
float:left;
padding:0 0 0 25px;
margin:0;
}
#bottomContainer{
width:768px;
height:40px;
clear:both;
background: url("../images/bottomContent.png");
background-repeat: no-repeat;
}
#navigation li{
	font-family:ChalkBoard Bold, Helvetica Bold, Arial;
/*	list-style-image: url(../images/paw.png);*/
	list-style-type:none;
	font-size:1.2em;
	color:#FFFFFF;
	/*text-indent: -1.5em;*/
	height:50px;
}

#navigation li:hover{
font-family:ChalkBoard Bold, Helvetica Bold, Arial;
list-style-image: url(../images/paw.png);
list-style-type:circle;
width:100%;
text-decoration:underline;
}
#navigation ul{
	padding:0, 5px,0,0;
	margin:0;
	/*direction:rtl;*/
	color:#FFFFFF;
}
/*#navigation a:link {
	color:FFF;
	text-decoration:none;
}
#navigation a:active {
	color:#FFFFFF;
	text-decoration:none;
}*/

h2{
font-family:Helvetica,Arial,sans-serif;
}
h3{
font-family:Helvetica,Arial,sans-serif;
}
p{
font-family:Arial, Helvetica, sans-serif;
}
#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}

