body {
background-color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;


}
a	
	{
	text-decoration: none;
	color: #9ACD32;
	}

a:hover 
	{
	color:#87CEFA;
	text-decoration: none;
	}

a:visited 
	{
	color: #189047;
	text-decoration: none;
	}

a:visited:hover
	{
	color:#87CEFA;
	text-decoration: none;
	}

#main
{


	height:250px;
	width: 900px;
}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

.right_border{
background-image:url(images/border.gif);
background-repeat:repeat-y;
background-position:left;
background-color:#FFFFFF;
width:11px;
}

.left_border{
background-image:url(images/border.gif);
background-repeat:repeat-y;
background-position:right;
background-color:#FFFFFF;
width:11px;
}

.top{
background-image:url(images/top.gif);
background-repeat:repeat-x;
height:51px;

}

.rt
{
background-image:url(images/rt.gif);
background-repeat:no-repeat;
background-position:100%;
width:11px;
}

.lt
{
background-image:url(images/lt.gif);
background-repeat:no-repeat;
background-position:100%;
width:11px;
}

.lb
{
background-image:url(images/lb.gif);
background-repeat:no-repeat;
background-position:bottom;
}

.rb
{

background-image:url(images/rb.gif);
background-repeat:no-repeat;
background-position:bottom;
}

.bottom
{
background-image:url(images/bottom.gif);
background-repeat:repeat-x;
background-position:bottom;
height:7px;
}

.line
{
background-image:url(images/bottom.gif);
background-repeat:repeat-x;
background-position:top;
height:7px;
}

#rt_text
{
background-image:url(images/out_links.gif);
background-repeat:no-repeat;
height:50px;
width:269px;
}

#rt_text_l
{
background-image:url(images/add_links.gif);
background-repeat:no-repeat;
background-position:center;
height:20px;
width:30%;
}

#rt_text_r
{
background-image:url(images/c_links.gif);
background-repeat:no-repeat;
background-position:center;
height:20px;
width:30%;
}

#footer_name
{
background-image:url(images/footer_name.gif);
background-repeat:no-repeat;
background-position:center;
height:10px;
width:15%;
}

#addlinks
{
	position: absolute;
	left: 100px;
	top: 510px;
	height:300px;
	width: 500px;
	font-family: Verdana;

}

#constlinks
{
	position: absolute;
	left: 650px;
	top: 510px;
	height:300px;
	width: 250px;

}

#cats
{
	position: absolute;
	left: 100px;
	top: 430px;
	height:300px;
	width: 250px;
}

#footer
{
	position: absolute;
	left: 100px;
	top:865px;
	height:300px;
	width: 250px;
	color:#213237; 
	font-family: Verdana;
}

.drag
{
	position: absolute;
	border : solid 1px;
	font-family: Verdana;
	cursor:pointer;
	background-color: lightblue;
	font-weight: bold;

}
