@charset "utf-8";
/* CSS Document */


body {
	background-image:url(images/back1.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px;
	font-family: 'Nobile',Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header {
	margin: auto;
	width: 870px;

}

.left {
	float: left;
	width: 240px;
}

.right {
	float: right; 
}

.right2 {
	float: left;
	width: 580px;
	height: 200px;
	background-image:url(images/cam.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-top: 15px;
}

#content {
	margin: auto;
	width: 870px;
	height: 100px;
	background-image:url(images/menu.jpg);
	background-position:left;
	background-repeat:no-repeat;
}



#content2 {
	margin: auto;
	width: 840px; 
}



.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	height:27px;
	background:url(images/button.jpg) no-repeat right top; 
	padding-right:9px; 
	display:inline-block;
	text-decoration:none; 
	font-size:16px;
	margin-right: 3px;
	color: #000;
}

.round ins { 
	background:url(images/button.jpg) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left:11px;
	text-decoration:none; 
	font-size:16px; 
	color: #000;
}

	a.round:hover {background-position:right -154px; text-decoration:none; color: #fff; text-shadow: 1px 1px 2px #fff; font-size:16px;}
	a.round:hover ins {background-position:left -154px; text-decoration:none; color: #fff; text-shadow: 1px 1px 2px #000; font-size:16px;}
	
#men {
	float: left;
	display: block;
	margin: auto;
	margin-left: 115px;
	margin-top: 35px;
	text-decoration:none;
	margin-bottom: 12px;
	text-shadow: 2px 2px 2px #fff;
}

#footer {
	margin: auto;
	width: 870px;
	text-align:center;
}


a {
	color: #F00;
	 text-decoration:none;  }

a:link {
	color: #F00;}

a:visited {
	color: #F00;}

a:hover {
	color: #F00;
	text-decoration:none;}
	
	#languages {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 110px;
}

h1 {
	font-size:30px;
	line-height:31px;
}
