body {
	background:#f6fae6 url(../images/bg-body.jpg) repeat-x;
	font:11px Verdana, Tahoma, sans-serif;
	color:#231f20;
	margin:25px 0 0 0;
}
.main {
	margin:0 auto;
	width:725px;
	overflow:hidden;
}
/*header*/
#header {
	position:relative;
	background:url(../images/bg-header.jpg) no-repeat;
	height:257px;
}
/*logo*/
#header strong a {
	position:absolute;
	top:63px;
	left:323px;
	width:210px;
	height:130px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .words {
	position:absolute;
	top:65px;
	left:37px;
	width:243px;
	height:28px;
	background:url(../images/words.jpg) no-repeat;
}
/*main-navigation*/
#header ul {
	position:absolute;
	top:112px;
	left:43px;
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	line-height:24px;
}
#header ul a {
	color:#7670b3;
	text-decoration:none;
}
#header ul a:hover {
	text-decoration:underline;
}
/*content-part*/
.columns-holder {
	width:665px;
	overflow:hidden;
	background:url(../images/bg-col-hol.png) repeat-y;
	padding:0 26px 0 20px;
	float:left;
}
.columns-holder-btm {
	float:left;
	width:711px;
	height:44px;
	background:url(../images/btm-col-hol.png) no-repeat;
}
/*title-box*/
.title-holder {
	text-align:center;
	padding:22px 40px 0;
}
.title-holder h1 {
	margin:0;
	font-size:16px;
	color:#7670b3;
	line-height:24px;
}
/*sidebar*/
#sidebar {
	width:181px;
	float:left;
	padding:20px 0 0 9px;
}
#sidebar h2.image {
	margin:0 0 7px;
	height:28px;
	overflow:hidden;
	background:url(../images/title-visit.gif) no-repeat;
}
#sidebar h2.image span {
	display:block;
	text-indent:-9999px;
}
/*navigation*/
#sidebar ul {
	margin:0;
	padding:0 0 0 13px;
	list-style:none;
	text-transform:uppercase;
	line-height:13px;
}
#sidebar ul li {
	padding:5px 0 4px;
}
#sidebar ul a {
	color:#dc9e3d;
	text-decoration:none;
}
#sidebar ul a span {
	display:block;
	padding-left:15px;
}
#sidebar ul a:hover {
	text-decoration:underline;
}
#sidebar ul a:hover span {
	text-decoration:underline;
}
/*text-box*/
#sidebar .text-box  {
	text-align:center;
	padding:24px 0 27px 5px;
}
#sidebar .text-box a.green {
	font-weight:bold;
	font-size:12px;
	color:#b2d335;
	text-decoration:none;
	line-height:14px;
}
#sidebar .text-box a.green:hover {
	text-decoration:underline;
}
#sidebar .text-box blockquote {
	margin:31px 10px 0;
	font-size:12px;
	color:#a891bd;
}
#sidebar .text-box blockquote q {
	font-style:italic;
}
#sidebar .text-box blockquote cite {
	font-style:normal;
	display:block;
}
/*blue-box*/
#sidebar .blue-box {
	width:167px;
	background:#6ab1cf;
	text-align:center;
	margin:0 0 20px 11px;
}
#sidebar .blue-box .blue-box-btm {
	background:url(../images/blue-box-btm.gif) no-repeat 0 100%;
	padding-bottom:10px;
}
#sidebar .blue-box .blue-box-top {
	width:157px;
	background:url(../images/blue-box-top.gif) no-repeat;
	padding:5px 5px 0;
}
#sidebar .blue-box a {
	color:#fff;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
}
#sidebar .blue-box a span {
	font-size:11px;
}
#sidebar .blue-box a:hover {
	text-decoration:underline;
}
/*pink-box*/
#sidebar .pink-box {
	text-align:center;
	background:url(../images/pink-box-bg.gif) repeat-y;
	width:173px;
	margin:0 0 19px 8px;
}
#sidebar .pink-box-btm {
	background:url(../images/pink-box-btm.gif) no-repeat 0 100%;
	padding-bottom:13px;
}
#sidebar .pink-box-top {
	background:url(../images/pink-box-top.gif) no-repeat;
	padding-top:13px;
}
#sidebar .pink-box strong {
	color:#ec008c;
	line-height:11px;
}
#sidebar .pink-box p {
	margin:3px 0 0 0;
	line-height:13px;
}
#sidebar .pink-box p.demo {
	margin:4px 0 0 0;
	line-height:13px;
	text-decoration:underline;
}
#sidebar .pink-box p a {
	color:#231f20;
}
#sidebar .pink-box p a:hover {
	text-decoration:none;
}
#sidebar .place-holder {
	width:171px;
	height:124px;
	margin-left:9px;
}
#sidebar .place-holder img {
	display:block;
}
/*content*/
#content {
	width:438px;
	float:right;
	padding:29px 0 0 0;
}
#content .boxes-holder {
	padding-bottom:2px;
	background:url(../images/box-border.gif) repeat-x 0 100%;
	width:414px;
}
/*box*/
#content .box {
	height:1%;
	width:413px;
	padding:9px 0 0 1px;
	overflow:hidden;
	background:url(../images/box-border.gif) repeat-x;
}
#content .box .img-holder {
	float:left;
	padding:0 13px 6px 0;
}
#content .box img {
	display:block;
}
#content .box p {
	margin:0;
}
#content .box a {
	color:#439a45;
}
#content .box a:hover {
	text-decoration:none;
}
.bottom-part {
	clear:both;
	padding:30px 0 0 0;
	width:100%;
}
.bottom-part p {
	margin:0;
	color:#b2d235;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
}
/*footer*/
#footer {
	width:725px;
	text-align:center;
	margin:0 auto;
	font-size:10px;
}
