@charset "UTF-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
}

#home_container {
	position:relative;
	width:700px;
	height:700px;
	margin:0 auto;
	background:no-repeat url(../Images/home_bg.jpg);
}

#home_nav {
	position:absolute;
	top:380px;
	left:405px;
	width:198px;
	text-align:center;
}

#home_nav ul {
	margin:0;
	padding:0;
}

#home_nav ul li {
	display:block;
}

#home_nav ul li a {
	display:block;
	margin:0 auto;
}

#home_nav ul li a span {
	display:none;
}

#home_nav ul li.illustrations a {
	width:198px;
	height:41px;
	background:no-repeat url(../Images/home_illustrations.jpg);
}

#home_nav ul li.t-shirt-designs a {
	width:198px;
	height:40px;
	margin-top:8px;
	background:no-repeat url(../Images/home_t-shirt-designs.jpg);
}

#home_nav ul li.contact a {
	width:107px;
	height:34px;
	background:no-repeat url(../Images/home_contact.jpg);
}

#home_nav ul li.blog a {
	width:80px;
	height:40px;
	background:no-repeat url(../Images/home_blog.jpg);
}







#contact_container {
	position:relative;
	width:700px;
	height:894px;
	margin:0 auto;
	background:no-repeat url(../Images/contact_page.jpg);
}





#gallery_container {
	width:800px;
	margin:0 auto;
	padding-top:20px;
}

.gallery_row {
	padding:4px 0;
	clear:both;
}

.gallery_column img {
	width:100px;
	float:left;
	margin-right:12px;
}


#footer{
	width:800px;
	margin:12px auto;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding-top:20px;
}

#footer ul {
	margin:0;
	padding:0;
	text-align:center;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	padding:2px 12px;
	border-right:solid 1px #000;
	color:#000;
}

#footer ul li.last_child a{
	border-right:none;
}

#disclaimer {
	width:800px;
	text-align:center;
	margin:12px auto;
}
