* {
  padding:0;
  margin:0;
}
body {
	background: yellow url(/cherchar/images/bg.png);
	font: 12pt 'bell mt', garamond, georgia;
}
#giantwrap {
	background: url(/cherchar/images/cvect.png) no-repeat top center;
	margin: 0px auto;
	width: 100%;
}
a:link, a:active, a:visited {
	color: #e81313;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
}
a img {
	border: 3px solid #e81313;
}
a:hover img {
	border: 3px solid #ff9900;
}
#wrap {
	background: url(/cherchar/images/yell.png);
	width: 950px;
	margin: auto;

}
#header {
	background: #ff6c00 url(/cherchar/images/chercharlo.png) -160px -130px no-repeat;
	height: 280px;
	text-align: center;
}
#header a img, #sidefix a img {
	border: none;
}
#main {
	background: url(/cherchar/images/brightlight.png);
	padding: 20px;
	width: 500px;
	margin-left: 50px;
	height: 1070px;
	border-top: 50px solid black;

}
.something {
	float: right;
	margin-top: 20px;
	font-size: 18pt;
}
	
#sidefix {
	float: right;
	width: 265px;
	padding: 15px;
	background: url(/cherchar/images/whitelight.png);
	clear: both;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 650px;
	margin-left: 155px;
	border-top: 50px solid black;
	border-bottom: 50px solid black;

}
#sidefix p {
	padding: 10px 20px;
}
#vector {
	background: url(/cherchar/images/cvect.png) no-repeat top center;
	width: 100%;
	height: 500px;
	margin-top: -280px;
}
#quality {
	background: url(/cherchar/images/whitelight.png);
	padding: 20px;
	width: 500px;
	margin: -410px 50px 30px 50px;
	height: 250px;
}
.logo {
	width: 265px;
	height: 265px;
	background: yellow;
	font-size: 33px;
}
.logo img {
	width: 265px;
	height: 265px;
}
hr {
	margin: 20px;
	clear: both;
}
/* nav */
	
	
	#nav {
  width: 100%;
  height: 40px;

}
#nav ul {
	color: #363636;
	list-style: none;
	margin: 0px 0px 0px 15px;	
	width: 600px;
}
#nav ul li {
	float: left;
	margin: 0;
     padding: 0;
}
#nav ul li a {
	display: block;
	width: 100px;
	margin: 0px 10px;
	padding-top: 10px;
	padding-bottom: 60px;
	height: 20px;	
	font-weight: bold;
	text-transform: lowercase;
 	text-decoration: none;
	color: #000;
	background: url(/cherchar/images/pointers/pointer1.png) no-repeat top center;
}

#nav ul li.ncurrent a {
	color: #e81313;
}


#nav li a:hover {
	background: url(/cherchar/images/pointers/pointer2.png) no-repeat top center;
	padding-top: 30px;

}
#nav #red a:hover, #preloader .red {
	background: url(/cherchar/images/pointers/pointerred.png) no-repeat top center;
}
#nav #orange a:hover, #preloader .orange {
	background: url(/cherchar/images/pointers/pointerorange.png) no-repeat top center;
}
#nav #yellow a:hover, #preloader .yellow {
	background: url(/cherchar/images/pointers/pointeryellow.png) no-repeat top center;
}
#nav #blue a:hover, #preloader .blue {
	background: url(/cherchar/images/pointers/pointerblue.png) no-repeat top center;
}
#nav #purple a:hover, #preloader .purple {
	background: url(/cherchar/images/pointers/pointerpurple.png) no-repeat top center;
}
#preloader {
	visibility: hidden;
	position: absolute;
}
hr {
	color: #c8c8c8;
	background-color: #c8c8c8;
	border: none;
	height: 1px;
}
h2 {
	margin-bottom: 10px;
}
.similarbox {
	width: 210px;
	padding: 15px;
	height: 275px;
	display: inline;
	float: left;
	text-align: center;
	margin: 5px 5px 8px 5px;
	background: white;
}
.similarbox p {
	height: 80px;
	color: black;
	padding: 1px;
	border-bottom: 1px dotted #fae717;
	text-align: left;
	margin-bottom: 5px;
}
.similarbox a img {
	width: 200px;
	height: 150px;
}




#footer {
	margin-top: 50px;
	background: #FAFAF7;
	height: 80px;
	padding: 25px 30px 0px;
}
.list {
	list-style: none;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
}
.list li {
	display: inline;
}
.list li a {
	text-decoration: none;
	color: #898989;
	margin-left: 15px;
}
.list li a:hover {
	color: #686868;
}
.quote, #post_title {
	text-align: center;
}
.quote i {
	color: #c1c1c1;
}
