html {
	font: 12px/15px Helvetica, san-serif;
	overflow-y: scroll;
	
}
body {
	background: #fff;
	color: #999;
}
a {
	color: yellow;
}
img { -ms-interpolation-mode: bicubic;}
/*
ul, li {
	display: inline;
}
*/
#wrapper {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	position: relative;
	float: left;
	width: 999px;
	z-index: 1;
}
	#header {
		position: relative;
		float: left;
		width: 999px;
		height: 108px;
		background: url('../image/header_logo.jpg') no-repeat;
		padding: 151px 0px 0px 0px;
		z-index: 50;
	}
	#headerWorksGraphics {
		position: relative;
		float: left;
		width: 999px;
		height: 259px;
		background: url('../image/header_works_graphics.gif') no-repeat;
	}
	#headerWorks {
		position: relative;
		float: left;
		width: 999px;
		height: 108px;
		background: url('../image/header_works.gif') no-repeat;
		padding: 151px 0px 0px 0px;
		z-index: 50;
	}
	
	
	#stage {
		position: relative;
		float: left;
		width: 999px;
		background: url('../image/content_main_background.jpg') repeat-y;
	}
		#sidebar {
			position: relative;
			float: left;
			width: 239px;
			background: url('../image/sidebar_background.jpg') repeat-y;
		}
			#sidebarBottom {
				position: relative;
				float: left;
				width: 239px;
				height: 118px;
				background: url('../image/sidebar_bottom.jpg') no-repeat;
			}
			/** begin twitter thing. this maybe temporary thing... */
			#twitterbox {
				width: 119px;
				height: 25px;
				padding: 30px 50px 0px 70px;
				overflow: hidden;
				background: url('../image/sidebar_twitterbox_title.gif') no-repeat 75px 35px;
			}
			#twitter_div {
				
			}
				#twitter_div span {
					width: 119px;
					height: 20px;
					display: block;
					text-indent: -9999px;
				}
				#twitter_update_list li {
					padding: 0px 0px 10px 0px;
					overflow: hidden;
				}
					#twitter_update_list li a {
						color: #666;
						text-decoration: none;
					}
					#twitter_update_list li a:hover {
						color: blue;
					}
					#twitter_update_list li>a{
						width: 100px;
						display:block;
					}
					
			
			/* end twitter column setting **/
			#archives {
				padding: 0px 0px 0px 70px;
				text-transform: uppercase;
			}
				#archives a {
					color: #666;
					text-decoration: none;
				}
				#archives a:hover {
					color: blue;
				}
			#category {
				padding: 10px 0px 0px 75px;
			}
			#checkusout {
				padding: 0px 0px 0px 60px;
			}
			
		#main {
			position: relative;
			float: left;
			width: 760px;
			overflow: hidden;
		}
			#articles {
				
				padding: 0px 110px 50px 60px;
				
			}
				#articles h2 {
					text-transform: uppercase;
					color: yellow;
					font-weight: normal;
					margin: 10px 0px 10px 0px;
					font-size: 18px;
				}
				#articles h2.store {
					padding: 10px 0px 0px 0px;
					width: 600px;
					height: 20px;
					position: relative;
					float: left;
					display: block;
					color: cyan;
				}
				
				#articles p {
					padding: 0px 0px 15px 0px;
				}
					.articlesTitle,
					.articlesTitle a,
					.articlesTitle a:hover,
					.articlesTitle a:active {
						text-decoration: none;
						font-size: 16px;
						font-weight: bold;
						text-transform: uppercase;
						padding: 3px 0px 2px 0px;
						color: yellow;
					}
					.articlesDivider {
						position: relative;
						float: left;
						display: table;
						width: 585px;
						height: 25px;
						white-space: nowrap;
						overflow: hidden;
					}
					.articlesBody {
						padding: 0px 0px 30px 0px;
					}
				
				.storeEntry {
					position: relative;
					float: left;
					width: 290px;
					height: 90px;
				}
					.storeEntry b {
						color: #eee;
					}
				.storeEntryLong {
					position: relative;
					float: left;
					width: 580px;
				}
					.storeEntryLong b {
						color: #eee;
					}
				
				#paginateNavigation {
					position: relative;
					display: block;
					width: 590px;
					height: 25px;
				}
					#paginateNavigation #previous {
						position: absolute;
						top: 0px;
						left: 0px;
						width: 100px;
						height: 25px;
						color: grey;
						text-align: left;
					}
					#paginateNavigation #forward {
						position: absolute;
						top: 0px;
						right: 0px;
						width: 100px;
						height: 25px;
						color: grey;
						text-align: right;
					}
				
	#footer {
		position: relative;
		float: left;
		width: 999px;
		height: 90px;
		background: url('../image/footer.jpg') no-repeat;
	}

.clear {
	clear: both;
	overflow: hidden;
	height: 0
}

/* for mozilla dot craziness */
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
		