/** CSS for ArdbraeKennels
Creator: Sean|Orbell
Site: www.seanorbell.com
**/

	
body 
{
margin: 0 auto;
background-color:#795e31;
width:800px;
}

a.linkText:link
{
color:#000000;
}

p 
{
text-indent: 1em;
text-align:left;
font-family:"Palatino Linotype", Palatino, Georgia, serif;
font-size:16px;
font-weight:400;
color:#000000;
}

h1
{
font-family:"Palatino Linotype", Palatino, Georgia, serif;
color:#000000;
}

h2
{
font-family:"Palatino Linotype", Palatino, Georgia, serif;
color:#000000;
}

h3
{
font-family:"Palatino Linotype", Palatino, Georgia, serif;
color:#000000;
}
	

div#header 
{
margin-top:3em;
text-align: center;
}
		


/** Menu Area**/





#menu
{
padding: 0;
width: 800px;
height: 200px;
display:inline;
float:left;
}

#navlist li
{
display:inline;
list-style-type: none;
text-decoration:none;
color:#795e31;
}
	

	
div#content 
{
}
		
div#center 
{
width:475px;
margin-top:3em;
clear:both;
}

div#center_tol
{
width:550px;
margin-top:3em;
clear:both;
}
	
div#FrogJS
{
width:900px;
height:385px;
}			

.left
{
float:left;
border-style:none;
margin-right:2em;
padding-bottom:4em;
margin-top:1em;
}


div#right 
{
margin-top:-40em;
float: right;
width: 325px;
margin-right:-3em;
border-top:medium #222222;
border-top-style:solid;
border-bottom:medium #222222;
border-bottom-style:solid;
border-left:medium #222222;
border-left:solid;
border-right:medium #222222;
border-right:solid;
padding-left:1em;
padding-right:1em;
}
				


#footer
{
margin: 0 auto;
width:800px;
}
		
		

