body {
	background: #7d1920;
	color: white;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.5;
}

body, html {
	margin: 0;
	padding: 0;
}

body, html, ul#nav-list { height: 100%;}

a {
	color: #ededed;
	text-decoration:none;
}



/* ------------ LAYOUT ------------ */


#wrap {
	background: transparent url(/images/logo.png) top left no-repeat;
	width: 760px;
	margin: 0 auto;
	margin-top: 80px;
}


#menu {
	margin-top: 2px;
}

hr {
	height: 1px;
	border: none;
	color: #56534d;
	background: #56534d;
	margin: 0 232px 15px 0;
}

/* ------------ Menu ------------ */
	


ul#nav-list {
	padding: 33px 0 12px 10px;
	margin-bottom: 20px;
	margin-left: 80px;
}


ul#nav-list li {
	float: left;
	list-style:none;
	padding-right: 70px;
	
}

ul#nav-list a {
	color:#fff;
	text-decoration:none;
}

ul#nav-list a:hover, ul#nav-list a:focus, ul#nav-list a:active,
#projects li#nav-projects a,
#contact li#nav-contact a,
#paintings li#nav-paintings a,
#graphic_art li#nav-graphic_art a,
#collage li#nav-collage a {
	color: #d2c423;
}

/* ------------ Galllery Page Box ------------ */

#box-top {
	width: 715px;
	height: 25px;
	background: transparent url(/images/box-top.gif) top left no-repeat;
	margin: -33px 0 0 22px;
}


#box-mid {
	width: 715px;
	background: transparent url(/images/box-mid.gif) top left repeat-y;
	margin: -15px 0 0 22px;
}

#box-bot {
	width: 715px;
	height: 29px;
	background: transparent url(/images/box-bot.gif) top left no-repeat;
	margin: -13px 0 0 22px;
}

#box-mid p{
	text-align: center;
}


/* ------------ Extras ------------ */

.gallery-thumb {
	padding: 6px 6px;
}

.home-image {
	margin: -34px 0 0 22px;
}

.contact {
	padding: 0;
}

#footer {
	width: 760px;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
	padding: 6px 0;
}

#contact-info {
	color: #000;
	text-align: left;
	margin-left: 35px;
	padding: 10px 0 15px 30px;

}
#contact-info p{
	text-align: left;
}

#contact-info a{
	color: #821f1f;
}


/* ------------ EXTRAS ------------ */

.work-title {
	color: #000000;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid black;
	margin: 0 290px 0 30px; 
	font-size: 90%;
}


.f-right {
    float: right;
    margin: 0 0 10px 10px;
}

.f-left {
    float: left;
    margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */



/* ------------ IE6/PNG ------------ */

/* commented backslash hack v2 \*/
* html #wrap {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');
}
/* end hack */ 

