@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #783714;
	text-decoration: none;
    outline: none;
	}

a:hover, visited {
	color: #be5c31;
	text-decoration: none;
	}
	
hr {
    border: none;
    background-color: #be5c31;
    height: 3px;
}

.wrapper {
	width: 1000px;
	height: auto;
	margin: 20px auto;
	border: 1px solid #231F20;
}

.header {
	background: url(site_images/smersh_logo.png) no-repeat left;
	width: 184px;
	height: 52px;
	padding: 0 0 10px 0;
	margin: 38px 0 0 30px;
}
#underline {
	background: url(site_images/logo_underline.png) no-repeat;
	width: 1000px;
	height: 20px;
	position: absolute bottom;
}

.content {
	margin: 50px auto;
	width: 950px;
}

.content p {
	font-size: 12px;
}

.footer {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #783714;
    font-size: 10px;
	border: none;
	margin: 250px 0 20px 0;
	width: inherit;
	text-align: center;
	}

.footer p {
	padding: 50px 0 0 0;
}
	
.footer p a:visited {
	color: #b85b5a;
	}
	
/* Headers */

h1 {
	font-size: 18px;
	color: #783714;
	text-align: left;
}

