/*-------------------------------------------------
  "All About the Dogs" Weekend website CSS file
  Austen Furness - 1/15/2009
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	text-align:center;
	background: #dddcbd;
	color: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 90%;
	padding: 4px 0;
	margin: 0;
	
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2
{
	font: arial, 130%, bold;
	color: green;
}
h3
{
	font: arial, 110%, bold;
	text-decoration: Underline;
}
h4
{
	font: arial, 110%, bold;
	text-decoration: Underline;
}

/* Standard Paragraph */
p
{
	font: arial, 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	color:black;
}

p.tabbed
{
	font: arial, 100%;
	margin-left: 10px;
	margin-top: 0em;
	margin-bottom: 0em;
	color:black;
}

p.left
{
	font: arial, 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	color:black;
	text-align:left;
}

/* FAQ Answer */
ans
{
	font: arial, 100%;
	margin-left: 5px;
}


/* Links */
a:link, a:visited, a:active
{
	font-size: 100%;
	color: blue;
	text-decoration: underline;
}
a:hover
{
	font-size: 100%;
	color: green;
	text-decoration: underline;
}

a.norm:link, a.norm:visited, a.norm:active
{
	font-size: 100%;
	color: blue;
	text-decoration: underline;
}
a.norm:hover
{
	font-size: 100%;
	color: green;
	text-decoration: underline;
}

a.small:link, a.small:visited, a.small:active
{
	font-size: 80%;
	color: blue;
	text-decoration: underline;
}
a.small:hover
{
	font-size: 80%;
	color: green;
	text-decoration: underline;
}


/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: center;
	width: 800px;
	height: 190px;
	background: #dddcbd url(../images/Website_Header.png) no-repeat;
        text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 800px;
	background: #dddcbd;
	border-width: 0px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 580px;
	background: #dddcbd;
	border-width: 0px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	text-align: justify;
	text-justify: auto;
}

/*-------------------------------------------------
  Navigation List
-------------------------------------------------*/
#navigation
{
	width: 200px;
	background: #dddcbd;
	border-width: 0px;
	float: left;
	margin-left: 0;
}

#navigation ul 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li 
{
	background: none;
	margin: 0px;
}

#navigation li.current 
{

	background: #dddcbd url(../images/PawIndicator.gif) no-repeat;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 558px;
	background: #dddcbd;
	border-width: 0px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 242px;
}