* {
	margin:0px;
	padding:0px;
outline:none;
}

html {
	overflow-y: scroll;
}
body {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;

}


p {
	margin-bottom:10px;
}

img {
	border:none;
}

p img {
	margin-top:10px;
}

.post {
	width:604px;
	margin-bottom: 50px;
}

/* Fonts */
h3 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.post_title {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.sold_status {
	color:red;
}

a {

	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}


/* Layout */
#wrapper {
	width: 1023px;
	margin: 16px auto;
}

#menuContainer {
	position: fixed;
	width:300px;
	height:100%;
	background-image: url("images/background.gif");
}

#column1 {
float:left;
	width:133px;
}

#mainMenu {
		margin-top:32px;
	}
	
	#mainMenu li {
		margin-bottom:22px;
		list-style-type: none;
		margin-left:20px;
	}
	
	#colorSelector {
		margin-left:55px;
		margin-top:100px;
		
	}


#column2 {

	float:left;
	width:155px;
}

#menu {
		margin-top:99px;
		margin-left:12px;
	}

	#menu li {
		list-style-type: none;
		margin-bottom:2px;
	}
	
	#menu .alt_hr {
		margin-top:8px;
		margin-left:2px;
		margin-bottom:13px;	
	}
	
	#menu .alt_spacer {
	}

	.menu-n0 ul { 
		display: none;
	}
	
	.submenu-n1 {
		display: none;
		margin-bottom:22px;
	}
	
	.submenu-n2 ul {
		display: none;
		margin-top:2px;
		margin-bottom:22px;
	}


#column3 {
	position:absolute;
	margin-left:290px;
	width:300px;
}
#content {
margin-top:26px;
margin-left:12px;

}

.navigation {
	position:absolute;
	width:629px;
	

}

.alignleft {
position: absolute;

}

.alignright {
margin-left: 530px;

}