
body {
	margin: 0;
	padding: 0;
	border-top:20px solid #F2EDEF;
	border-bottom:20px solid #F2EDEF;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #F2EDEF;
	}

img { border:0}

a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	width:750px;
	margin: auto auto;
	background: url(images/wrap-bg.gif) repeat-y 70% 0;
	}
	
#menu {
	float: left;
	width:100%;
}

#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear: both;
	background: #F2EDEF url(images/footer-bg.gif) repeat-x bottom left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(images/content-bg.gif) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	border: 0;
	padding: 20px 25px 20px 25px;
	margin:0;
	background: #fff url(images/header-bg.gif) repeat-x 0 0;
	}
#header h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #374C0E;
	}

#header a {
	position: relative;
	margin: 0;
	padding: 76px 0px 0px 0px;
	border:0;
	overflow: hidden;
	display:block;
	text-decoration: none; 
	background: url(images/daisy-logo.gif) no-repeat top left;
	width:150px;
	height: 0px !important;height /**/:76px;/* for ie5.x */
}
/* message row */

#menu {
	margin: 0; 
	padding: 12px 0 12px 0;
	font-size: 95%;
	color: #5B6C6C;
	font-weight: bold;
	background: #99CCFF;
	}

#menu ul{
    margin: 0;
    padding: 0 25px 0 25px;
	border: 0;
	color: #5B6C6C;
	background: #99CCFF;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: inline;

	}

#menu a {
	float: left;
	display: block;
	margin: 0;
    padding: 0 11px 0 21px;
	color: #5B6C6C;
	font-weight: bold;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background: transparent url(images/daisy-bullet.gif) no-repeat 0 3px;
}

#menu #home {
	background: transparent;
}

/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #6A6E70;
	font-weight: normal;
	}
#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 120%;
	color: #6A6E70;
	font-weight: strong;
	}
#content p strong{
	display:block;
	padding: 25px 20px 20px 25px;
	font-weight:bold;
}
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #6A6E70;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(images/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(images/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #6A6E70;
	background: url(images/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: transparent url(images/daisy-bullet-blue.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 25px 25px 25px 60px;
	font-size: 85%;
	color: #333; 
	background: transparent url(images/daisy-icon.gif) no-repeat 25px 20px;
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

/* Table code */
table {
  	width: 460px;
  	position: relative;
  	border: 1px solid #b5b5b5;
  	background: #fff;
	margin-bottom:20px;
  	}
table caption {
  	margin: 0;
  	padding: 4px 10px;
  	text-align: left;
  	border-bottom: none;
 	background: #fff;
  	}
table th, table td {
  	margin: 0;
  	padding: 4px 10px;
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
  	}
table th {
  	color: #999;
  	}
table .name {
  	text-align: left;
  	}
table tr {
  	background: #e6e6e6;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}
table td a {
  	display: block;
  	font-weight: bold;
  	}