﻿@import url('styles/layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('images/Glacier.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #A2C0D7;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #D1CECD;
}
#masthead {
	text-align: center;
	width: 1140px;
	padding: 10px;
	border: 1px solid #336699;
	background-image: url('images/nipple-rings-non-piercing-hidden-delites.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #A2C0D7;
	height: 100px;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-color: #000000;
	background-color: #D1CECD;
	border-right-style: groove;
}
#content {
	float: left;
	width: 1010px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #D1CECD;
	text-align: center;
}
#footer {
	text-align: center;
	clear: both;
	width: 1165px;
	border: 1px dotted #d8bfd8;
	background-color: #D1CECD;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-weight: normal;
	font-family: "Arno Pro";
	font-size: 31px;
}
#masthead h3 {
	color: #336699;
	font-size: large;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #D1CECD;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px groove #000000;
	background-color: #DDDCDB;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #336699;
	font-size: medium;
	font-weight: lighter;
	border-bottom-style: groove;
	border-bottom-color: #000000;
}
#navigation a:hover {
	color: #336699;
	text-decoration: none;
	background-color: #D1CECD;
	font-weight: bold;
	font-size: medium;
}
/* Content Styles */
h6 {
	color: #336699
}
h5 {
	color: #336699
}
h4 {
	color: #336699;
	text-align: center;
}
h3 {
	color: #336699;
	text-align: center;
}
h2 {
	color: #336699;
	text-align: center;
	font-size: large;
}
#content h1 {
	color: #336699;
	font-size: x-large;
}
.tabel {
	margin: auto;
	background-position: center center;
	border: 4px solid #FFFFFF;
	padding: inherit;
	width: 22px;
	display: table;
	text-align: left;
}
.style3 {
    border-width: 0;
	border-color: #FFFFFF;
}	
.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000080;
	font-weight: bolder;
}
.style6 {
	font-weight: 300;
	font-size: large;
	color: #402640;
	text-decoration: underline;
}
.style4 {
	text-align: center;
	font-size: large;
	font-weight: lighter;
	color: #336699;	
}
.newStyle1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #CA0000;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #336699;
	text-decoration: underline;
	font-weight: bolder;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

