/*
Theme Name: INK Tattoo Studio
Author: Mike Campbell
Author URI: http://www.maplewebsites.com

*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	color: #333;
	width: 922px;
	float: left;
	height: 56px;
	margin: 20px 0px 0px 0px;
}
#navigation {
 float: left;
 width: 922px;
 color: #333;
 margin: 0px;
}
#main {
 color: #333;
 width: 922px;
 float: left;
 height: 222px;
 margin: 0px;
}
#leftcolumn {
	color: #333;
	margin: 0px;
	min-height: 320px;
	width: 277px;
	float: left;
	background-image: url(images/left-col-top.png);
	background-position: 88px top;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 85px;
}
#subleftcolumn {
	color: #333;
	margin: 0px;
	min-height: 320px;
	width: 540px;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 85px;
	background-image: url(images/left-col-top.png);
	background-position: 88px top;
	background-repeat: no-repeat;
}

#subleftcolumn p{
	padding-top: 2px;
	padding-bottom: 10px;
}

#content {
	float: left;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 10px 9px;
	min-height: 220px;
	width: 260px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#germ {
	background-image: url(images/germ-free-tattoo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-bottom: 11px;
	padding-left: 60px;
	min-height: 75px;
}
#comein {
	background-image: url(images/come-in.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-left: 60px;
	min-height: 75px;
}
#rightcolumn {
	color: #333;
	margin: 0px;
	min-height: 220px;
	width: 221px;
	float: left;
	position: relative;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#rightcolumn a{
	color: #333;
}
.clear { clear: both; }


.clear {
	clear: both;
}

#rightcolumn h2{
	color: #FFF;
	background-color: #000;	
	padding-left: 6px;
}

h2 {
	font-size: 18px;
	padding: 6px 0px 6px 0px;
	margin-bottom: 7px;
}
h1 {
	font-size: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
ul {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}

