body{
	margin: 0px auto;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.main{ margin:0px auto; width: 795px; height:auto; background-image:url(../images/slice.jpg);}
.header{ width: 795px; height: 131px; background-image: url(../images/header.jpg);}
.image{ width: 795px; height: 210px; background-image: url(../images/image.jpg);}
.bread{ width: 775px; height: 18px; background-image: url(../images/breadcrumb.jpg); padding-left: 20px; padding-top: 2px;}
.textarea{ 
	width: 755px; height:auto; 
	background-image: url(../images/textarea.jpg); 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 10px; 
	padding-bottom: 10px;
	background-repeat:no-repeat;
}

.footer{ width: 775px; height: 38px; background-image: url(../images/footer.jpg); padding-left: 20px; padding-top: 4px; font-size:11px;}

.picture{padding:5px;}

a, a:hover, a:visited {text-decoration:none;color: #FF9900;}