﻿
* { margin: 0px; padding: 0px; }
p { padding-bottom: 10px; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; }
img { border: 0px; }
a { text-decoration: underline; color: #3333FF; }
a:hover { text-decoration: none; color: #000099; }
h1, h2, h3 { font-family: georgia, garamond, serif; }
h1 { padding-bottom:5px;
	margin-bottom:10px; 
	color: #7D5C0F;
	border-bottom: 1px dotted #3f7081;
}
h2 { padding-bottom:10px; }
h3 { padding-bottom:5px;
	color: #7D5C0F;
}
ul { padding-left: 60px;
     padding-bottom:20px;
     font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; 
}
li { padding-bottom:5px;
     font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; 
}
body {
	background: #f0f9fe;
	background-image: url(img/bg_page.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height:150px;
	background: #a11b1b;
	background-image: url(img/bg_header.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #050505;
}
#footer {
	clear:left;
	position:relative;
	top: 100px;
	left:0px;
	width: 1000px;
	height: 100px;
	text-align: center;
	white-space: normal;
	padding:10px 0px;
	margin-left: 30px;
	border-top: 1px solid #ececec;
}
#content {
	position: relative;
	left: 150px;
	width:500px;
	padding: 40px 20px 30px 20px;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	
	background: #fafafa;
	background-image: url(img/bg_txtbox.jpg);
	background-repeat: repeat-x;
	
	line-height: 1.3em;
}
#content p, a {
	margin-left: 20px; text-decoration: none;
}

.copy { 
	font-size:12px;
	text-transform: uppercase;
}
.logotxt {
	color:#fafafa;
	padding: 50px 0px 0px 50px;
	letter-spacing: 0.05em;
	border: 0px;
	text-transform: uppercase;
}
.slogan {
	text-transform: uppercase;
	font-size: 11px;
	color: #ececec;
	margin-left: 170px;
	font-weight: bold;
}
