/* IMPORT */
	@import "mod_menu.css";
	@import "mod_footer.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;
}

/* Header */
#header{
   height: 126px;
   width: 955px;
   margin: 0em auto;	 
}
#header .logo{
	width: 400px;
	float: left;
}
#header .make_it_easy{
	height: 126px;
	width: 555px;
	float: left;
	background-image: url(../images/clickcrop_bg_make_it_easy.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}
/* End Header */

/* Body */
#body{
	height: 400px;
   width: 955px;
	margin: 0em auto;
	background-image: url(../images/clickcrop_bg_body.jpg);
	background-repeat: no-repeat;
	background-position: top right;  
}
#body .welcome{
	height: 300px;
	width: 400px;
	margin: 50px 0px 0px 40px;
	float: left;
}
/* End Body */

/* Links */
h3 a:link { 
	color: #80C4FF;
	text-decoration: none;
}
h3 a:visited {
	color: #80C4FF;
	text-decoration: none;
}
h3 a:hover {
   color: #E4652A;
	text-decoration: none;
}
/* End Links */

/* Tags */
h1{
	font-size: 18px;
	color: #004040;
	font-weight: normal;	
}
h1 strong{
	color: #E4652A;
	font-weight: bold;
}
h2{
	font-size: 14px;
	color: #004040;
	font-weight: normal;
}
h2 strong{
	color: #E4652A;
	font-weight: bold;
}
h3{
	font-size: 22px;
	color: #004040;
	font-weight: normal;
}
h3 strong{
	font-weight: bold;
}
/* End Tags */

/* Form */
.BROWSE {
	height: 22px;
   background: #191919;
	border-color: #A5ACB2;
	border: 1px;
	border-style: solid;
	font-size: 12px;
	color: White; 
	line-height: 22px;   
}
/* End Form */

