/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* begin Header */
div.art-header
{
	height: 120px;
}

div.art-header-clip
{
	height: 120px:
}

div.art-headerobject
{
	left: 2%;
	top: 10%;
}

/* begin HeaderFluidBg */
div#art-header-bg
{
	height: 120px;
}
/* end HeaderFluidBg */

/* begin MenuFluidBg */
div#art-hmenu-bg
{
	top: 120px;
}
/* end MenuFluidBg */

/* begin Logo */
div.art-logo
{
	margin: auto;
	top: 12px;
	left: 20%;
	width: 780px;
}

h1.art-logo-name
{
	font-family: "Lucida Calligraphy","Apple Chancery",Arial, Helvetica, Sans-Serif;
	font-size: 38px;
}

h2.art-logo-text
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: capitalize;
}

/* begin footer mods for copyright stuff */

.art-footer-body .art-rss-tag-icon
{
	position: absolute;
	left:     0;
	bottom: 9px;
	z-index:  1;
}

.art-footer-text p
{
	padding:  0;
	margin: 5px;
	text-align: center;
}

