body {
	background: #FFF url("images/bg.gif") top left repeat;
	text-align: center;
	color: #300;
	font-size: small;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	/* This would force scrollbars to be always present, which stops
	   the long pages from appearing to jump to the left when a
	   vertical scrollbar is required. Unfortunately it doesn't look
	   so great on pages where the scrollbar isn't needed. */
	/*overflow: scroll;*/
}

#header {
	float: left;
	background: #300 url("images/bg_header.gif") bottom repeat-x;
	width: 100%;
	line-height: normal;
	padding: 0;
}

#content {
	clear: both;
	position: relative;
	top: 0px;
	margin: auto;
	background: url("images/bg_container.gif") top left repeat-y;
	width: 730px;
	padding: 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

#footer {
	clear: both;
	background-color: #FFF;
	margin: auto;
	border-top: 1px dotted #300;
	padding: 5px;
	/* Workaround bug in IE to display with correct width */
	width: 720px !important;
	width: 730px;
}

#content .content_main {
	float: left;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 110%;
	/* Workaround bug in IE to display with correct width */
	width: 475px !important;
	width: 495px;
}

#content .content_right {
	float: right;
	clear: right;
	/* Ignore the width bug in IE for this section */
	width: 225px;
	padding: 30px 5px 5px 5px;
	text-align: center;
}

#content .content_clear {
	clear: both;
	width: 730px;
}

img {
	border: none;
}

a {
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #900;
	font-weight: normal;
	text-decoration: underline;
}

.menu {
	width: 730px;
	margin: auto;
}

.menu ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.menu a {
	float: left;
	background: url("images/tab_left.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #300;
	text-decoration: none;
	font-weight: bold;
	color: #300;
}

.menu a span {
	float: left;
	display: block;
	background: url("images/tab_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;

}
/* Hide from IE5-Mac\*/
.menu a span {float:none;}
/* End hide from IE5-Mac */

.menu a:visited {
	color: #300;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	background-position: 0% -150px;
	color: #300;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover span {
	background-position: 100% -150px;
}

.menu #active a {
	background-position: 0 -150px;
	border-width: 0px;
}

.menu #active a span {
	background-position: 100% -150px;
	padding-bottom: 5px;
}

form {
	max-width: 475px;
	text-align: left;
}

.formField {
	width: 300px;
	border: 1px solid #300;
}

/* Title images */
.t_sobo {
	height: 80px;
	background: url("images/t_sobo.gif") top left no-repeat;
}
.t_sobo h1 {
	display: none;
}
.t_handbag_philosophy {
	height: 25px;
	background: url("images/t_handbag_philosophy.gif") top left no-repeat;
}
.t_handbag_philosophy h1 {
	display: none;
}
