	body,div,td {
		font-family: arial, verdana, sans-serif;
		font-size: 10pt;
	}
	body {
		background: #28373c url('../gfx/gradient.gif') repeat-x top left;
		margin: 0px;
		padding: 0px;
	}
	div#wrapper {
		width: 1011px;
		margin-left: auto;
		margin-right: auto;
	}
	div#col_left {
		padding-right: 28px;
		background: transparent url('../gfx/right.gif') no-repeat top right;
	}
	div#col_right {
		padding-left: 28px;
		background: transparent url('../gfx/left.gif') no-repeat top left;
	}
	div#content {
		width: 955px;
		min-height: 400px;
		background: #ffffff url('../gfx/inner_gradient.gif') repeat-x top left;
	}
	div#logo {
		padding-left: 28px;
	}
	div#shadow {
		padding-left: 28px;
	}
	div#header {
		background: transparent url('../gfx/header.jpg') no-repeat top left;
		height: 256px;
	}
	img#corner_left {
		position: absolute;
		z-index: 5;
	}
	div#real_content {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	div#button_1 {
		position: absolute;
		margin-top: 217px;
		margin-left: 494px;
	}
	div#button_2 {
		position: absolute;
		margin-top: 212px;
		margin-left: 560px;
	}
	div#button_3 {
		position: absolute;
		margin-top: 169px;
		margin-left: 651px;
	}
	div#button_4 {
		position: absolute;
		margin-top: 124px;
		margin-left: 760px;
	}
	div#button_5 {
		position: absolute;
		margin-top: 72px;
		margin-left: 851px;
	}
	img.button {
		cursor: pointer;
	}

	div.datetime {
		border-top: 1px solid #86a3a9;
		color: #86a3a9;
		font-weight: bold;
		text-align: right;
		margin-bottom: 3px;
		font-size: 8pt;
	}
	div.title {
		font-weight: bold;
		font-size: 12pt;
		color: #28373c;
		margin-bottom: 10px;
	}
	div.title_first {
		font-weight: bold;
		font-size: 14pt;
		color: #28373c;
		margin-bottom: 10px;
		padding-left: 35px;
	}
	div.spacer {
		height: 20px;
	}
	div.readmore {
		color: #86a3a9;
		font-weight: bold;
		padding-top: 5px;
	}
	div.readmore a {
		color: #86a3a9;
		font-weight: bold;
		text-decoration: none;
	}
	div.readmore a:hover {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

	a {
		color: #86a3a9;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

	div.gallery_image {
		width: 150px;
		height: 150px;
		vertical-align: middle;
		text-align: center;
	}

	/* EDITOR */
	body.editor {
		width: 640px;
		margin: 0px;
		padding: 10px;
		background: #ffffff;
		font-family: arial, verdana, sans-serif;
		font-size: 10pt;
	}
	body#editor {
		width: 640px;
		margin: 0px;
		padding: 10px;
		background: #ffffff;
		font-family: arial, verdana, sans-serif;
		font-size: 10pt;
	}

