@charset "UTF-8";
/* CSS Document */

* {
	/* margin:0; */ 
padding:0;
	border:none;
	margin-top: 0px;
} /* this resets all browsers to "0", since some browsers have different defaults than others */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


/* POSITIONING */

div { 
text-align:left;} /* this will make all text default to left within div containers */

#container {
	width:902px; /* to center the outer container in the window */
	position:relative; /* to set the center content with 20 pixels of padding on each side, to allow for the sidebars */
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header {
	width:902px;
	position: relative;
	top: 40px;
	padding-bottom: 80px;
}
#main {
	width:902px;
	position: relative;
	background-image: url(/images/global/bg1.gif);
	background-repeat: no-repeat;
	background-position: left 124px;
}
#footer {
	width:902px;
	position: relative;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	top: 50px;
}

/* LINKS */

a:link {
	color: #754857;
	text-decoration: none;
}
a:visited {
	color: #754857;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #754857;
	text-decoration: none;
}

/* GLOBAL STYLES */

ul {
	margin: 0;
}
li {
	list-style-type:disc;
	list-style-position:outside;
	margin: 0 0 0 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #754957;
	font-weight: normal;
	padding:10px 0;
	margin:0;
}

.img_spcr {
	margin-bottom: 5px;
}
