/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CB7429;
	background-image: url(/images/keehn_Bkg_Sqr.gif);
	background-repeat:repeat;
	min-width:800px;
}

#wrapper {
	margin: 40px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* Header Styles */
#header {
	width: 800px;
	background-image: url(/images/keehn_Hdr_Bkg.gif);
	background-position:top center;
	height: 124px;
}

#topnav {
	font-size:1.4em;
	color:#610E47;
	height:21px;
	padding-left:29px;
	padding-top:80px;
	font:"Times New Roman", Times, serif;
}

#topnav a {
	color:#610E47;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	*padding-bottom:10px;
	height: 21px;
}

#topnav a:hover {
	color: #CB7429;
	text-decoration:underline;
}

.tophere {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	*padding-bottom:10px;
	color: #CB7429;
}

#myspace {
	padding-top:5px;
	padding-right:15px;
	text-align:right;	
}

#myspace a{
	color:#FFFFFF;
	text-decoration:none;
}

#myspace a:hover{
	color:#999999;
	text-decoration:underline;
}
/* End Header Styles */

/* Main Body Styles */
#content {
	margin-top:5px;
 	margin-bottom:35px;
	padding-top: 5px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:30px;
	float:right;
	background-color:#FFFFFF;
	width:480px;
}

#content p {
	padding-top:4px;
	padding-bottom:10px;
	font-size:1.1em;
	line-height:1.1em;
}

#content a{
	color:#610E47;
	text-decoration:none;
}

#content a:hover{
	color: #CB7429;
	text-decoration:underline;
}

h2 {
	padding:5px;
	font-size:1.7em;
	font-weight:normal;
}

h3 {
	padding:5px;
	font-size:1.5em;
	font-weight:normal;
}

h4 {
	padding:5px;
	font-size:1.3em;
	font-weight:normal;
}

h5 {
	padding:1px;
	font-size:1.1em;
	font-weight:normal;
}

#leftside {
	width:237px;
	float:left;
	padding-left:15px;
	padding-bottom: 15px;
	text-align:center;
}
/* Enmd Main Body Styles */

/* Footer Styles */
#footernav {
	width:800px;
	margin-top:8px;
	margin-bottom:10px;
	clear:both;
	text-align:center;
	color:#999999;
}

#footernav a{
	color:#898074;
	text-decoration:none;
}

#footernav a:hover{
	color:#000000;
	text-decoration:underline;
}
/* End Footer Styles */

/* Misc Styles */
#buybutton {
	font-family:"Times New Roman", Times, serif;
	font-size:2.1em;
	text-align:center;
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
}

#buybutton a {
	color: #CB7429;
	text-decoration:none;
}

#buybutton a:hover {
	color: #FF0000;
	text-decoration:none;
}

#purple {
	width: 370px;
	border:1px dashed #610E37;
	padding: 10px;
	margin-bottom:20px;
	color: #850C8C;
	font:"Times New Roman", Times, serif;
	font-size:1.25em;
	background-color: #E1D4DE;
}

.puprleattrib {
	font-style:italic;
	font-size:.75em;
	font-weight:bold;
	text-align:right;
	margin-left:115px;
}

#quote {
	border:2px dotted #A3C380;
	margin-bottom:10px;
	margin-top:35px;
	font-size:1.1em;
	height:116px;
}

#quote p{
	padding:16px;
}

.quoteattrib {
	font-style:italic;
	text-align:right;
	margin-left:250px;
}

.quoteimg {
	padding-top:-10px;
	padding-bottom:-10px;
	padding-right:-10px;
	padding-left:8px;
}

.small {
	font-size:.85em;
	font-style:italic;
}.realimg {
	padding-top: 5px;
	padding-bottom: 5px;
}
