body
{
	text-align: center;
	background-color: #000000;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#container #header {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
}



h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	letter-spacing: 0.1px;
	font-weight: normal;
	display: block;
	margin-top: 12px;
	width: 300px;
	color: #F7434B;
	line-height: normal;
	margin-bottom: 12px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 2px;
	font-weight: bold;
}
#container {
	width: 720px;
	text-align: left;
	height: 820px;
	margin-top:15px;
	color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	
}
#container #main_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	width: 720px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#container #main_nav ol {
	height: auto;
	width: auto;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
}
#container #main_content_index #services ol {
	list-style-position: inside;
	list-style-image: url(images/littlestar.png);
}
#container #main_content_index #services li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
#container #main_content_index #services {
	width: 290px;
	height: 165px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: -10px;
	background-image: url(images/servicesback2.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#container #main_content_index #design img {
	position: relative;
	top: -2px;
	height: 216px;
	width: 266px;
}

#container #main_content_index #design {
	height: 430px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.4em;
}


#container #main_nav li {
	float: left;
	line-height: 1.1em;
	font-size: 18px;
	padding-right: 2px;
	padding-left: 2px;
}



#container #main_content_index {
	width: 720px;
	float: left;
	height: 435px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#container #main_content_index #design #services h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	letter-spacing: 0.1px;
	font-weight: normal;
	display: block;
	width: 300px;
	color: #F7434B;
	line-height: normal;
}

#container #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	width: 720px;
	text-align: center;
	height: 22px;
	padding: 0px;
	float: left;
	margin: 0px;
	clear: left;
}
#container #spacer {
	width: 100%;
	clear: both;
	float: left;
	height: 100px;
}


#container #footer a {
	text-decoration: none;
	color: #CCCCCC;
	width: auto;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#container #footer a:hover{
	text-decoration: none;
	color: #99FF00;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7434B;
	margin-bottom: 2px;
}
#container #middle {
	height: auto;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
}
#container #middle h2 {
	display: inline;
	font-size: larger;
	color: #99FF00;
}
#container #middle a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Navigation list rollovers */




/* #################################  This is the tootip CSS ################################ */

/*This bit makes the popups work in ie5.5*/
#container #main_content_index a:hover	{

	color: #f00;
	text-indent: 0; 

}
/*#################*/

#container #main_content_index a.info{
	position:relative;
	z-index:24;
	color:#CCCCCC;
	text-decoration:none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99FF00;
}

#container #main_content_index a.info:hover{
	z-index:25;
	color: #F7434B;
}

#container #main_content_index a.info span{display: none}

#container #main_content_index a.info:hover span{
	display:block;
	position:absolute;
	top:3em;
	left:3em;
	width:300px;
	border:1px solid #99FF00;
	background-color:#666666;
	color:#FFFFFF;
	text-align: left;
	padding: 10px;
	font-size: 12px;
}
/*############################# end of css tooltips ######################################*/

/* #################################  This is the tootip CSS ################################ */

/*This bit makes the popups work in ie5.5*/
#container #main_content_index #services a:hover	{
	text-indent: 0; 

}
/*#################*/

#container #main_content_index #services a.serviceinfo{
	position:relative;
	z-index:24;
	text-decoration:none;
	color: #99FF00;
	font-size: 10px;
}

#container #main_content_index #services a.serviceinfo:hover{
	z-index:25;
	color: #F7434B;
}

#container #main_content_index #services a.serviceinfo span{display: none}

#container #main_content_index #services a.serviceinfo:hover span{
	display:block;
	position:absolute;
	top:3em;
	left:1.7em;
	width:300px;
	background-color:#666666;
	color:#FFFFFF;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	border: thin solid #99FF00;
	height: auto;
}
#container #main_content_index #design #layoutimg {
	float: right;
	height: 162px;
	width: 200px;
	margin: 8px;
	position: relative;
}

#container #middle #formcontact {
	float: right;
	height: 125px;
	width: 290px;
	margin-right: 0px;
	background-image: url(images/contactback.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-left: 12px;
	position: relative;
	top: 8px;
	padding-right: 5px;
}
#container #middle #formcontact a {
	text-decoration: none;
	color: #99FF00;
}

#container #middle #formcontact h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	letter-spacing: 0.1px;
	font-weight: normal;
	display: block;
	width: 300px;
	color: #F7434B;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#container #middle #formcontact a:hover{
	text-decoration: none;
	color: #F7434B;
}
#container #main_nav li {
	text-decoration: none;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
}
#container #main_nav a {
	color: #CCCCCC;
	text-decoration: none;
}
#container #main_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B7FF4A;
	border-bottom-color: #99FF00;
}
