/*
 * CSS
 * 
 * @version 1.0
 */

body {
	font-size: 12px;
	font-family: Garamond, "Times New Roman", serif;
	background: #fff;
	margin:0px;
	padding:0px;
	background:gray;
    background-image: url(http://www.dogchirp.com/images/bgold.jpg); 
	background-repeat: repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #5E5E5E; }
a:active { text-decoration: none; color: #458B00; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: underline; }

a img { border: none; }

.centered {
	margin-left:auto;
	margin-right:auto;
}

#logo {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	top:0px;
}

#wrapper { /* bounding box for the whole page */ 
	z-index:0;
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 0px; 
	width:950px;
	border:0px;
	background-color:white;
}

#menu {
	z-index:2;
	position: absolute;
	left:2px;
	top:0;
	bottom:0;
	height:100%;
	width: 244px;
	background-color:white;
}

#bg {
	width:1px;
}

#content {
	z-index:1;
	position: absolute;
	width: 704px;
	left: 245px;
	top: 0;
	background-color:white;
}

.menucontainer {
	left:2px;
	width:242px;
	margin-left:-30px;
	margin-right: 0px;
}

.container {
	vertical-align:top;
	margin-left:45px;
	width:601px;
}

#content p { width: 400px; margin-bottom: 9px; }

#menu ul {
	list-style: none;
}

#menu ul li p {
}

#menu ul ul.section-title { 
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }