body {
	background: url(../images/homepage_01.jpg) repeat-x #9189FF;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.content {
	width: 900px;
	height: auto;
	margin: 0 auto;
	}

.maincontent {
	width: 900px;
	height: auto;
	margin-top: 16px;
	text-align: left;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	}

#imgthumbs {
	width: autopx;
	height: auto;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	float: right;
	}

/*======FAQ======*/

#q {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	width: 20px;
	height: auto;
	color: #FF0000;
	}

#question {
	font-style: italic;
	color: #FF0000;
	}

#a {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	width: 20px;
	height: auto;
	}

#answer {
	font-style: italic
	}

/*======Services======*/

.services {
	float: left;
	width: 400px;
	height: auto;
	}

#class {
	width: 300px;
	height: 30px;
	float: left;
	padding-top: 5px;
	font-weight: bold;
	}

#price {
	width: 75px;
	height: 30px;
	padding-top: 5px;
	float: right;
	color: #FF0000;
	font-weight: bold;
	}

.leftservices {
	float: left;
	width: 420px;
	height: auto;
	}

.rtservices {
	float: right;
	width: 420px;
	height: auto;
	}

/*======Footer======*/

#footer {
	width: 900px;
	height: auto;
	font-size: 10px;
	color: #C6C5CF;
	}

#footer a {
	color: #C6C5CF;
	}