/*
Theme Name:tanaka studios
Theme URI:http://www.tanakastudios.com/blog/wp-content/themes
Description:kb
Version:1.6
Author:Jesse
Author URl:blog/
*/

@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat;
}
p {
	margin: 10 px;
	}

h2 {text-align: center;
}
	
img {
	border: 0 px;
	}
#main {
	width: 610px;
	text-align: center;
	float: left;
}
#home {
	height: 50px;
	width: 150px;
	float: left;
}
#home a {
display:block;
width: 150px;
height:50px;
background: url("images/home.jpg") 0 0 no-repeat;
text-decoration: none;
background-repeat: no-repeat;
}

#home a:hover { 
background-position: 0 -50px;
color: #049;
}
#home a:active {
background-position: 0 -50px;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	color: #33FF00;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #33FF00;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #33FF00;
	text-decoration: none;
}
#footer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #33FF00;
	text-decoration: none;
}
#top {
	height: 20px;
	width: 900px;
	background-image: url(images/top.gif);
}
#banner {
	width: 900px;
	height: 180px;
	background-image: url(images/banner.gif);
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 50px;
	width: 900px;
}
#home {
	background-image: url(images/home.jpg);
	display: block;
	width: 150px;
	height: 50px;
	float: left;
}
#about {
	float: left;
	height: 50px;
	width: 150px;
	background-image: url(images/about.jpg);
	display: block;
}
#about a {
display:block;
width: 150px;
height:50px;
background: url("images/about.jpg") 0 0 no-repeat;
text-decoration: none;
background-repeat: no-repeat;
}


#about a:hover { 
background-position: 0 -50px;
}
#about a:active {
background-position: 0 -50px;
}
#process {
	display: block;
	height: 50px;
	width: 150px;
	background-image: url(images/process.jpg);
	float: left;
}
#process a {
display:block;
width: 150px;
height:50px;
background: url("images/process.jpg") 0 0 no-repeat;
text-decoration: none;
background-repeat: no-repeat;
}

#process a:hover { 
background-position: 0 -50px;
}
#process a:active {
background-position: 0 -50px;
}
#gallery {
	display: block;
	float: left;
	height: 50px;
	width: 150px;
	background-image: url(images/gallery.jpg);
}
#gallery a {
display:block;
width: 150px;
height:50px;
background: url("images/gallery.jpg") 0 0 no-repeat;
text-decoration: none;
background-repeat: no-repeat;
}


#gallery a:hover { 
background-position: 0 -50px;color: #049;
}
#gallery a:active {
background-position: 0 -50px;
}
#store {
	background-image: url(images/store.jpg);
	float: left;
	height: 50px;
	width: 150px;
	display: block;
}
#store a {
display:block;
width: 150px;
height:50px;
background: url("images/store.jpg") 0 0 no-repeat;
text-decoration: none;
background-repeat: no-repeat;
}

#store a:hover { 
background-position: 0 -50px;
}
#store a:active {
background-position: 0 -50px;
}
#contact {
	background-image: url(images/contact.jpg);
	display: block;
	float: left;
	height: 50px;
	width: 150px;
}
#contact a {
display:block;
width: 150px;
height:50px;
background: url("images/contact.jpg") 0 0 no-repeat;
text-decoration: none;
background-repeat: no-repeat;
}

#contact a:hover { 
background-position: 0 -50px;
}
#contact a:active {
background-position: 0 -50px;
}
#footer {
	height: 40px;
	width: 900px;
	font-size: 10px;
	background-image: url(images/footer.jpg);
	padding-top: 10px;
	text-align: center;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 860px;
	background-color: #000000;
	background-image: url(images/content.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#sidebar {
	float: right;
	width: 220px;

}


</style>

