html, body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color:#c5c5c5;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	font-size:12px;
	color:#000;
	padding-top:10px;
}

a {
	color:#530062;
}


#container {
	width:964px;
	margin:0 auto;
	background-color:#fff;
	padding:5px;
}

#header {
	width:964px;
	height:163px;
	background-image:url(images/header1.png);
}

#menu {
	width:227px;
	background:url(images/menu.png) no-repeat;
	border:1px solid #d8d4d4;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	float:left;
}

#menu li {
	list-style-type:none;
}

#menu a{
	font-size:16px;
	width:227px;
	float:left;
	margin-bottom:15px;
	text-decoration:none;
	color:#747576;
}


#menu a:hover {
	color:#2a6e92;
	text-decoration:underline;
}

#contact {
	width:227px;
	background:url(images/contact.png) no-repeat;
	border:1px solid #d8d4d4;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	clear: both;
}

.content_front {
	width:633px;
	background:url(images/content_front.png) no-repeat;
	border:1px solid #d8d4d4;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.menu_home a{
	width:194px;
	height:27px;
	float:left;
	background-image:url(images/menu_home.png);
}

.menu_home a:hover{
	background-image:url(images/menu_home_rl.png);
}

.menu_recent a{
	width:192px;
	height:27px;
	float:left;
	background-image:url(images/menu_recent.png);
}

.menu_recent a:hover{
	background-image:url(images/menu_recent_rl.png);
}

.menu_about a{
	width:192px;
	height:27px;
	float:left;
	background-image:url(images/menu_about.png);
}

.menu_about a:hover{
	background-image:url(images/menu_about_rl.png);
}

.menu_references a{
	width:192px;
	height:27px;
	float:left;
	background-image:url(images/menu_references.png);
}

.menu_references a:hover{
	background-image:url(images/menu_references_rl.png);
}

.menu_contact a{
	width:194px;
	height:27px;
	float:left;
	background-image:url(images/menu_contact.png);
}

.menu_contact a:hover{
	background-image:url(images/menu_contact_rl.png);
}

#right {
	width:271px;
	padding-left:10px;
	padding-right:8px;
	float:left;
}

#wrapper {
	width:964px;
}

#content {
	width:665px;
	float:right;
	padding-right:10px;
}

#content p {
	text-align:justify;
}

#footer {
	width:964px;
	height:41px;
	margin-top:10px;
	color:#fff;
	clear:both;
	background-image:url(images/footer.png);
}


.title_welcome {
	width:665px;
	height:26px;
	background-image:url(images/title_welcome.png);
}

.title_quick {
	width:665px;
	height:26px;
	background-image:url(images/title_quick.png);
}

	
#contact input.email {
	width: 150px;
	height: 20px;
	padding-top:4px;
	padding-left:6px;
	background: url(images/form.png) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6c6c;
	margin-bottom:10px;
}

