/* CSS Layout */


#content {
	text-align:left;
	width: 960px;
	margin: 0 auto;
	z-index:0;
	 background:url(../images/mid_bg.jpg) repeat-y;
 /*position: relative;
  height: auto !important;
  */
  height: 100%;
  min-height: 100%;
}


/* header layout */
#header {
	position: relative;
	height: 130px;
	margin:0 auto;
	padding:0px;
	background:url(../images/header.jpg) no-repeat top left;
}

.headspacer{
float:right;
margin:20px 10px 0 0;
width:510px;
height:71px;
}

#menu{
clear:both;
margin:0 10px 0 0px;
width:950px;
height:38px;
}

#side-menu{
float:left;
margin:70px 0 0 10px;
width:200px;
}


#page {
  clear: both;
  width: 960px;
  min-height:405px;
  background:url(../images/body_bg.jpg) no-repeat top left;
}


#column {
float:right;
  margin:30px 30px 0 0;
  width:680px;
}

#column2 {
  margin: 0 auto;
  width:34%;

}

#columnfull {
  margin: 0 auto;
  width:100%;
  margin-right:-1px;
}


#footer{
clear:both;
width: 100%;
height:60px;
background:url(../images/footer_bg.jpg) no-repeat top left;
background-color:#F2CCE3;
}

.clear{
clear:both;
}



