body, html {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: rgb(128,128,128);
	height: 100%;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: rgb(0,204,0);
	font-weight: bold;
}

a:hover {
	color: rgb(255,102,0);
}

#flash_content {
	height: 100%;
}

#global_wrapper {
	height: 100%;
	margin: 0px auto 0px auto;
}

#header {
	width: 100%;
	height: 100px;
	clear: both;
	text-align: center;
}

#header img {
	margin-top: 10px;
}

#logo {
	float: left;
	width: 34px;
	height: 25px;
	background-image: url(/images/logo.png);
	margin: 20px 10px 0px 30px;
}

/* ////////// pages ////////// */
.content_wrapper {
  position: relative;
  top: 50px;
}

#pages {
	float: left;
}

#pages .button {
	padding: 5px 20px 5px 15px;
	border-left: 1px solid rgb(200,200,200);
}

#pages .button a {
	font-weight: bold;
	color: rgb(140,140,140);
}

#pages .button a:hover {
	color: rgb(255,0,255);
}

/* ////////// blocks ////////// */
#blocks {
	float: left;
}

#blocks .button {
	padding: 5px 20px 5px 15px;
	border-left: 1px solid rgb(200,200,200);
}

#blocks .button a {
	font-weight: bold;
	color: rgb(140,140,140);
}

#blocks .button a:hover {
	color: rgb(255,0,255);
}

/* ////////// content ////////// */
#content {
	float: left;
	width: 500px;
	padding: 0px 10px 0px 15px;
	border-left: 1px solid rgb(200,200,200);
}

#content .title {
	color: rgb(160,160,160);
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

#content .description {
	color: rgb(160,160,160);
	margin: 5px 0px 0px 0px;
	font-size: 11px;
}

#content .category {
	color: rgb(160,160,160);
	margin: 5px 0px 20px 0px;
}

#content .body {
}

#content .body p {
	margin-top: 0px;
	padding-top: 0px;
}

#content a {
	color: rgb(255,0,255);
	font-weight: bold;
}

#content a:hover {
	color: rgb(51,204,255);
}

#content .body .b {
	font-weight: bold;
}

#content .body .i {
	font-style: italic;
}

#content .body .u {
	text-decoration: underline;
}

#content .image {
	margin: 0px 0px 20px 0px;
}