body {
	background:#fff url(../images/bg.jpg) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	text-align:center;
}

/* Layout */

#container {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#fff;
	border-right:1px solid #000;
	border-left:1px solid #000;
	text-align:left;
}

#header {
	margin:0;
	padding:0;
}

#content {
	padding:20px;
}

#footer {
	padding:20px;
	/*background:#D65744 url(../images/footer.jpg) center repeat-y;*/
	background:#000;
}
#yellowBox {
	background-color:#FFFFFF;
	
	
}
#yellowBox td {
	padding-top: 2em;
}

/* Links */

a:link, a:visited {
	text-decoration:underline;
	color:#0066CC;

}

a:hover {
	text-decoration:underline;
	color:#000;

}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
/* Typography */
h1 {
	font-size:18px;
	color:#CC0000;
	text-align:center;
}
h2 {
	font-size:14px;
	color:#000;
	text-align:center;
}
p {
	font-size:12px;
	color:#000;
	padding:4px 0;
	margin:0;
}
#yellowBox p {
	color:#000066;
	padding:10px 20px;
	
}
#footer p {
	font-size:12px;
	color:#fff;
	padding:4px 0;
	margin:0;
}
.Header_Products {
	font-size: 1.5em;
	font-weight: bold;
	color: #CC0000;
}
.Subheader_Products {
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
	margin: 1em 0.5em;
}
.Subheader_Products span {
	font-weight: normal;
	font-style: italic;
}
.Table_Grey-Border {
	border: 1px solid #CCCCCC;
}
.Box_Testimonial {
	font-size: 0.9em;
	color: #000099;
	background-color: #FFFFCC;
	border: 1px solid #000099;
	padding: 3px;
	width: 150px;
}
.Header_Section {	font-size: 1.5em;
	font-weight: bold;
	color: #CC0000;
}#downloadinfo {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	background-color: #FFFFCC;
	margin-top: 10px;
	padding: 12px;
	border: 2px solid #000000;
}
#downloadinfo a {
	font-size: 1.4em;
	font-weight: bold;
	color: #0000FF;
}
#downloadinfo a:hover {
	text-decoration: none;
}
#downloadinfo p {
	font-size: 1.2em;
}
ul.textlist-products {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 50%;
	margin-bottom: 20px;
}
ul.textlist-products li {
	list-style-type: none;
}
div.warning {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	background-color: #FFFFCC;
	border: 1px solid #CC9900;
	margin-top: 8px;
}
