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

body {
	margin: 0px; padding: 0px;
	cursor: default;
	background: #FFFFFF; }

div.clear {
	clear: both; }



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


div#page_wrap {
	margin: 0px auto;
	width: 1100px; }

	div#page {
		width: 780px;
		float: left; }


div#sidebar1_wrap {
	width: 150px;
	float: left; }

	div#sidebar1 {
     	font: 12px tahoma;
		color: #565656; }

		div#sidebar1 a {
     		font: 12px tahoma;
			color: #D52525;
			text-decoration: none; }

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

div#sidebar2_wrap {
	width: 150px;
	float: right; }

	div#sidebar2 {
     	font: 12px tahoma;
		color: #565656; }

		div#sidebar2 a {
     		font: 12px tahoma;
			color: #D52525;
			text-decoration: none; }

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

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

div#header_wrap {
	height: 70px;
	background: #ffffff; }

	div#header {
		margin: 0px auto;
		width: 780px; height: 70px;
  		background: url('logo.gif') no-repeat; }

		div#header h1 {
			margin: 0px;
			padding: 10px 0px 0px 60px;
			float: left;
			font: 50px/60px Trebuchet MS, tahoma;
			font-weight: bold;
			color: #D52525; }

			div#header h1 span { }


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

div#headernav_wrap {
	margin: 0px auto;
	width: 800px;
	height: 75px;
	background: url('navbar_bg.gif') repeat-x; }

	div#headernav {
		margin: 0px auto;
		width: 800px;
		height: 51px;
		background: url('navbar_hearts_1.gif') no-repeat right 0px; }

		div#headernav ul {
			margin: 0px;
			padding: 12px 0px 0px 30px;
			width: 800px;
			height: 39px;
			background: url('navbar_bullet.gif') no-repeat;
			list-style-type: none; }

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

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

					div#headernav ul li a:hover {
						color: #b42525; }

	div#usernav {
		margin: 0px auto;
		width: 800px;
		height: 20px;
		background: url('navbar_hearts_2.gif') no-repeat right 0px; }

		div#usernav ul {
			margin: 0px auto;
			padding: 0px 0px 0px 10px;
			width: 800px;
			height: 22px;
			list-style-type: none; }

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

			div#usernav ul li a {
				margin: 0px;
				padding: 0px 6px;
				height: 22px;
				display: block;
				float: left;
				font: 11px/22px tahoma;
				color: #565656;
				text-decoration: none; }

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


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

div#footer_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 38px;
	background: url('footer_bg.gif') repeat-x; }

	div#footer {
		font: 12px/38px verdana;
		color: #B5CB3D;
		text-align: center; }

		div#footer a {
			font: 12px/38px verdana;
			color: #B5CB3D;
			text-decoration: none; }

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


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

div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 780px; }

  	div#container { }


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

div#sidebar_wrap {
	margin: 0px;
	padding: 0px;
	width: 140px;
	float: left;
	background: #ffffff; }

  	div#sidebar { }


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

#content_wrap { }

  	#content { }


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

div#info_message {
	margin: 10px;
	padding: 0px 10px 0px 34px;
    font: 12px/24px tahoma;
	color: #565656;
    background: url('message_nfo.png') no-repeat; }

	div#info_message a {
		font: 12px/24px tahoma;
		color: #565656;
		text-decoration: none; }

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

div#error_message {
	margin: 10px;
	padding: 0px 10px 0px 34px;
    font: 12px/24px tahoma;
	color: #565656;
    background: url('message_err.png') no-repeat; }

	div#error_message a {
		font: 12px/24px tahoma;
		color: #565656;
		text-decoration: none; }

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