body {
	font-family: "Trebuchet MS",Arial,Sans-Serif;
	font-size: 12px;
	background-color: #fff;
}

h1, h1 a, h1 a:hover {
	text-decoration: none;
	font-size: 1.9em;
}

h2 {
	font-size: 1.6em;	
}

#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#header h1 {
	margin-bottom: 0px;
}

#header .subtitle {
	margin-top: 0px;
	margin-bottom: 0px;
}

#header #boxRight {
	text-align: right;
}

#header .large {
	margin-top: 28px;
	margin-bottom: 0px;
}

#content {
	background: #ffffff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#boxLeftCommerce, #boxRightCommerce {
	text-align: center;	
}

#boxLeft {
	width: 353px;
	float: left;
}

#boxRight {
	width: 353px;
	float: right;
}

#boxLeftCommerce {
	width: 275px;
	float: left;
	padding: 30px;
	background: url(images/yellowbox.gif) no-repeat;
	background-position: 30px 18px;
}

#boxRightCommerce {
	width: 275px;
	float: right;
	padding: 30px;
	background: url(images/yellowbox.gif) no-repeat;
	background-position: 30px 18px;
}

#boxLeftCommerce p {
	margin: 0px;
}

#boxRightCommerce p {
	margin: 0px;
}

#footer {
	text-align: center;
}

.large {
	font-size: 2.1em;
}

.medium {
	font-size: 1.6em;
}

.subtitle {
	font-size: 1.4em;
}

.sub {
	font-size: 0.8em;
}

.blue {
	color: #2c58c2;
}

.yellow {
	color: #ffcd07;
}

.magenta {
	color: #ff00ff;
}