﻿* {margin: 0; padding: 0;}

#container {
	text-align: left;
	width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border:3px #FFF solid;
}

#masthead {
	display: block;
}

#content {
	width: 710px;
	margin-left: 20px;
}

#footer {
	display: block;
	text-align: center;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url('../images/bkgrnd.png');
	background-position: top center;
	background-repeat: repeat-y;
	/*background-image: url('../images/bkgrnd.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top center;
	background-attachment: fixed;*/

}

.huge_header {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}

.blue {
	color: navy;
}

.inset {
	width: 650px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.noborder {
	border: none;
}

ul {
	margin-left: 40px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	/*color: #720202;*/
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
}

#faq {
	border: 2px #570C0C solid;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#plans_include ul {
	margin-left: 40px;
}

.center {
	text-align: center;
}

.red {
	color: red;
}

.style1 {
	margin-left: 10px;
	margin-right: 10px;
}

.block_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.table_backoffice td {
	vertical-align: top;
}

