/* CSS Document */

body {
	background-image: url(images/background_body.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #121212;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

p {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	display: block;
	line-height: 20px;
}

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: red;
}

a img {
	border: 0px;
	text-decoration: none;
}

#main {
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	width: 950px;
	margin: 0 auto;
	clear: both;
	padding: 0px 20px;
}

#header {
	height: 140px;
}

.businesscard {
	color: white;
	padding-top: 65px;
	font-weight: bold;
	letter-spacing: 0.25em;
}

.businesscard .address {
}

.businesscard .phone {
	font-size: 20px;
}

.nav {
	width: 250px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.nav .menuitem {
	padding: 0px 0px 6px 0px;
}

.nav .menuitem a {
	display: block;
	color: #999;
	text-decoration: none;
	width: 228px;
	height: 16px;
	padding: 32px 2px 2px 0px;
	background-color: black;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.nav .menuitem a:hover, .nav .menuitem .active {
	color: white;
}

.nav .menuitem #mike {
	background-image: url(images/nav/mike.gif);
}

.nav .menuitem #damon {
	background-image: url(images/nav/damon.gif);
}

.nav .menuitem #jamie {
	background-image: url(images/nav/jamie.gif);
}

.nav .menuitem #nathan {
	background-image: url(images/nav/nathan.gif);
}

.nav .menuitem #teri {
	background-image: url(images/nav/teri.gif);
}

.nav .menuitem #galleries {
	background-image: url(images/nav/galleries.gif);
}

.nav .menuitem #jewelry {
	background-image: url(images/nav/jewelry.gif);
}

.nav .menuitem #contact {
	background-image: url(images/nav/contact.gif);
}

.nav .menuitem #home {
	background-image: url(images/nav/home.gif);
}

.about {
	background-image: url(images/headers/about.gif);
	background-repeat: no-repeat;
	height: 523px;
}

.gallery {
	background-image: url(images/headers/galleries.gif);
	background-repeat: no-repeat;
}

.mike {
	background-image: url(images/headers/mike.gif);
	background-repeat: no-repeat;
}

.jamie {
	background-image: url(images/headers/jamie.gif);
	background-repeat: no-repeat;
}

.nathan {
	background-image: url(images/headers/nathan.gif);
	background-repeat: no-repeat;
}

.damon {
	background-image: url(images/headers/damon.gif);
	background-repeat: no-repeat;
}

.teri {
	background-image: url(images/headers/teri.gif);
	background-repeat: no-repeat;
}

.contact {
	background-image: url(images/headers/contact.gif);
	background-repeat: no-repeat;
}

.innerdiv {
	padding: 50px 10px 10px 28px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	padding: 10px 0px 20px 0px;
	height: 20px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
}


/***** CONTENT CSS *****/

#content {
	width: 700px;
	float: left;
}

.inkbox230 {
	background-color: black;
	color: #999;
	width: 228px;
}

.inkbox680 {
	background-color: black;
	color: #999;
	width: 678px;
}

.top {
	text-align: right;
	border-top: 1px solid #CCCCCC;
	margin: 10px 0px 0px 0px;
	padding: 1px 10px;
	font-size: 11px;
}

.width100 {
	width: 100px;
}

.width200 {
	width: 200px;
}

.borderred {
	border: 1px solid #900;
}

.borderblue {
	border: 1px solid #03C;
}

.bordergreen {
	border: 1px solid #4D4D00;
}


.trebuchet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bold {
	font-weight: bold;
}
