/* ArtFusionStudio.com Styles */


/* Layout */
body {
	background-color: black;
	/* background-image: url("images/page-bg.png"); */
	font: 10pt/150% Arial, Helvetica, sans-serif;
	padding: 0 0 15px 0;
	margin: 0;
	color: #aaa;
}

img {
	border: 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	/* background-image: url("images/wrapper-bg.png"); */
	background-repeat: repeat-y;	
}

#wrapper-top {
	width: 100%;
	height: 10px;
	background-color: black;
	/* background-image: url("images/wrapper-top.png");*/
}

#header {
	width: 760px;
	height: 185px;
	padding: 3px;
	margin: 7px auto;
	border: 1px solid #262626;
	background-color: black;
}

	#logo {
		width: 200px;
		height: 185px;
		float: left;
	}
	
	#header-image {
		width: 310px;
		height: 185px;
		margin: 0 0 0 4px;
		float: left;
		overflow: hidden;
	}
	
	
	#navigation {
		height: 185px;
		float: right;
	}
	

#content {
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}
	
	#left-column {
		width: 500px;
		float: left;
		margin: 0;
		padding-right: 10px;
		border-right: 1px solid #333;
	}
	
	#right-column {
		width: 229px;
		float: right;
		margin: 0 10px;
	}
	
	#right-column img {
		margin-left: 20px;
	}
	
	

#footer {
	width: 760px;
	margin: 0 auto;
	background-color: #101010;
	margin-top: 40px;
	margin-bottom: 20px;
	/* background-image:url("images/footer-bg.png");*/
	border:1px solid #262626;;
	font-size: 11px;
	color: #AAAAAA;
	text-indent: 10px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Navigation */

a.nav-item {
	display: block;
	float: left;
	text-decoration: none;
	color: #EEE;
	width: 79px;
	height: 100%;
	line-height: 2900%;
	margin: 0 1px;
	text-align: center;
	font-size: 8pt;
	letter-spacing: 2px;
	text-transform: uppercase;
	outline: none;
}

a.nav-item:link,
a.nav-item:active,
a.nav-item:visited {
	background-image: url("images/navtab-bg.png");
	background-repeat: repeat-x;
	color: #EEE;
}

a.nav-item:hover {
	background-color: #CC0000;
	background-image: none;
}

/* Text Formatting */

h1 {
	padding-top: 2px;
	margin-bottom: 20px;
	border-top: 3px solid #CC0000;
	color: #CC0000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding-bottom: 2px 0;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}

h3 {
/* 	font-family: Georgia, serif; */
	font-size: 14pt;
	color: #CC0000;
	font-weight: lighter;
	letter-spacing: 2px;
	margin-bottom: 2px;
	font-variant: small-caps;
/* 	font-style: italic; */
	
}

h3:first-letter {
	/* font-size: 20pt; */
}

.date {
	font-size: 8pt;
	color: #666;
}


p {
	/* letter-spacing: .05em; */
	font-weight: lighter;
/* 	text-align: justify; */
	padding-right: 10px;
}

p:first-letter {
/* 	font-size: 13pt; */
}

/* Elements */

#gallery {
	margin-top: 3px;
}

.footer-text {
	float: left;
	line-height: 29px;
}

#contact-us-button {
	height: 30px;
	display: block;
	float: right;
	font-size: 10pt;
	border-left:1px solid #333333;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: -1px;
}

.sidebar-block {
	margin-top: 30px;
}

/* Links */
a:link,
a:active,
a:visited {
	color: #CC0000;
	outline: none;
	
}

a:hover {
	color: #FFFFFF;
}



.date {display:none;}


















