﻿@import url("layout.css");
body {
	background: #FFFFFF url('../images/silver-paper.jpg') repeat left
top;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
}
#container {
	width: 97%;
	margin: 0 auto;
	margin-top: 57px;
	border-bottom: 2px solid #a0522d;
	background-color: #DDDDDD;
	border-bottom-color: #D03545;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color: #D03545;
	margin-bottom: 50px;	
}
#masthead {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/nipple-rings-silver-logo.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 50px;
	margin-bottom: 20px;	
}
#navigation {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	width: 510px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#sidebar {
	float: right;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: 500;
	color: #D03545;
	float: right;
	margin-top: 35px;
	display: inline;
	font-size: small;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead h3 {
	font-weight: 500;
	color: #D03545;
	text-transform: lowercase;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 10px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: thin solid #D03545;
	background-color: #C0C0C0;
	font-size: medium;
	font-weight: bold;
}
#navigation a:hover {
	border: thin solid #C0C0C0;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #D03545;
}
/* Content Styles */
h6 {
	color: #D03545;
}
h5 {
	color: #D03545;
}
h4 {
	color: #D03545;
}
h3 {
	color: #D03545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: 400;
}
h2 {
	color: #D03545;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}
#content h1 {
	color: #D03545;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}
#content img {
	border: medium solid #D03545;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	border: medium solid #D03545;
	float: none;
	margin-bottom: 5px;
	margin-left: 5px;
	background-position: center center;
}
/* Footer Styles */
#footer p {
	font-size: small;
	color: #808080;
}
#footer a {
	color: #D03545;
	text-decoration: underline;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #D03545;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.tabel {
	border: 3px solid #D03545;
	padding: 6px 1px 1px 1px;
	width: 22px;
	display: block;
	background-color: #C0C0C0;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
}.style1 {
	font-size: medium;
	color: #D03545;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
}
.newStyle4 {
	font-weight: 500;
	color: #D03545;
	text-transform: lowercase;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 10px;
}


