HTML, BODY{
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

FORM, P, H1, H2, H3, H4{
	padding:0px;
	margin:0px;
}

#MainContainer{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fffdfd;
	/*min-height:650px;*/
}

#Header{
	background-color:#fffdfd;
	width:100%;
}

div.Logo{
	height:79px;
}

li{
	line-height:18px;
	}
img {
    max-width: 100%;
    max-height: 100%;
}
/*****************Styles for Navigation************************/

#PrimaryNavigation {
	float:left;
	width:100%;
	background:#666666;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
}

#PrimaryNavigation ul {
	margin:0;
	padding:10px 10px 0px 17px;
	list-style:none;
}

#PrimaryNavigation li {
	display:inline;
	margin:0;
	padding:0;
}

#PrimaryNavigation a {
	float:left;
	background:url("http://animalsworlds.com/images/tableftG.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#PrimaryNavigation a span {
	float:left;
	display:block;
	background:url("http://animalsworlds.com/images/tabrightG.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#fffefe;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#PrimaryNavigation a span {float:none;}
/* End IE5-Mac hack */

#PrimaryNavigation a:hover span {
	color:#fffefe;
}

#PrimaryNavigation a:hover {
	background-position:0% -42px;
}

#PrimaryNavigation a:hover span {
background-position:100% -42px;
}

#PrimaryNavigation #current a {
	background-position:0% -42px;
}

#PrimaryNavigation #current a span {
	background-position:100% -42px;
}

/**********************Styles for Left Navigation******************/

#LeftColumn {	
	background-color:#e8e8e8;
	float:left;
	width:200px;
}

H2{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:12px;
	border-top:1px solid #ffffff;
}

.navcontainer {
        background: #e8e8e8;
        width: 200px;
        margin: 0 auto;
        padding: 1em 0;
        font-size: 11px;
        text-align: center;
        text-transform:capitalize;
}

ul.navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 90%;
}

.navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

.navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 1.4em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f3f3f3;
}

.navcontainer>.navlist li a { width: auto; }

.navlist li a:active {
        background: #e8e8e8;
        color: #cb5d40;
}

.navlist li a:hover, .navlist li active a:hover {
        color: #cb5d40;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}

/*************************Styles for Content Area*********************/

#ContentArea {
	display: block;
	background-color:#fffdfd;
	float:right;
	width:780px
}

div.ContentTextArea {
	padding:12px;
}

div.ContentTextArea H1{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:1px;
	margin-bottom:12px;
}

div.ContentTextArea P{
	color:#6c6c6c;
	padding-left:12px;
	margin-bottom:16px;
	line-height:18px;
}

.Gallery{
	background-color:#2d2d2d;
	padding:13px;
}


/*******************Styles for Footer******************/

div#Footer{
	background-color:#ce4e1f;
	clear:both;
	padding:15px;
	height:190px;
}

div.FootListBox{
	float:left;
	margin-right:50px;	
	padding-bottom:20px;
	
}

ul.FootList{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:18px;
}

ul.FootList li a:link{
	color:#FFF;
	text-decoration:underline;
}

ul.FootList li a:visited{
	color:#FFF;
	text-decoration:underline;
}

ul.FootList li a:hover{
	color:#030000;
	text-decoration:underline;
}

ul.FootList li a:active{
	color:#FFF;
	text-decoration:underline;
}

div#Footer P{
	clear:left;
	color:#030000;
	text-align:center;
	padding:0px;
	margin:0px;
}

div#Footer P a:link{
	color:#030000;
	text-decoration:underline;
	font-weight:bold;
}

div#Footer P a:visited{
	color:#030000;
	text-decoration:underline;
	font-weight:bold;
}

div#Footer P a:hover{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

div#Footer P a:active{
	color:#030000;
	text-decoration:underline;
	font-weight:bold;
}

/* Amukii Web solution */
/*a{font-size:11px; color:#000000; }
a:hover{font-size:11px; color:#993300 }*/

 a{color:#cb5d40; text-decoration:none;}
 a:hover{color:#030000;}

.Thanks {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:40px;
	color:#686868;
	}