/* CSS Document */

#wrap{
	height: 700px;
	width: 712px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(img/bgmain.jpg);
	background-repeat: no-repeat;
	background-position: left top;


}


#head{
	height: 145px;
	width: 712px;


}



#main{
	background-color: #FFFFFF;
	height: 850px;
	width: 380px;
	margin-left: 250px;
	background-attachment: scroll;
	background-image: url(img/bgmaindown.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;


}




#menu{
	height: 40px;
	width: 360px;

}



#content{
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;

}


#bottom{
	width: 360px;
	margin-left: 270px;
	height: auto;
}

