#copy{display:none;}
body {
	text-align:center;
	background:#17B4FF;
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:'trebuchet ms',arial,verdana,sans-serif;
	font-size:0.9em;
	line-height:1.5em;
}
#topmenu{
margin:0 auto;
width:980px;
text-align: left;
height:30px;
line-height:30px;
}
#wrap{
text-align: left;
background:#fff;/*like already said,just to add some color*/
width:980px;
margin:0 auto;
}
#container {
width:980px; /*center hack*//*THIS IS THE MAIN CONTAINER FOR ALL DIVS*/
margin:0 auto; /*center hack*/
text-align:left;
background: #fff;
}
#modright {/*THIS IS MODULE RIGHT*/


float:right;
width:150px;
overflow:hidden;
}
#modleft {
	float:left;
	width:230px;
	overflow:hidden;
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
}
/*COLAPSE MODULES FUNCTIONS */

/*LEFT AND RIGHT MODULES VISIBLE */
#main-body {/*THIS IS MAIN DIV HOLDS THE CONTENT DIV*/
float:left;
width:830px;
}
#content {
	text-align:left;
	float:right;
	width:600px;
	background-color:#fff;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
}
/*COLAPSE  LEFT MODULE ONLY*/
#main-body-right {
float:left;
width:830px;
}
#content-right {
text-align:left;
float:left;
width:830px;
background-color:#fff;
	background-image: url(../images/content-right.jpg);
	background-repeat: repeat-y;
	background-position:right;

}
/*COLAPSE RIGHT MODULE ONLY*/
#main-body-left {
float:left;
width:980px;
background-color:#fff;

}
#content-left {
text-align:left;
float:right;
width:750px;
overflow:hidden;
	background-image: url(../images/content-left.jpg);
	background-repeat: repeat-y;
	
}
/*COLAPSE RIGHT AND LEFT MODULE */
#main-body-full {
float:left;
width:980px;
background-color:#fff;
}
#content-full {
margin:0 auto;
text-align:left;
width:980px;
}
/*END COLAPSE MODULES FUNCTIONS */

#footer{
	clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 34px;
}

h3{padding:0;
margin:0;}

#content-inside{padding:0 10px;}
#left-inside{padding:0 10px;}
#right-inside{padding:0 10px;}


#header{width:980px;
margin:0 auto;
height:286px;}
#header1{
	width:270px;
	float:left;
	background-image: url(../images/pets.jpg);
	height:286px;
}
#header2{width:160px;float:left;
background-image: url(../images/logo.jpg);
	height:286px;}
#header3{width:550px;float:left;
background-image: url(../images/newsflash.jpg);
	height:286px;
	text-align:left;}
	#header3-inside{padding:10px 30px;}
#header-closer{clear:both;}


#news{}
#news1{width:50%;
float:left;
background-color:#99FF00;}
#news2{width:50%;
float:right;
background-color:#FFFF00;}
#news-closer{
clear:both;}

#news-tot1{background-color:#99FF00;
}
#news-tot2{background-color:#FFFF00;}


#news1-inside{padding:10px;}
#news2-inside{padding:10px;}



#bottom{}
#user5{width:50%;
float:left;
background-color:#99FF00;}
#user6{width:50%;
float:right;
background-color:#FFFF00;}
#bottom-closer{
clear:both;}

#bottom-tot1{background-color:#99FF00;
}
#bottom-tot2{background-color:#FFFF00;}


#bottom1-inside{padding:10px;}
#bottom2-inside{padding:10px;}
