body {
	font: 13px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #515151;
}

sup {
	font-size: 75%;
	font-weight: bold;
	color: #000;
	top: -5px;
	position: relative;
}

a:focus {
	outline: 1px dotted
}

a{
	color: #cacaca;
	/*border-bottom: 1px solid #515151;*/
	text-decoration: none;
}

#menu a:hover, .language a:hover {
	color: #919191;
	border-bottom: 1px solid #919191;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}

h1 {
	font-size: 25px
}

h2 {
	font-size: 23px
}

h3 {
	font-size: 21px
}

h4 {
	font-size: 19px
}

h5 {
	font-size: 17px
}

h6 {
	font-size: 15px
}

ol {
	list-style: decimal
}

ul {
	list-style: disc
}

li {
	margin-left: 30px
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 10px
}

h4, h6 {
	margin-bottom: 0px;
}

#content {
	/*display: none;*/
}

.grid_4 img {
	margin-bottom: 25px;
	padding: 25px 25px 50px 25px;
	border: 1px solid #cacaca;
}

.fade {
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;}
	
	
.carpet {
		
		text-align: center;
		padding: 600px 0 250px 0;
		background: url(../_images/carpet.jpg) repeat-x;
		width: 100%;
		bottom: 0;
		left: 0;
		position: relative;
		color: #919191;
}

#header {
	margin: 125px 0 50px 10px;
}

#menu {
	padding: 10px 0;
	background-color: #f8f8f8;
	margin-bottom: 50px;
}

#menu li {
	color: #cacaca;
	margin: 0 10px 0 10px;
	list-style: none;
	display: inline;
}

.seperator {
	width: 100%;
	margin: 40px 0;
	border-bottom: 1px dashed ;
	border-color: #cacaca;
}

.language {
	padding: 10px 0 10px 10px;
}

.right {
	float: right;
	text-align: right;
}