@charset "UTF-8";
/* CSS Document */

html,body {
   margin: 0 auto;
   padding:0;
   height:100%;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
}
#container {
   min-height:100%;
   position:relative;
   margin: 0 auto;
}
#header {
   background:#f2bc00;
}
#body {
   width: 900px;
   margin: 0 auto;
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
}

.footer_text1 {
	color: #FFF;
}

.services_text1 {
	color: #FFF;
}

.services_text2 {
	color:#666;
	font-size:15px;
}

.services_text3 {
	color: #FFF;
	font-size:15px;
}

.form_text1 {
	color:#F00;
}

.text_form_error {
	color:#F00;
}

a:link {
	text-decoration:underline;
	color:#999;
}
a:visited {
	text-decoration:underline;
	color:#999;
}
a:hover {
	text-decoration:underline;
	color:#f2bc00;
}
a:active {
	text-decoration:underline;
	color:#999;
}


