/***********************************************************************
Description:	The stylesheet of the MailExpress website
Project:	www.mailexpressinc.com
HTML:		Neal Gamradt
Graphics:	Matt Cabral
Created:	2008.05.20
Updated:	2008.05.20
***********************************************************************/


/* -------------------------------------
BEGIN: General Tag Methods
------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, FreeSans,sans-serif;
	font-size: 10px;
	background-color: #d2d3c5;
}

/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Structure Tags
------------------------------------- */

#wrapper {
	width: 947px;
	height: 664px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
}

#header {
	float: left;
	width: 947px;
	height: 139px;
}

#header img {
	float: left;
	border-style: none;
}

#content {
	float: left;
	width: 947px;
	height: 343px;
}

#content_left {
	float: left;
	width: 19px;
	height: 343px;
	background-image: url(../images/leftrail.png);
	background-repeat: no-repeat;
}

#content_center {
	float: left;
	width: 900px;
	height: 343px;
}

#content_right {
	float: left;
	width: 19px;
	height: 343px;
	background-image: url(../images/rightrail.png);
	background-repeat: no-repeat;
}

#footer {
	width: 947px;
	height: 104px;
	float: left;
}

#footer_left img {
	float: left;
	width: 329px;
	height: 104px;
	border-style: none;
}
#footer_mid img {
	float: left;
	width: 397px;
	height: 104px;
	border-style: none;
}
#footer_right img {
	float: left;
	width: 221px;
	height: 104px;
	border-style: none;
}
