/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
body{
background: url(backyan01 copy.jpg);
text-align: center;
font: 11px arial, sans-serif;
color: #fff;
topmargin : 0;
leftmargin= 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%;
scrollbar-arrow-color: #00FFFF;
scrollbar-3dlight-color: #CCFFFF;
scrollbar-highlight-color: #00FFFF;
scrollbar-face-color: #CCFFFF;
scrollbar-shadow-color: #00FFFF;
scrollbar-darkshadow-color: #CCFFFF;
scrollbar-track-color: #CCFFFF;
  } 

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}



/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
  position: relative;
}


/** Header **/
h1 {
  color: #FDE7C2;
  border: 1px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

#search {
  width: 148px;
  background: #E8E7DA url(images/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 558px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/


#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 298px;
  background: url(images/pic_1.jpg) no-repeat;
}
#nav ul {
  background: bottom right #4040FF url(images/nav_bot.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(images/dots.jpg) repeat-x;
}
#nav a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #4040FF;
  padding-right: 8px;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(images/body_bottom_right.jpg) no-repeat;
  width: 462px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  margin-top: 14px;
  padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(images/bogy_top_right.jpg) no-repeat;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}

h2 {
  font: italic 22px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
}


img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 30px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 30px;
	padding-left: 10px;
}
a.dock-item {
	display: block;
	width: 20px;
	color: #fff;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 20px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 10px;
}


