@charset "utf-8";
/* CSS Document */

body {
    background-image:url(../images/black-diamond-plate.png);
	background-attachment: fixed;
}

#logo {
	height: 400px;
	width: inherit;
}

#nav {
	height: 26px;
	width: 745px;
    position: relative;
}

.tab {
	height: inherit;
	width: inherit;
	float: left;
	padding: 5px 40px 5px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

a {
	display: block;
	text-decoration: none;
	color: #CCC;
}

.catagory {
	height: inherit;
	width: 800px;
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color:#F90;
}



.mainimage {
	height: inherit;
	width: inherit;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
}

.mainimage2 {
	height: inherit;
	width: 800px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	text-indent: 20px;
	color: #CCC;
}

#socialmenu {
	height: 100px;
	width: 800px;
	position: relative;
}

.icon {
	height:100px;
	width: 100px;
	float: left;
	margin: 0px 50px 0px 50px;
}


.break {
	height: 2px;
	width: 1000px;
	background-color: #666;
}

#footer {
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
}
