@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color:#666666
}

img {
	border: 0 none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 15px;
	color: #333333;
}

h1 {
	font-family: Museo-300;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #998A8F;
	text-align: right;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin-bottom: 8px;
}

#wrapper {
	width: 1011px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}


#header {
	width: 1011px;
	height: 290px;
	background-image: url(../images/culp2013_header.png);
	background-repeat: no-repeat;
	float: left;
}


#menu {
	width: 650px;
	height: 30px;
	float: right;
	margin-top: 58px;
}

#headlines {
	width: 600px;
	float: right;
	margin-right: 55px;
	margin-top: 100px;
}


#culpmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#culpmenu li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 1px 0 0;
	display: inline;
	font-family: Museo-300;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

#culpmenu a {
	float: left;
	padding: 0 15px;
	color: #998A8F;
	text-decoration: none;
}

#culpmenu a:hover {
	color: #EE081A !important;
}


#culpcontent {
	width: 896px;
	background-image: url(../images/culp2013_repeat.png);
	background-repeat: repeat-y;
	float: left;
	padding-right: 55px;
	padding-left: 55px;
}
hr {
	color: #FFCC33;
	margin-top: 10px;
	background-color: #FFCC33;
	background: #FFCC33;
	clear: both;
	float: none;
	height: 1px;
	border: none;
}


#footer {
	clear: both;
	width: 1011px;
	height: 60px;
	background-image: url(../images/culp2013_footer2.png);
	background-repeat: no-repeat;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 37px;
	color: #806147;
}
#wrapper #culpcontent #image {
	float: left;
	padding-right: 25px;
}
