/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
	margin 0px; 
	padding 0px; 
	border 0px; 
	list-style none; 
	font-size 100%; 
	font-weight normal;
}

img {
	border 0px:
}

body {
	background-color: #321C1C; 
	color: white;
	padding-bottom: 10px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#main {
	margin: 0px auto;
	padding: 142px 0px 160px 0px;
	width: 920px;
	background-image: url(../css/images/mainimage.jpg)
}

#pat {
	margin: 0px auto;
	padding: 142px 0px 160px 0px;
	width: 920px;
	background-image: url(../css/images/pat_mainimage.jpg)
}

#jeff {
	margin: 0px auto;
	padding: 142px 0px 160px 0px;
	width: 920px;
	background-image: url(../css/images/jeff_mainimage.jpg)
}

#nav {
	margin-left: 692px;
	padding: 0px;
	width: 150px;
	height: 239px;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	width: 660px;
	border: 1px solid #A5ADB0; 
	background-color: #181818;
}

p.nav {
    color: #A5ADB0; 
	font-family: verdana, helvetica, times new roman; 
	font-size: 12px; 
	padding: 0px;
	margin-bottom: 18px;
	text-align: center;
	border: 0px;
}

p.textmaintitle {
    color: #BD992B; 
	font-family: verdana, helvetica, times new roman; 
	font-weight: bold;
	font-size: 13px; 
	padding-top: 0px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 0px;
	text-align: justify;
}

p.textmain {
    color: #eeeeee; 
	font-family: verdana, helvetica, times new roman; 
	font-weight: bold;
	font-size: 12px; 
	padding-top: 5px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
	text-align: justify;
}

p.textmain2 {
    color: #eeeeee; 
	font-family: verdana, helvetica, times new roman; 
	font-weight: bold;
	font-size: 12px; 
	padding-bottom: 50px;
	text-align: center;
}

p.footer {
    color: #A5ADB0; 
	font-family: verdana, helvetica, times new roman; 
	font-size: 12px; 
	padding: 5px;
	text-align: center;
}

a:link {
    color: #eeeeee; 
	text-decoration: underline;
}

a:visited {
    color: #eeeeee; 
	text-decoration: underline;
}

a:hover {
    color: #adadad; 
	text-decoration: underline;
}



