
/* Style for all bodies. */
/***** Global Settings *****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

body {
font:90%/1.25 arial, helvetica, sans-serif;
background:black;
color: silver;
text-align: center;
}


#container
{
   width: 792px;
   position: relative;
   background-color: black;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
/* Header */
h1 {
   text-indent: -9999px;
   width: 792px;
   height: 97px;
   background: url(../images/pattyswelt1.gif) no-repeat; 
   position: relative;
   text-align: center;
  
   padding: 0;
}

h2 {
	clear:both;
	margin: 0.7em;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.3;
	color: white;
}

h3 {
	clear:both;
	
	margin:0.5em ;
	font-weight:bold;
	font-size:1em;
}

/*
=Navigation
*/
#nav {
	margin-left: 5px;
	
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background: black;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0px;
	margin-top:1px;
	margin-bottom: 10px;
	padding:0 16px;
	border:1px solid #333;
	color:#fff;
	background:#424141;
	font:bold 0.9em/1.5em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
#nav a:hover,
#nav a:focus,
#nav a:active {background:#808080 }
#nav .sel a {background: #808080}
#nav .sel a:focus, #nav .sel a:hover{background:silver}


#left {
	width: 150px;
	float: left;
	padding-top: 15px;
}




#content {
	width: 600px;
	float: left;
	padding-top: 15px;
	text-align: center;
	overflow : hidden; _height : 1%; 
}


.image {vertical-align:bottom; float:left; margin:0 auto;; border-width: 1px; border: 1px solid;}
a:link .image { border-color:silver; color: silver;}
a:visited .image { border-color: #808080; color:#808080;}
a:hover .image { border-color: #ffffff; color: #ffffff;}


#ted {clear:left;padding-top:35px;}

p {border-bottom:1px dotted #666;padding-bottom:15px;}

/* Custom link styles */
a:link,
a:visited {
	text-decoration: none;
	color: silver;
}


a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: white;
}

dl {float:left;text-align:center;}
dt,dd {width:300px;float:left;}
dt {margin-bottom:6em;}/* vertical space between the images */
dd {margin:179px 0 0 -300px;}
img {vertical-align:bottom;border:1px solid #333;;padding:1px;background:black;}
em {display:block;font-weight:bold;margin-bottom:5px;margin-top:5px;}
dl a:hover img,dl a:active img,dl a:focus img {background:#b2cde0;}



#footer {	
	margin: 0px auto;
	position: relative;
	background-color: black;
	border-top: 1px solid #F7F7F6;
	width: 792px;
	padding: 5px 0;
	text-align: center;
	clear: both;
}

#footer h2 {
	margin: 5px;
	
	font:bold 14pt/1.5em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color: white;
}

#footer h3 {
	margin: 5px;
	
	font:bold 10pt/1.5em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color: white;
}

#footer h2 a:visited, #footer h2 a:link{
	color: #b2cde0;
	text-decoration: none;
}

#footer h2 a:hover, #footer h2 a:focus{
	color: silver;
	text-decoration: none;
}

#footer h3 a:visited, #footer h3 a:link{
	color: #b2cde0;
	text-decoration: none;
}

#footer h3 a:hover, #footer h3 a:focus{
	color: silver;
	text-decoration: none;
}

#ads1 {
		margin: 1px;
		text-align: center;
}

#ads2 {
		padding-top: 5px;
		margin-top: 10px;
		text-align: center;
}


.imageleft {
	float: left;
	margin-right: 10px;
	background-color: #ffffff;
}	
