
body {
  text-align: center;
  background: #FDF7EC url('images/bg1.jpg') top center no-repeat fixed;
  margin:10px 0; 
  padding:0;
}
a:link {color: #0F5B7F; background: inherit;  text-decoration:none; }
a:visited {color: #0F5B7F; text-decoration:none;}
a:active {color: #FF6600; background: inherit;	text-decoration: none; }
a:hover {color: #FF6600; background: inherit;	text-decoration: underline; }


#all {
  text-align: left;
  margin-left: auto; 
  margin-right: auto;
  width: 860px;
  background: #FFFFFF url('images/bgall.jpg') top right repeat-y;
  border: 1px solid #5B0902;
}

#header {
  height: 120px;
  background: #FFFFFF url('images/header.jpg') top right no-repeat;
  clear: both;
}

#header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #975614;
}

#header h2 {
  margin: 0px;
  padding-left:15px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #DC7D1D;
}

#menu {
  height:40px;
  background: #FFFFFF url('images/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  background: #f7ecda ;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu ul li { display: inline; }

#menu ul li a
{
  padding: 5px 20px 5px 15px;
  background: #f7ecda;
  color: #975614;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu ul li a:hover
{
  background: #FF6600 ;
  text-decoration: underline;
  color: #FFFFFF;
}

#content {
  margin: 10px 15px 0px 15px;
  clear:both;
}

#side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #975614;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}

#side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#main {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#main h1, #main h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #975614;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#main p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#footer {
  height: 60px;
  background-color: #f7ecda;
  clear: both;
}

#footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #975614;
  letter-spacing:1px;
}

#whitespace {
  height:25px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}


blockquote {
  color: #666666;
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
  background: transparent url(images/quoleft.png) left top no-repeat;
}
blockquote div {
  color: #666666;
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
  padding: 0 48px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
}

.demo2imgl {
	border: thin solid Black;
	float: left;
	margin: 10px ;
}

.smallbox {

width: 70%;

}

.floatright {

float:right;

}

.floatleft {

float : left;

}

.clearboth {
clear:both;
}
