﻿body{
    background-color:#221F1F;
    font-family:Sans-Serif;
    font-weight:bold;
    color:#FDEC94;
}
a{
	color:#fdec94;
}
#container{
	width: 999px;
	margin: auto;
	background-color:#EE3B33;
}
.banner{
	width:999px;
	height:175px;
    background-color:#221F1F;
    background-image:url("images/seven-sins-tattoo-studio-header.jpg");
    background-repeat:no-repeat;
}
.primary-menu{
	margin: auto;
	background-color:#EE3B33;
	width: 999px;
}
.Seven-Sins-Tattoo-Menu{
	margin: auto;
    font-family:Sans-Serif;
    width:822px;
    background-color:#EE3B33;
    padding:4px;
    height:20px;
}
.Seven-Sins-Tattoo-Menu ul{
   float:left;
   height:20px;
   padding:0px;
   margin:0px;
}
.Seven-Sins-Tattoo-Menu li{
    font-size:16px;
    font-weight:bold;
    margin:0px;
    width:110px;
    float:left;
    list-style:none;
    list-style-image:none;
    border-right:solid 1px black;
    text-align:center;
}
.Seven-Sins-Tattoo-Menu .active a{
    color:#EE3B33;
    background-color:#FFEB93;
}
.Seven-Sins-Tattoo-Menu li a{
    color:#FFEB93;
    text-decoration:none;
}
.Seven-Sins-Tattoo-Menu li a:hover{
    text-decoration:underline;
}
.main{
	width: 999px;
	margin: auto;
	background-color:#EE3B33;
}
.main-left{
	width:168px;
    float:left;
    background-color:#EE3B33;
	min-height: 400px; 
}
.main-left h4, .main-right h4{
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
.main-left ul, .main-right ul {
	margin: 10px 0pc 10px 0px;
	padding: 0px 0px 0px 25px;
}
.main-left li, .main-right li{
	padding: 0px;
}
.main-left li a, .main-right li a{
	font-size: 12px;
	text-decoration: none;
}
.main-left li a:hover, .main-right li a:hover{
	text-decoration: underline;
}
.main-mid{
	width: 663px;
	float: left;
	line-height: auto;
	min-height: 1000px;
	background-color:#221F1F;
}
.main-mid .indent{
	background-color:#000;
	padding: 10px;
}
.main-mid .indent h3{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-transform:uppercase;
}
.main-mid .indent a{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.main-mid .indent a:hover{
	text-decoration: underline;
}
.main-mid .indent span{
	font-size: 12px;
	font-weight: normal;
}
.main-mid .comments{
	padding: 10px;
	font-size: 12px;
	text-transform:uppercase;
}
.main-mid .comments a:hover{
	text-decoration: none;
}
.main-mid .text_box{
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
}
.main-right{
	width:168px;
    min-height:400px;
    float:right;
    background-color:#EE3B33;
}
#search{
	display: inline;
	line-height: auto;
}
#searchform .searching{
	width: 100px;
	margin-left: 5px;
	border: 1px solid #fff;
	height: 18px;
	background-color: #221F1F;
	color:#FFFFFF;
}
#searchform .submit{
	font-size: 10px;
	width: 53px;
	height: 25px;
}
.clear{clear:both;}
.footer{
	width:995px;
	background-color:#221F1F;
	border-bottom:solid 2px #EE3B33;
	border-right:solid 2px #EE3B33;
	border-left:solid 2px #EE3B33;
	border-top:solid 2px #EE3B33;
	text-align:center;
	padding: 10px 0px 10px 0px;
}

