@charset "utf-8";

/* Fulkerson Jewelers */

body {
	background-color: black;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
}

a {
	color: #4c8c7e;
	text-decoration: underline;
}

a img {
	border-style: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #4c8c7e;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #4c8c7e;
}

#wrapper {
	width: 801px;
	margin: 0px auto;
	
	background-color: #182c28;
	background-image:url(images/wrapper_background.jpg);
	background-position: 0px 157px;
	background-repeat: no-repeat;
}

#header {
}

#navigation {
}

#content {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
}

#col_left {
	width: 364px;
	float: left;
}

#col_right {
	width: 364px;
	float: right;
}

#footer {
	background-image: url(images/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
	text-align: right;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer span.copy {
	font-size: 10pt;
	color: #b4b4b4;
}

#footer img.message {
	float: left;
}

img.display_pic {
	border: 2px #4c8c7e solid;
}
