body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	background: #D2D2D2;
	line-height: 1.3em;
	margin: 0;
}

/*************************
Layout
*************************/

#container {
	width: 800px;
	margin: 0 auto;
	background: #ffffff url(Images/default_bg.gif) repeat-y;
}

#wrapper {
	margin: 0 10px;
}

/*************************
Header
*************************/

#header {
	
}


/*************************
Content
*************************/

#content {
	padding: 20px;
	width: 700px;
}

/*************************
Footer
*************************/

#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 27px;
}

#footer p {
	padding: 5px 0 0 10px;
	margin: 0;
	color: #fff;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
	font-family: verdana;
	font-size: 25px;
	color: #BB0509;
	text-align: center;
}

h2 {
	line-height: 1.2em;
}

h3 {
	line-height: 1.2em;
	font-family: verdana;
	font-size: 15px;
}

li {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.highlight {
	background: yellow;
}

.bold_highlight {
	font-weight: bold;
	background: yellow;
}

.red {
	color: #cc0000;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_26px {
	font-size: 26px;
}

.spacer {
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}


/*************************
Testimonials
*************************/

.testimonial_yellow {
	background: #FFFFDE;
	border: 1px solid #FFEC8A;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}

.testimonial_blue{
	background: #EAF0FF;
	border: 1px solid #B7C9FF;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}


/* CSS Document */


