@charset "UTF-8";
body {
	font-family: "Lucida Grande", Arial;
	background: #B8AF84 url(../images/background.gif) no-repeat fixed center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: 10px solid #a39b76;
	border-left: 10px solid #a39b76;
	text-align: left;
	background: #E7E7E7 url(../images/left-column-background.gif) no-repeat 10px 300px;
}

#topnav {
	background: #E1E1E1;
	font-size: 11px;
	height: 20px;
	clear: both;
}

#header {
	background: url(../images/logo-background.gif) repeat-y;
	height: 278px;
	position: relative;
	clear: both;
}

.logo {
	height: 118px;
	width: 302px;
	float: left;
}

#picture {
	background: #CCCCCC;
	height: 278px;
	width: 458px;
	float: right;
}

.caption {
	background: #909aac;
	position: absolute;
	top: 118px;
	left: 0px;
	height: 160px;
	width: 302px;
}

.caption p {
	padding: 15px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	line-height: 15px;
}

#left_column {
	float: left;
	width: 302px;
}

#content {
}

#left_column h2 {
	margin: 0px;
	padding: 0px;
	text-indent: -3000px;
}

#left_column h2 a {
	display: block;
	height: 100%;
	width: 100%;
}

#topnav ul, #left_column ul, #footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right_column {
	float: right;
	width: 418px;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	background: #FFFFFF;
}

#topnav a, #left_column a, #footer a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#topnav li {
	float: left;
	margin-right: 10px;
	line-height: 20px;
}

#topnav a {
	color: #666666;
}

#topnav ul {
	float: right;
}

#imagineit {
	background: url(../images/imagine-off.gif);
}
#doit {
	background: url(../images/do-it-off.gif);
}
#shareit {
	background: url(../images/share-it-off.gif);
}
#imagineit:hover {
	background: url(../images/imagine-over.gif);
}
#doit:hover {
	background: url(../images/do-it-over.gif);
}
#shareit:hover {
	background: url(../images/share-it-over.gif);
}

#footer {
	clear: both;
	background: #DDDDDD;
}

#left_column ul {
	padding: 20px;
}

#left_column ul li {
	font-size: 13px;
	border-bottom: 1px solid #CCCCCC;
}

#left_column ul li a {
	padding: 5px;
	display: block;
	font-size: 14px;
	color: #333333;
}

h1 {
	font-size: 18px;
	color: #98B092;
}

#blogit {
	background: url(../images/blog-it.gif) no-repeat center center;
}
#buyit {
	background: url(../images/buy-it.gif) no-repeat center center;
}
#referit {
	background: url(../images/refer-it.gif) no-repeat center center;
}

.roundbutton {
	height: 53px;
}

.subnav_title {
	height: 37px;
	width: 302px;
}

#planit-logo {
	background: url(../images/logo-planit-green.gif) no-repeat center center;
}
#categories {
	background: url(../images/categories-off.gif);
}
#archives {
	background: url(../images/archives-off.gif);
}
#search {
	background: url(../images/search-off.gif);
}
#categories:hover {
	background: url(../images/categories-over.gif);
}
#archives:hover {
	background: url(../images/archives-over.gif);
}
#search:hover {
	background: url(../images/search-over.gif);
}

