body 
{
	background: #9e9fa3;
	margin: 0;
	font-family: verdana, tahoma;
	font-size: 12px;
}

div.wrapper {
	width: 950px;
	margin: 0 auto;
	background-color: #9e9fa3;
}

div.header {
	height: 150px;
	margin: 0 0 5px 0;
	background: #8A2022 url(images/shade_bottom.gif) repeat-x center bottom;
}

div.rightColumn {
	width: 730px;
	float: right;
	background: url(images/content.gif) repeat-y;
}

	div.rightColumn div.container {
		width: 530px;
		float: left;
	}
		
			div.rightColumn div.container div.menu {
				background: #f6f7f9 url(images/line.gif) repeat-x bottom;
				height: 26px;
				font-size: 11px;
				font-weight: bold;
			}

		div.rightColumn div.menu ul {
			margin:0;
			padding: 0;
			list-style: none;
		}
		
		div.rightColumn div.menu li {
			margin: 0;
			line-height: 25px;
			float: left;
			padding: 0 10px 0 10px;
			border-style: solid;
			border-width: 1px 1px 0 1px;
			border-color: #ecedef;
		}
		
		div.rightColumn div.menu li.active {
			border-style: solid;
			border-width: 1px 1px 0 1px;
			border-color: #cccdcf;
			background: white;
		}
		
			div.rightColumn div.menu li a:link,
			div.rightColumn div.menu li a:visited {
				color: #bfc0c2;
				text-decoration: none;
			}
			
			div.rightColumn div.menu li a:hover,
			div.rightColumn div.menu li a:active,
			div.rightColumn div.menu li.active a:link,
			div.rightColumn div.menu li.active a:visited {
				color: #ea652a;
				text-decoration: none;
			}
		
		
		

div.leftColumn {
	width: 212px;
	float: left;
}

div.menuTop {
	margin: 10px 0 10px 0;
	height: 32px;
	font-size: 11px;
	background: #8a2022 url(images/shade_bottom.gif) repeat-x bottom;
}

	div.menuTop ul {
		list-style: none;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	div.menuTop li {
		float: left;
		margin-right: 25px;
		display: inline;
		line-height: 20px;
	}
	
		div.menuTop a:link,
		div.menuTop a:visited {
			color: #e1c7c8;
			text-decoration: none;
			font-weight: bolder;
		}
		
		div.menuTop a:hover,
		div.menuTop a:active,
		div.menuTop li.active a:link,
		div.menuTop li.active a:visited {
			color: white;
			font-weight: bolder;
		}

div.menuLeft {
	border-width: 2px;
	border-color: #711f1b;
	border-style: solid;
	font-size: 11px;
	background: white;
	width: 180px;
	margin: 0 10px 0 10px;
}

	div.menuLeft li {
		list-style: none;
	}
	
	div.menuLeft ul {
		margin: 10px 15px 0px 15px;
		padding: 0 0 10px 0;
		text-indent: 0;
	}
	
	div.menuLeft a {
		text-decoration: none;
		display:block;
		line-height: 20px;
		padding-left: 20px;
		color: black;
	}
	
		div.menuLeft a:link,
		div.menuLeft a:visited {
			background: url(images/arrow_inactive.gif) no-repeat left 5px;
		}
		
		div.menuLeft a:hover,
		div.menuLeft a:active,
		div.menuLeft li.active a:link,
		div.menuLeft li.active a:visited {
			background: url(images/arrow_active.gif) no-repeat left 5px;
			color: #811c2e;
			font-weight: bolder;
			font-size: 10px;
		}
		
		
div.content {
	margin-bottom: 10px;
}

	div.rightColumn a:link,
	div.rightColumn a:visited {
		color: #811c2e;
		text-decoration: none;
		font-weight: bold;
	}
	
	div.rightColumn a:hover,
	div.rightColumn a:active {
		color: #ea652a;
	}

	
	
	div.content div.page {
		margin: 15px;
	}
	
		div.content div.page a img {
			vertical-align: middle;
		}
	
		div.content div.page #usersShop input,
		div.content div.page #usersShop textarea {
			width: 60%;
		}
		
		div.content div.page #usersShop textarea {
			height: 100px;
		}
		
		div.content div.page #usersShop input.button {
			width: 100px;
		}
	/*
	div.content #page img{
		margin: 0 10px 10px 0;
	}
	*/
		div.content div.page div.shop {
			margin: 15px 0;
			/* border-bottom: 1px dashed silver; */
		}	
		
			div.content div.page div.shop div.image {
				width: 120px;
				height: 120px;
				padding: 0;
				float: left;
			}
			
				div.content div.page img {
					margin: 2px;
					padding: 0;
					border: 0;
				}
			
				div.content div.page div.shop div.image img {
					margin: 0;
					padding: 0;
					border: 0;
				}
			
			div.content div.page div.shop div.data {
				float: left;
				width: 350px;
				padding: 0 10px;
			}
			
				div.content div.page div.shop div.data h3,
				div.content div.page div.shop div.data p{
					padding: 0;
					margin: 0;
				}
				
				div.content div.page div.shop div.data h3 {
					font-size: 12px;
				}
			
		div.content div.page p.summary {
			border-bottom: 1px silver solid;
			padding: 0 0 15px 0;
			margin: 0 0 15px 0;
		}
			
	div.content div.articles {
		margin: 15px;
	}
		
		div.content div.articles h2 {
			font-size: 14px;
			color: #811c2e;
			margin: 20px 0 0 0;
			padding: 0;
		}
		
		div.content div.articles img {
			float: left;
			/*margin: 0 10px 10px 0;*/
			border-style: solid;
			border-color: silver;
			border-width: 1px 2px 2px 1px;
		}
		
		div.content div.articles p {
			margin: 0 0 10px 0;
			padding: 0;
		}
		
		div.content div.articles p.date {
			float: right;
			margin: 23px 0 0 0;
			padding: 0;
			color: gray;
			font-size: 11px;
		}
		
		div.content div.articles p.user {
			margin: 0 0 10px 0;
			padding: 0;
			color: #ea652a;
		}
		
			div.content div.articles h2 p,
			div.content div.articles h2 a {
				padding-left: 15px;
				margin: 0;
			}
			
			div.content div.articles h2 a {
				background: url(images/unlocked.gif) no-repeat left 2px;
			}
		
			div.content div.articles h2 p {
				background: url(images/locked.gif) no-repeat left 2px;
			}

		
	div.rightColumn div.column {
		width: 195px;
		float: left;
	}
	
		div.rightColumn div.column div.box {
			background: white;
			width: 155px;
			margin: 10px 0 15px 9px;
			padding: 10px;
			border-width: 2px;
			border-color: #711f1b;
			border-style: solid;
		}
		
			div.rightColumn div.column div.box li.center {
				text-align: center;
			}
		
			div.rightColumn div.column div.box li {
				list-style: none;
				font-size: 9px;
			}
			
			div.rightColumn div.column div.box ul {
				margin: 10px 5px 0px 5px;
				padding: 0 0 10px 0;
				text-indent: 0;
			}
			
			div.rightColumn div.column div.box li a {
				text-decoration: none;
				display:block;
				line-height: 20px;
				padding-left: 20px;
				color: black;
			}
			
				div.rightColumn div.column div.box li a:link,
				div.rightColumn div.column div.box li a:visited {
					background: url(images/arrow_inactive.gif) no-repeat left 5px;
					font-weight: normal;
				}
				
				div.rightColumn div.column div.box li a:hover,
				div.rightColumn div.column div.box li a:active {
					background: url(images/arrow_active.gif) no-repeat left 5px;
					color: #ea652a;;
				}
		
		
		div.rightColumn div.column h3 {
			margin: 0;
			padding: 0;
			font-size: 12px;
			color: #ea652a;
		}
		
		div.rightColumn div.column h4 {
			margin: 10px 0;
			padding: 0;
			font-size: 10px;
		}
		
		div.rightColumn div.column input {
			width: 100px;
			padding: 0;
			margin: 0 0 10px 0;
			font-size: 10px;
		}
		
		div.rightColumn div.column form {
			text-align: center;
			padding: 0;
			margin: 0;
		}
		
		
div.shader {
	background: #8a2022 url(images/shade_right.gif) repeat-y right;
	margin: 0;
}

div.shadeStop {
	background: #8a2022 url(images/shade_bottom.gif) repeat-x bottom;
	font-size: 1px;
	text-align: right;
	margin: 0;
	height: 9px;
}

div.shadeStart {
	background: #8a2022;
	font-size: 1px;
	text-align: right;
	margin: 0;
	height: 9px;
}

#editor {
	width: 496px;
	height: 300px;
}

table.adminList {
	width: 100%;
	font-size: 9px;
}

	table.adminList th,
	table.adminList td	{
		padding: 5px 10px 5px 10px;
		background: #e8e3e4;
		text-align: center;
	}
	
		table.adminList td input {
			font-size: 10px;
		}
		
		table.adminList td img {
			vertical-align: middle;
			margin: 1px;
			/*float: right;*/
		}
	
	table.adminList a	{
		font-size: 10px;
		border: none;
	}
	
	div.adminTools {
		float: left;
		padding: 5px;
	}
	
	#flashUploader {
		float: left;
	}
	#progressBar * {
		float: left;
		padding: 0 0 0 5px;
	}
	
	div.adminTools img {
		margin: 3px;
	}
	
a img {
	border: none;
}

form.register {
	margin: auto;
	text-align: center;
}

	form.register table {
		margin: auto;
	}

		form.register table td {
			text-align: right;
			padding: 5px;
		}
		
font.error {
	color: red;
	font-size: 10px;
}

div.sponsors {
	width: 150px;
	margin: 0 auto;
	padding-bottom: 15px;
}
	

	div.sponsors img, 
	div.sponsors object, 
	div.sponsors embed{
		width: 150px;
		margin: 5px 0;
	}

	
div.bottom  {
	position:absolude;
}

	div.bottom div.footer {
		margin: 20px auto 0 auto;
		border-style: solid;
		border-width: 1px 0 0 0;
		border-color: #FFFFFF;
		color: white;
		font-size: 10px;
		background: #9e9fa3;
		padding: 4px 0 0 0;
		width: 910px;
	}	
	
		div.bottom div.footer a:link,
		div.bottom div.footer a:visited {
			color: white;
			text-decoration: none;
		}
		
		div.bottom div.footer a:active,
		div.bottom div.footer a:hover {
			text-decoration: underline;
		}
	
		div.bottom div.footer table {
			width:100%;
		}
	
		div.bottom div.footer td.left {
			text-align: left;
		}
	
		div.bottom div.footer td.right {
			text-align: right;
		}	
	
div.ajaxLoader {
	margin: 50px auto 0 auto;
	text-align: center;
	color: gray;
}

#sending {
	display: inline;
	line-height: 18px;
	color: gray;
}

	#sending div,
	#sending img {
		float: left;
	}
	
*.clear {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	position: relative;
	visibility: hidden;
}