@charset "utf-8";
/* CSS Document */

/* DESIGNER NOTE
   This file contains the global css that will effect all pages within the website */

*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}

/* DESIGNER NOTE
   Change width to the overall width of your page */

#container{
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

.floatLeft {
	float:left;
}

.floatRight{
	float:right;
}

img {
	border:0px;
}

a {
	decoration:none;
}

a:hover {
	decoration:underline;
}