body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	background: #000000 url(images/bg.jpg) repeat-x;
	line-height: 20pt;
	margin: 0;
}

/*************************
Layout
*************************/

#container {
	width: 861px;
	margin: 20px auto;
}

/*************************
Header
*************************/

#top_nav, #top_nav a {
	color: #fff;
	text-decoration: none;
}

#header {
	margin: 0;
	padding: 0;
}

/*************************
Content
*************************/

#content {
	padding: 0px 20px 20px 20px;
	margin: 0;
	border-left: 6px solid #000;
	border-right: 6px solid #000;
	background: #fff;
}

#content h1 {
	margin-top: 0;
}

/*************************
Footer
*************************/

#footer {

}

#btm_nav, #btm_nav a {
	color: #fff;
	text-decoration: none;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
}

h2 {
	line-height: 1.2em;
}

li {
	margin-bottom: 10px;
}

a {
	color: blue;
}

.tahoma {
	font-family: tahoma;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.highlight {
	background: yellow;
}

.red {
	color: #cc0000;
}

.blue {
	color: #000099;
}

.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;
}

.font_28px {
	font-size: 28px;
}

.font_30px {
	font-size: 30px;
}

.line-height {
	line-height: 1.3em;
}

.spacer {
	border-bottom: 1px solid #ccc;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/*************************
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;
}
