@charset "utf-8";
/* 

SITE NAME

Description
	
	This stylesheet is used to style overall layout and home page content
	

Contents

	1. Default Styles

*/


/* - 1. Default Styles -  */

*{
	margin:0; /* Set default padding and margin values to zero */
	padding:0;}

html{
	overflow:auto;
	overflow-x:hidden; /* Lose vertical scrollbar always visible in ie6*/}

li{
	list-style-type:none;}

a{
	text-decoration:none;}
	
a img{
	border:none;}
	
body{
	background-image:url(../img/bg.gif);
	background-repeat:repeat;
	width:800px;
	margin:0 auto 0 auto;}
	
	


	

