body {
	background: url(../images/float_content.jpg) repeat-y;
	font: 12px verdana;
	margin: 0;
}

a img {
	border: 0;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#wrap {
	min-width: 1000px;
	max-width: 1300px;
}

#header {
	background: url(../images/top_content.jpg) no-repeat;
	color: #fff;
	font-size: 10px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header ul, #sidebar-right ul, #sidebar-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	float: left;
}

ul#header-top {
	float: right;
	height: 12px;
	margin: 18px 0 14px;
	width: 220px;
}

#header-top span {
	margin: 0 4px;
}

#header h1 {
	clear: both;
	margin: 0 0 8px 20px;
}

ul#header-bottom {
	background: url(../images/float_menu_content.jpg);
	height: 53px;
	margin-left: 20px;
	padding-top: 1px;
}

#sidebar-right {
	background: url(../images/dumy_image.jpg) no-repeat;
	float: right;
	margin-top: -151px;
	width: 220px;
}

#sidebar-right ul {
	background: url(../images/box_right.png) no-repeat;
	height: 202px;
	padding-top: 160px;
}

#sidebar-right ul a {
	border-bottom: 1px solid #dfdfdf;
	display: block;
	padding: 1px 0;
	width: 172px;	
}

#sidebar-right form {
	margin: 2px 0 0;
}

#sidebar-right input {
	float: left;
}

#sidebar-right input[type=text] {
	border: 1px solid #dfdfdf;
	font-size: 10px;
	height: 14px;
	width: 148px;
}

#sidebar-right p {
	margin: 20px 0 0;
}

#sidebar-left {
	background: url(../images/submenu_bottom.jpg) no-repeat 0 100%;
	float: left;
	margin: 30px 0 20px 20px;
	width: 207px;
}

#sidebar-left ul {
	background: url(../images/submenu_top.jpg) no-repeat;
	padding: 19px 0 36px 0;
}

#sidebar-left li {
	background: url(../images/submenu_float.jpg);
	padding: 0 25px 0 14px;
}

#sidebar-left .last {
	padding-bottom: 139px;
}

#sidebar-left a {
	border-bottom: 1px solid #dfdfdf;
	color: #686868;
	display: block;
	font-weight: bold;
	padding: 10px 7px;
	text-decoration: none;
}

#sidebar-left a:hover, #sidebar-left .active a {
	color: #7ab51d;
}

#content {
	margin: 36px 240px 20px 40px;
}

#content.sidebar-left {
	margin-left: 247px;
}

#content h2 {
	color: #7ab51d;
	font: italic bold 24px arial;
	margin: 0 0 24px;
}

#content h3 {
	font-size: 14px;
}

#content h4 {
	font-size: 12px;
}

#content h2 + p {
	font-weight: bold;
}

#content a {
	color: #7ab51d;
}

#content .left-column, #content .right-column {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content .left-column {
	border-right: 1px solid #dfdfdf;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}

#timeline {
	margin-bottom: 20px;
	width: 500px;
}
