

#holdme{
	margin: auto;
	width:750px;
	height: 367px;
	text-align: left;
	border-left:0px solid #ccf;
	padding-left:35px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
}

#header {
	
	/*border:1px solid red;*/
	width:99%;
	float:left;
	clear:both;
	margin:5px 0px 30px 0px;

}

#header img {
	margin:20px 0px 0px 0px;
	float:right;
}

#text{
	
	width:68%;
	/*border:1px solid yellow;*/
	float:left;
	clear:left;
}

#navigation {
	width:30%;
	/*border:3px solid gray;*/
	float:left;

	text-align:left;
}

#navigation div{
	margin:auto;
}


#footer {
	float:left;
	margin-bottom:0px;
	width:96%;
	margin:10px 0px 10px 0px;
	padding:20px 5px 35px 5px;
	/*border:1px solid blue;*/
}

#footer img {
	margin-right:15px;
}


div.alpha-shadow {
	  float:right;
	  clear:both;
	  background-image: url(images/shadow/shadow.gif);
	  background-repeat:no-repeat;
	  background-position: bottom right;
	  /* margin: 0px 10px 0 -15px !important;
	  margin: 0px 10px 0 -10px;*/
	  margin: 10px 50px 0 5px !important;
	  margin: 10px 50px 0 0px;
}

div.alpha-shadow div {
	  background: url(images/shadow/shadow2.png) !important;
	  background: url(images/shadow/shadow2.gif);
	  background-repeat:no-repeat;
	  background-position: left top;
	  padding: 0px 5px 4px 0px;
	
}

div.alpha-shadow img {
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  padding: 4px;
}
