/* CSS Document */


/* GENERAL LAYOUT */
body {
	font-family: "Times New Roman", Times, serif;
	color:#444444;
	font-size:13px;
		}

#frameall {
	width: 660px;
	height: 345px;
	margin-left: 40px;
	margin-top: 60px;
	padding-top: 20px;
	background-color:#EEEEEE;
	border:solid;
	border-color:#000000;
	border-width: 5px;
		}

#box_images {
	width: 640px;
	height: 185px;
	padding-left: 20px;
	}

.boxes_images {
	width: 155px;
	height: 150px;
	float:left;
	padding-top: 30px;
	}


/* SPECIFIC ELEMENTS */
#head {
	width: 625px;
	height: 20px;
		}

#text_rmdsrcptn1 {
	width: 350px;
	height: 20px;
	color:#444444;
	font-size:17px;
	padding-left: 20px;
	float:left;
	}	
	
#text_cost {
	width: 200px;
	height: 15px;
	font-weight:800;
	font-size:13px;
	float:right;
	text-align:right;
	padding-right: 15px;
	padding-top: 4px;
	}
	
#text_rmdsrcptn2 {
	width: 625px;
	height: 40px;
	font-size:13px;
	color:#000000;
	margin-left: 20px;
	border-top:solid;
	border-top-color:#444444;
	border-top-width: 1px;
	}

/* LINKS */	
#foot {
	width: 660px;
	height: 20px;
	padding-top: 45px;
	background-image:url(images/ptrn2.jpg);
	background-repeat:repeat;
	border-top:solid;
	border-top-color:#FFFFFF;
	border-top-width: 5px;
		}

#links1 {
	font:14px/14px "Times New Roman", Times, serif;
	font-weight:700;
	width: 220px;
	text-align:left;
	color:#444444;
	padding-left:20px;
	padding-top: 0px;
	float:left;
	}	
	
#text_qtnote {
	width: 625px;
	height:30px;
	margin-left: 20px;
	font-size:13px;
	color:#000000;
	}
	
a {
	color:#444444;
	font-size:14px;
	text-decoration:none;
	font-weight:200;
	font-family:"Times New Roman", Times, serif;
        }
		
a:link {color:#3366CC;}
a:visited {color:#003366;}
a:hover {background-color:#888888;}
