/* ********** [ GENERAL ] ********** */

body {
	margin: 0px; 
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	cursor: default;
	background: #161616 url('page_background.gif') repeat; }

div.clear {
	clear: both; }



/* ********** [ PAGE ] ********** */

div#login {
	margin-top: 8px;
	padding-top: 5px;
	padding-left: 15px;
	background: url(login_bg.gif) no-repeat;
	width: 245px;
	height: 72px;
	float: right;
	color: #FFFFFF;
	}

div#page_wrap {
	background: url('page_background.gif') repeat; 
	}

	div#page {
		margin: 0px auto;
		width: 950px;
		background: #101010;
		 }

/* ********** [ HEADER ] ********** */

div#header_wrap {
	padding: 5px 0px 0px 0px; 
	}

	div#header {
		margin: 0px auto;
		width: 930px;
		height: 88px;
		background: #101010 url(header_bg_top.jpg) no-repeat; }

		div#header h1 {
			margin: 0px;
			padding: 0px 0px 0px 190px;
			float: left;
			font: 30px/50px Verdana;
			font-weight: bold;
			color: #ffffff;
			margin-left: 5px; }

			div#header h1 span { }
			
		div#headerLogo {
			float: left;
			width: 177px;
			height: 57px;
			margin-left: 10px;
			margin-top: 15px;
			border: none;
		}
		
		div#headerLogo a img {
			border: none;
		}

		div#headertop {
		margin: 0px auto;
		padding: 0px;
		background: #101010;
		width: 930px;
		height: 15px:
		}

		div#version {
		margin: 0px;
		padding: 0px 20px;
		}
		
		div#stumbleupon {
		margin: 2px;
		padding: 0px 10px;
		float: left;
		}

/* ********** [ NAVIGATION ] ********** */

div#headernav_wrap {
	height: 34px;
	 }

	div#headernav {
		margin: 0px auto;
		width: 930px;
		height: 34px;
		background: #101010 url(header_bg_bottom.jpg) no-repeat; }

		div#headernav ul {
			margin: 0px 0px 0px 7px;
			padding: 0px;
			height: 35px;
			list-style-type: none; }

			div#headernav ul li {
				margin: 0px; padding: 0px;
				float: left; }

				div#headernav ul li a {
					padding: 0px 7px;
					height: 35px;
					display: block;
					float: left;
					font: bold 12px/25px arial;
					color: #ffffff;
					text-decoration: none; }

					div#headernav ul li a:hover {
						text-decoration: none;
						color: #90278E; }

div#usernav_wrap {
	margin: 10px auto 0px auto;
	width: 930px;
	height: 25px;
	background:url(middleCol_header.gif) repeat-x;
	}

	div#usernav {
		}

		div#usernav ul {
			margin: 0px 0px 0px 8px;
			padding: 0px;
			list-style-type: none; }

			div#usernav ul li {
				margin: 0px;
				float: left; }

			div#usernav ul li a {
				margin: 0px;
				padding: 0px 6px;
				height: 28px;
				display: block;
				float: left;
				font: bold 12px/28px arial;
				color: #FFFFFF;
				text-decoration: none; }

				div#usernav ul li a:hover {
                	color: #90278E; }


/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	margin: 0px auto;
	margin-top: 10px;
	width: 100%;
	height: 50px;
	background: #464646 url('footer_bg.gif') repeat-x; }

	div#footer {
		font: 11px/64px arial;
		color: #ffffff;
		text-align: center; }

		div#footer span {
			margin: 0px 5px; }

		div#footer a {
			font: 11px/64px arial;
			color: #ffffff;
			text-decoration: none; }

		div#footer a:hover {
			text-decoration: underline; }


/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	background: #101010; }

  	div#container { }


/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	background: #101010 none repeat scroll 0%;
	margin: 0px;
	padding: 10px;
	width: 150px;
	float: left; }

  	div#sidebar {
	text-align: left;
	 }
	 
div#sidebar_wrap_right {
	margin: 0px;
	padding: 10px;
	width: 150px;
	float: right;
	}

  	div#sidebar_right {
	text-align: left;
	 }


/* ********** [ CONTENT ] ********** */

#content_wrap {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	float: left;
	width: 610px; }

  	#content { }


/* ********** [ MESSAGES ] ********** */

div#info_message {
	margin: 0px 0px 10px 0px;
	padding: 0px;
    font: 12px arial;
	color: #FFFFFF;
    background-color: #1b1b1b;
    border: 1px #626366 solid; }

	div#info_message a {
		font: 12px arial;
		color: #007070;
		text-decoration: none; }

	div#info_message a {
		text-decoration: underline; }

div#error_message {
	margin: 10px 0px 0px 0px;
	padding: 10px;
    font: 12px arial;
	color: #FFFFFF;
    background-color: #1b1b1b;
    border-top: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid; }

	div#error_message a {
		font: 12px arial;
		color: #800000;
		text-decoration: none; }

	div#error_message a {
		text-decoration: underline; }
