/* CSS Ducument */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #666;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#mainframe-wrapper {
	width: 795px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	margin: auto;
	background-color: #333;
	clear: both;
}

#header-wrapper {
	background-image:url(../files/header.jpg);
	width: inherit;
	height: 313px;
	clear: both;
	text-align: right;
	overflow: hidden;
}

#header-wrapper div.news {
	padding: 199px 13px 13px 13px;
}

/* navigation */
#navigation-wrapper {
	padding: 3px 13px 3px 13px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navigation-wrapper a {
	margin-right: 13px;
}

/* content */
#content-wrapper {
	clear: both;
	padding: 8px 13px 8px 13px;
}

#content-wrapper h1 {
	font-size: 21px;
	float: left;
	width: 50%;
	display: inline;
}

#content-wrapper #social-bookmark {
	float: right;
	width: 50%;
	display: inline;
}

#content-wrapper #social-bookmark h3 {
	margin-bottom: 3px;
	padding: 0px;
}

#content-wrapper #social-bookmark ul {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

#content-wrapper #social-bookmark li {
	display: inline;
	list-style: none;
}

#content-wrapper h2 {
	font-size: 15px;
}

/* form */
#content-wrapper form div {
	margin: 0 0 6px 0;
}

#content-wrapper input.input {
	width: 233px;
}

#content-wrapper input.button {
	margin: 13px 0 0 0;
}

#content-wrapper textarea {
	width: 500px;
	height: 150px;
}

#content-wrapper div.item {
	display: none;
}

/* advertising */
#advertising-wrapper {
	text-align: center;
	margin: 13px 0px 13px 0px;
	clear: both;
}

/* footer */
#footer-wrapper {
	padding: 0px 13px 13px 13px;
}

#footer-wrapper,
#footer-wrapper a {
	color: #999;
	font-size: 11px;
}

/* MISC */
.high,
.active {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.error {
	color: 900;
}