body {
	background-color: #FFFFFF;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#template {
	width: 780px;
	height: auto;
}

#header {
	background-image: url(images/image_01.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 209px;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#col {
	background: url(images/image_04.jpg) repeat-y left;
	width: 780px;
}

#side_1 {
	float: left;
	width: 199px;
	min-height: 449px;
	padding-bottom: 69px;
	background-repeat: no-repeat;
}

#side_2 {
	background: url(images/image_05.jpg) no-repeat left bottom;
}

#content_1 {
	text-align: left;
	float: right;
	width: 556px;
	min-height: 520px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
}

#content_2 {
	float: right;
	width: 556px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 10px;
}

.counter {
	font-weight: bold;
	font-size: 10px;
	color: #555555;
	margin-right: 5px;
}

.copyright {
	font-weight: bold;
	font-size: 11px;
	color: #444444;
}

.development {
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}

a.xfsproject {
	font-weight: bold;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}

a.xfsproject:hover, a.xfsproject:active {
	color: #555555;
}

#link_css {
	background-image: url(images/w3c_css_1.gif);
	background-repeat: no-repeat;

	float: right;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-right: 5px;

	width: 82px;
	height: 16px;
}

#link_css:hover, #link_css:active {
	background-image: url(images/w3c_css_2.gif);
}

#link_html {
	background-image: url(images/w3c_html_1.gif);
	background-repeat: no-repeat;

	float: right;
	margin-top: 4px;
	margin-bottom: 8px;

	width: 82px;
	height: 16px;
}

#link_html:hover, #link_html:active {
	background-image: url(images/w3c_html_2.gif);
}

/*****[ CONTACT ]******/

input.submit_contact {
	border: 1px outset #000000;
	background: #DDDDDD;
}

input.submit_contact:hover {
	border: 1px outset #000000;
	background: #EEEEEE;
}

input.fields_contact,
select.fields_contact,
textarea.fields_contact
{ 
	color: #000000;
	font-size: 12px;
	padding : 4px;
	border : 1px solid #EC871D;
	background-color : #F9F9F9;
}

textarea.fields_contact
{ 
	font-size: 14px;
}

input.fields_contact:hover, input.fields_contact:focus,
select.fields_contact:hover, select.fields_contact:focus,
textarea.fields_contact:hover, textarea.fields_contact:focus
{
	color: #000000;
	padding : 4px;
	border : 1px solid #A65705;
	background-color : #FFFFFF;
}

.contact_title {
	font-size: 13px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

.contact_obligatory {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #888888;
}

.contact_input {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #444444;
}

.contact_ok {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #008800;
}

.contact_error {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

