/*-------------------------------------------------
Page: style/possibility.css

basic thema of anypossiblity.com
- 3 base colors
dark bronw: #503e0e
light bronw: #d9ccaa
oat meal: #f3e9cf
-------------------------------------------------*/
body {
	margin: 0;
	padding: 10px;
	background:#f3e9cf;
}
a{
  color: #503e0e;
}
a:hover{
  color:#CC9966;
}

div.container{
  width: 780px;
  padding: 10px;
  background: #d9ccaa;
}

div.header{
  width:330px;
  height:50px;
  background: url(../images/logo.jpg) norepeat;
}
.rightalign{
  float: right;
}

div.content{
  background: #fff url(../images/browngradient_x.gif) repeat-x;
  padding: 5px;
  margin-bottom: 10px;
}
img{
  border:0px;
  padding:0px;
  margin:0px;
}

h1 {
  font-size: 24px;
	padding: 2px;
	color: #669900;

}
h2.subjectheader {/*header of each sectionrgb(208,64,15)*/
  background:url(../images/brownbullet.gif) repeat-y;
	font-size: 14px;
	padding-left: 20px;
	color:#503e0e;
}
div.footer{
  background: #f3e9cf;
  color: #503e0e;
  font-size: 10px;
  padding: 5px;
}
a img {	border: 0; }

.bgfam{
  background:url(../images/bg_fam.jpg) no-repeat;
  height: 400px;
}

/***************************************
 *------ Menu --------
****************************************/
.menu{
  font-weight: bold;
}
.menu ul{
  white-space: nowrap;
}
.menu li{
  display: inline; /*horizontal menu*/
  padding: 0px;
  margin: 0px;
}
.menu li li{
  display: inline; /*horizontal menu*/
}
.menu a{
  background-color: #f3e9cf; /*bottun  color*/
  color:#503e0e;
  border-left: 8px solid #503e0e;
  text-decoration: none;
  padding: 3px 12px;/*height x width */
}
.menu a:hover{
  background-color: #503e0e; /*bottun  color*/
  color:#f3e9cf;
  border-left: 8px solid #f3e9cf;
}
