

body {
	background: url(../images/bg.png);
    color: #5d5d5d;
	overflow-y: scroll;
	font-size: 11pt;
	font-family: helvetica, sans-serif;
}

#wrap {
	margin: 34px auto 0 auto;
	width: 930px;
}
#head {
	width: inherit;
	height: 123px;
	background: url(../images/head.png) no-repeat;
}

#menu {
	background: #f7f6ef;
	width: inherit;
	height: 58px;
	margin-top: -16px;
}

#menu_border {
	width: 930px;
	height: 2px;
	background: url(../images/border.png);
}

#content {
	widht: 930px;
    padding: 1px 10px 1px 10px;
	min-height: 100px;
	background: #f7f6ef;
}

#footer {
	width: inherit;
	height: 45px;
	background: url(../images/bottom.png) top no-repeat;
}

#footer_links {
	width: 400px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#footer_links img, #footer_links a {
	border: 0;
	margin: 0 4px;
}

#menu li {
	float: left;
	margin-right: 1em;
	list-style: none;
}
#menu li a, .header_menu_selected .title {
	color: #000;
	font-size: 14pt;
	text-decoration: none;
}
#menu li .desc {
	font-size: 9pt;
	color: #000;
}

#header_border {
	width: auto;
	height: 5px;
	background-image: url('../images/header_border.png');
	background-repeat: repeat-x;
	font-size: 0;
	overflow:hidden;
	
}

.header_menu_selected .title {
	color: #5d5d5d;
}

#header_menu_header h1 {
	margin-bottom: 0;
}
#header_menu_header h3 {
	margin-top: 0;
	color: #888;
	font-weight: 100;
}

#error_404 {
	width: 550px;
    height: 134px;
    margin: 160px auto;
}

a {
	color: #666662;
	font-size: 11pt;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #403957;
}
#current_ad {
	position:absolute;
	width: 99px;
	height: 85px;
	top: -5px;
	left: 920px;
	background-image: url('../images/ulag.png');
	background-repeat:no-repeat;
}

#current_ad a {
	display:block;
	width: 286px;
	height: 67px;
	
}

.news_entry .content {
	color: #83837e;
}
.news_entry h1 {
	color: #83837e;
	font-size: 14pt;
}
.news_entry .written {
	font-size: 9pt;
	color: #9e9e95;
}
.sidebarWrapper {
	width:250px;
	float:right;
}
.sidebar {
	border: 1px solid #cacac4;
	background-color: #ffffde;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
	width: 200px;
}
.sidebar .sidebar_header {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	background-color: #f4f635;
	text-align: center;
}
.sidebar .sidebar_header h2 {
	margin: 0;
	padding: 3px;
	font-size: 14pt;
	color: #000;
	font-weight: normal;
}
.sidebar .sidebar_content {
	padding: 10px;
	font-size: 9pt;
}


#twitter_container {
top:400px;
}

#tweet ul li {
	list-style-type: none;
	font-size: 10pt;
    margin: 0 0 0 -20px;
}
#tweet .time {
	font-size: 8pt;
	text-decoration: underline;
}
.klagg_image {
	border: 1px solid black;
}
.message {
   padding: 5px 5px 0px 35px;
   background-image: url('../images/message_check.png');
   background-repeat: no-repeat;
	margin: 0;
}
.error {
   padding: 5px 5px 0px 35px;
   background-image: url('../images/message_cross.png');
   background-repeat: no-repeat;
	margin: 0;
}

/* Boxes
--------------------------------------------*/
.box {
   background-color: #f8fbff;
   background-image: url('../images/content_boxes/box_border.png');
   background-repeat: repeat-y;
   background-position: top right;
   float: left;
   margin-bottom: 20px;
   width: 100%;
}
.box h1, .box h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.box_top {
   width: 100%;
   height: 7px;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_border.png');
   background-repeat: repeat-x;
}
.box_top_left {
   width: 7px;
   height: 7px;
   float: left;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_top_left.png');
   background-repeat: no-repeat;
}
.box_top_right {
   height: 7px;
   width: 7px;
   float: right;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_top_right.png');
   background-repeat: no-repeat;
}
.box_content {
   padding: 1em 1.5em 0.5em 1.5em;
   background-image: url('../images/content_boxes/box_border.png');
   background-repeat: repeat-y;
   background-position: top left;

   float: left;
}
.box_container {
   float: left;
}
.box_bottom {
   width: 100%;
   height: 7px;
   float: left;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_border.png');
   background-repeat: repeat-x;
   background-position: bottom left;
}
.box_bottom_left {
   height: 7px;
   width: 7px;
   float: left;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_bottom_left.png');
   background-repeat: no-repeat;
}
.box_bottom_right {
   height: 7px;
   width: 7px;
   float: right;
   font-size: 0; /* IE6 hack */
   background-image: url('../images/content_boxes/box_bottom_right.png');
   background-repeat: no-repeat;
}
.error_text {
	color: red;
}
.written_by {
	font-size: 9pt;
}
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #93ee93;
	background-image: url('../images/up.gif');
}
.sortdesc {
	background-color: #93ee93;
	background-image: url('../images/down.gif');
}
.nosort {
	cursor: default;
}
.remove_row {
	background-color: #e24d4d;
	border-left: 1px solid black;
}
.edit_row {
	background-color: #93ee93;
	border-left: 1px solid black;
}
.index {
	border-right: 1px solid black;
}

table {
	border-collapse: collapse;
}
table td {
	padding: 0.5em;
}
.data_table tr {
	border: 1px solid black;
}
table tbody tr:hover {
	background-color: #d6f9ce;
}
table thead tr {
	background-color: #ceeef9;
	color: #000;
}
table tfoot tr {
	background-color: #ceeef9;
	color: #000;
}
input {
   border: 1px solid #ccd9e3;
   padding: 0.2em;
}
input[type="submit"] {
   padding: 0.2em 0.5em 0.2em 0.5em;
   background-color: #f8fbff;
   cursor:pointer;
}
textarea {
	font-size: 9pt;
	font-family: 'Myriad Pro', helvetica, sans-serif;
	padding: 0.3em;
	width: 95%;
	height: 70px;
}
img {
	border: 0;
}
.accept_contract {
	text-decoration: underline;
}

#fame_menu {
	float:left;
	width:200px;
	background-color:white;
}

#fame_content {
	float:right;
	width:700px;
	background-color:black;
}
