/* @override http://dev.dyadcom.com/peterpennoyerarchitects/trunk/css/ppa.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

/* hide from ie on mac \*/
html {
    height: 100%;
}

#container {
	background: url(../img/altbg.jpg);
	height: 800px;
	margin: auto;
}
/* end hide */

body {
    height: 100%;
    margin: 0;
    padding: 0;
	background-repeat: no-repeat;
}
object {
    margin-bottom:-6px;
}
p {
	margin-bottom: 10px;
}

#border{
	border-top-style: double;
	border-bottom-style: double;
	padding: 25px;
	border-top-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
}

#stripe {
	position: relative;
	top:100px;
	padding:5px 0;
	background: url(../img/bg_k.png) 0 0 repeat;
}

span {
	text-transform: uppercase;
}

a {
	color: #a76d27;
}
