/* IMPORT */
	@import "mod_menu.css";
	@import "mod_footer.css";
	@import "mod_header.css";
	@import "mod_upload.css";	
/* END IMPORT */

body {
	margin: 0px;
	background-color: White;
	background-image: url(../images/clickcrop_bg_main.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

/* Body */
#body{
   width: 955px;
	min-height: 950px;
	margin: 0em auto;
	background-image: url(../images/clickcrop_bg_body_privancy.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}
#body .index{
	width: 875px;
	margin: 0px 40px 0px 40px;
	float: left;
}
/* Index Right */
.index_right{
	width: 384px;
	margin: 0px 0px 0px 60px;
	float: right;
}
.img_cover{
	width: 304px;
	margin: 0px 80px 20px 0px;
	float: left;
	text-align: center;	
}
.intro_text{
	width: 344px;
	margin: 0px 40px 0px 0px;
	float: left;
	font-size: 11px;	
	color: white;
	text-align: justify;	
}

/* End Index Right */

h1{
	font-size: 14px;
	color: #87CEFA;
	font-weight: normal;
}