*{
	margin: 0px;
	padding: 0px;
}

body{
	background: white;
	font-family: verdana;
	size: 12px;
	color: lightgrey;
}

header, nav, section, article, aside, footer, hgroup{
	display: block;
}

h1{
	font: bold 20px verdana;
}

ol{
	list-style-type: none;
}

a:link{
	color: #55141C;
	text-decoration: none;
}

a:visited{
	color: #55141C;
	text-decoration: none;
}

a:hover{
	color: #D1AF65;
	text-decoration: none;
}

a:active{
	color: #55141C;
	text-decoration: none;
}

#wrapper{
	margin: 0px auto;
	width: 800px;
	position: relative;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	text-align: left;
	color: black;
}

#nav{
	color: white;
	border: 0px solid #333;
	size: 40px;
	height: 33px;
	text-align: center;
	background-color: #55141C;
}

#products{
	border-left: 1px solid #333;
}

#company{
	border-left: 1px solid #333;
}

#services{
	border-left: 1px solid #333;
}
	
#contact{
	border-left: 1px solid #333;
}

#a1{
	border: 1px solid #333;
	margin: 15px;
	color: black;
	padding: 10px;
}

#a2 {
	border: 1px solid #333;
	margin: 15px;
	color: black;
	padding: 10px;
}

#a3 {
	border: 1px solid #333;
	margin: 15px;
	color: black;
	padding: 10px;
}

#a4{
	border: 1px solid #333;
	text-align: center;
	margin: 15px;
	padding: 10px;
	color: black;
}

#a5{
	text-align: left;
	size: 20px;
}

#thumb{
	border-bottom: 1px solid #333;
	color: #55141C;
}

#ex{
	color: #55141C;
}

#company_text{
	border-bottom: 1px solid grey;
	size: 10px;
	color: grey;
}

#company_img{
	border: 4px solid #55141C;
}

#ex1{
	color: #55141C;
	border-bottom: 1px solid white;
}

#pic{
	border: 5px solid #55141C;
}

#big_pic{
	position: relative;
	text-align: center;
}

#texts{
	text-align: center;
}

#colorFix{
	color: #55141C;
}