#linksMenu{
	width: 160px;
	margin-top: 0px;
}

#linksMenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#linksMenu li{
	margin: 2px 0 0 1px;
	text-align: left;
	word-wrap: break-word;
	width: 160px;
}

#widgets{
	margin: 0 5px 0 0;
	right: 0px;  
	float: right;
	padding: 0 0 0 0;
}

#widgets ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#widgets li{
	margin: 2px 0 0 0;
	padding: 4px 0 0 0;
}

#googleBox{
	background-image: url('../images/google_box2.png');
	text-align: center;
	margin: 0px auto;
	background-repeat: no-repeat;
	width: 540px;
	height: 90px;
	padding:  0 0 0 4px;
}

#google{
	padding-top: 21px;
}

.links_box {
	width: 200px;
	height: 32px;
	background-image: url('../images/linksbox_01.png');
	background-repeat: no-repeat;
	padding-top: 0px;
    text-align: left;
    float: left;
	margin: 40px 0 0 10px;
}

	
.links_box div.middle {
	width: 200px;
	background-image: url('../images/linksbox_02.png');
	background-repeat: repeat-y;
	margin-top: 32px;
}
	
.links_box div.inside {
	padding: 0 0 0 2px;
	margin: 0 0 0 10px;
}

.links_box div.bottom {
	position: relative;
	bottom: 0;
	background-image: url('../images/linksbox_03.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 61px;
	text-align: center;		
}

#boxSurround{
	float: right;
	width: 300px;
	padding-left: 100px;
}

div.expandable_box {
	float: right;
	clear: both;
}

div.expandable_box div.top {
	background-image: url("../images/box_top.png");
	background-repeat: repeat-x;
	margin: 30px 32px -32px 32px;
	padding: 42px 0 0 0;
}

div.expandable_box div.topleft {
	background-image: url("../images/box_topleft.png");
	background-repeat: no-repeat;	
	margin: -42px 0 0 0;
	padding: 42px 0 0 0;
}

div.expandable_box div.leftside {
	background-image: url("../images/box_leftside.png");
	background-repeat: repeat-y;
	padding: 0 0 0 32px;
	margin: 32px 0 0 0;
	float: right;
}

div.expandable_box div.bottomleft {
	background-image: url("../images/box_bottomleft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 32px 0 0 0;
	padding: 36px 0px 0px 0px;
	clear: both;
}
	
div.expandable_box div.center {
	background-image: url("../images/box_center.png");
	background-repeat: repeat-x repeat-y;
	float: right;
}

div.expandable_box div.topright {
	background-image: url("../images/box_topright.png");
	background-repeat: no-repeat;	
	background-position: right;	
	margin: -42px 0 -32px 0;
	padding: 42px 0 0 0;
}

div.expandable_box div.rightside {
	background-image: url("../images/box_rightside.png");
	background-repeat: repeat-y;
	padding: 0 32px 0 0;
	background-position: bottom right;
	float: right;
}

div.expandable_box div.bottomright {
	background-image: url("../images/box_bottomright.png");
	background-repeat: no-repeat;
	background-position: right;
	margin: -36px 0 0 0;
	padding: 36px 0 0 40px;
}

div.expandable_box div.bottom {
	background-image: url("../images/box_bottom.png");
	background-repeat: repeat-x;
	margin: -36px 40px 0 40px;
	padding: 36px 0 0 0;
}