* {
	padding: 0;
	margin: 0;
}

a img {
    border: 0 none;
}

ul {
	list-style-type: none;
}

span.offscreen {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	background-color: Black;
}
* html body {
	text-align: center;
}
* html body * {
	text-align: left;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url(img/bg_width900.jpg);
	background-repeat: no-repeat;
	height: 675px;
	/*border: 1px solid #CB8E00;*/
}

div#header {
	/*background-color: Green;*/
}

div#header a {
	display: block;
	height: 163px;
	background-image: url(img/ds_header.gif);
	background-repeat: no-repeat;
}

div#leftcolumn {
/*	background-color: Blue;*/
	width: 303px;
	float: left;
}

div#leftcolumn ul#navigation {
	margin-top: 110px;
}

div#leftcolumn ul#navigation a {
	display: block;
	background-repeat: no-repeat;
}
* html div#leftcolumn ul#navigation a {
	height: 1%;
}

div#leftcolumn ul#navigation li#graffiti a {
	background-image: url(img/nav_graffiti.gif);
	height: 79px;
}

div#leftcolumn ul#navigation li#sticker a {
	background-image: url(img/nav_sticker.gif);
	height: 95px;
}

div#leftcolumn ul#navigation li#tags a {
	background-image: url(img/nav_tags.gif);
	height: 69px;
}

div#leftcolumn ul#navigation li#postpicture a {
	background-image: url(img/nav_postpicture.gif);
	height: 99px;
}

div#content {
	/*background-color: Red;*/
	width: 567px;
	height: 430px;
	overflow: auto;
	float: left;
	padding: 15px 0px 0px 15px;
}

div.present {
	/*background-color: White;*/
	background-image: url(img/represent_advice_index.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 108px;
}

ul.gallery_preview {
	width: 550px;
}

ul.gallery_preview li.preview {
/*	background-color: Yellow;*/
	width: 110px;
	margin: 0px 10px 10px 0px;
	float: left;
	text-align: center;
	border: 1px solid #F0B118;
}

ul.gallery_preview li.preview img {
    margin-top: 5px;
}

ul.gallery_preview li.preview span {
	display: block;
	width: 100%;
	text-align: center;
}

label {
    color: #F0B118;
    display: block;
	float: left;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 5px;
	width: 120px;
	text-align: right !important;
	font-weight: bold;
}

input, textarea {
	width: 180px;
	border: 1px solid #F0B118;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	font-weight: bold;
}

input#userpost_title {
	display: none;
}

fieldset {
	border: 1px solid White;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #202020;
}

fieldset legend {
	padding: 0 5px;
	color: #F0B118;
	font-weight: bold;
}

p.control {
    margin: 5px 0;
}

p.button {
	margin-left: 125px;
}
* html p.button {
	margin-left: 128px;
}

input.submit {
	width: 120px;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	font-weight: normal;
}

p.captchaHint {
    color: #F0B118;
    width: 370px;
    padding-left: 10px;
}

p.requireHint {
    text-align: right;
}

span.inputError {
    color: Red;
    padding-left: 125px;
    font-weight: bold;
}
* html span.inputError {
    padding-left: 128px;
}

label#title {
	display: none;
}

div.pagination {
	margin: 0px 100px 0px 315px;
	text-align: center;
	font-weight: bold;
	color: #F0B118;
}

div.pagination a {
	padding: 0px 5px;
	color: #F0B118;
	text-decoration: none;
	font-weight: bold;
}
