@charset "UTF-8";
/* CSS Document */
body{
background-color:#000000;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
color:#000000;
}
#container{
width:808px;
height:auto;
background-color:#000000;
}
#image_space{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_home.jpg);
}
#image_space_sugar{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_sugar.jpg);
}
#image_space_band{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_band.jpg);
}
#image_space_flash{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_flash.jpg);
}
#image_space_tattoo{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_tattoo.jpg);
}
#image_space_blood{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_blood.jpg);
}
#image_space_myth{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_myth.jpg);
}
#image_space_work{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_work.jpg);
}
#image_space_services{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_services.jpg);
}
#image_space_contact{
width:239px;
height:272px;
float:left;
background-image:url(images/header_image_contact.jpg);
}
#header{
width:569px;
height:170px;
float:right;
background-image:url(images/header.jpg);
}
#menu{
width:569px;
height:29px;
float:right;
background-image:url(images/tab_background.jpg);
}
#menu a{
text-decoration:none;
color:#000000;
height:20px;
}
#menu a:hover
{
text-decoration:none;
color:#000000;
background-image:url(images/splatter.png);
height:25px;
font-style:oblique;
}
#title_space{
width:569px;
height:73px;
float:right;
background-image:url(images/title_background.jpg);
}
#content_container{
width:808px;
height:auto;
float:left;
background-image:url(images/content_background.jpg) ;
background-position:right;
background-color:#000000;
background-repeat:repeat-y;
}
#left_sidebar{
width:239px;
height:auto;
float:left;
}
#content{
width:521px;
height:auto;
float:left;
background-color:#FFF;
}
#right_sidebar{
width:48px;
height:auto;
float:right;
}
#footer{
width:808px;
height:300px;
float:left;
background-image:url(images/footer_background.jpg);
background-repeat:no-repeat;
background-color:#000000;
}
#footer a{
text-decoration:none;
color:#000000;
height:20px;
}
#footer a:hover{
text-decoration:none;
color:#000000;
background-image:url(images/splatter.png);
height:25px;
font-style:oblique;
}
p{
padding-left: 20px;
padding-right: 20px;
}
#menu table tr{
text-align:right;
}


#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 100px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	text-align:right;
}

#contact_area textarea {
	height: 90px;
}

#contact_area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact_area input.submit-button {
	
	float: right;
}
a{
text-decoration:none;
color:#CC0000;
}



