﻿@charset "utf-8";
/* CSS Document */

/* Resets */

/* Main Styles */

body {
	background:#b6c07f url('images/bkgd_img.jpg') repeat-x scroll top; /* ENTIRE SITE BACKGROUND change the hex number being the bottom 
																		color of gradient */
}

.RtAlign {
	float:right;
	margin-left:15px;
}

.LftAlign {
	float:left;
	margin-right:15px;
}


