/* Layout */
body {
margin:auto;
padding:0px;

}

#topcontainer{

	background-image:url(images/bg1.jpg);
	margin:auto;
	width:790px;
}

#maincontainer{

	width:750px;
	margin:auto;
}

#header{
	background-color:#E0E0E0;

	height:150px;
}
/*
#mainmenu{
	background-color:#E0E0E0;
	height:48px;

}
*/
#content{
	background-color:#F4F4F4;
	min-height:300px;
}

#bottommenu{

	border-top:2px solid #B897C6;
	padding:10px;
	text-align:center;
	background-color:#EEEEEE;
	letter-spacing:0px;
	color:#666666;
	clear:both;

}

#bottommenu a{
	 font-size:11px;
	 text-decoration:none;
	 color:#666666;
}

#bottommenu a:hover{
 text-decoration:underline;
}

#footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
/*	background-color:#F0F0F0;*/
	margin:auto;
	text-align:center;
	color:#BBBBBB;
	font-size:10px;
	width:790px;

}

#footer p{
	padding:10px;
	margin:0px;
}

#footer a{
  	color:#BBBBBB;
  	text-decoration:none;
}

.firstline{
 margin-top:0px;

}

/* ******************************************************************************* */

.frame1column{
 padding:15px;
 
}

#rightcolumn{

 float:right;
 width:250px;

/* background-color:#DDDDDD;*/
}

.pic-left{
	float:left;
	padding-right:15px;
	padding-bottom:15px;


	

}

.pic-right{
	float:right;
	padding-left:15px;
	padding-bottom:15px;


	

}

.tab{
	 padding:5px;
	 margin:0px;
	 font-size:110%;
	 color:#FFFFFF;
	 font-weight:bold;
	
/*	 background-color:#6B4079;*/
	 background-image:url(images/tab-backg.jpg);
	 background-repeat:repeat-x;
	 text-align:center;
}
