@charset "utf-8";
/* CSS Document */

* {
	paddin: 0;
	margin: 0;
}

body {
	background-color: #330000;
	color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link {
	color: #663300;
	text-decoration: none;
}

a:visited {
	color: #663300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #663300;
	text-decoration: none;
}

h1 {
	color: #009966;
	font-style: italic;
}

h2, h3, h4, h5, h6, h7 {
	color: #330000;
	font-style: italic;
}

h1 a {
	color: #009966;
	text-decoration: none;
	font-style: italic;
}

h2 a {
	color: #330000;
	text-decoration: none;
	font-style: italic;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

blockquote {
	border-left: solid 2px #009966;
	margin-left: 10%;
}

p {
	padding: 5px;
}

/*ul, ol {
	margin-left: 10%;
}*/
.blockquote {
	
	font-weight: bold;
	padding-left:90px;
	margin-left:90px;

}

ul.homepage {
	margin-left: 20px;
	font-weight: bold;
	padding-left: 20px;
}

#header {
	background-color: #009966;
	height: 231px;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*#logo {
	background-color: #ffffff;
	background-image: url(images/riccis_header_carpet_1000x200.jpg);
	height: 200px;
}*/

#content {
	background-color: #ffffff;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#footer {
	background-color: #009966;
	color: #330000;
	text-align: center;
	height: 200px;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #ffffff;
}

.left-content, .right-content {
	padding: 5px;
	height: auto;
}

.left-content {
	float: left;
	width: 40%;
	margin-right: 25px;
	margin-left: 5px;
	height: auto;
}

.right-content {
	text-align: left;
	margin-right: 5px;
	height: auto;
}

.specials {
	border: solid 2px #009966;
	text-align: justify;
	margin-bottom: 10px;
}

.specials strong {
	color: #009966;
	font-size: 16px;
	font-style: italic;
}

p.portfolio-image {
	text-align: center;
}

.portfolio-image img {
	width: 375px;
}

p.footer-nav a {
	padding: 15px;
	color: #ffffff;
}

p.footer-copyright {
	background-color: #330000;
	color: #663300;
}

p.signature {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
}

p.top {
	text-align: right;
}

.samples {
	padding: 25px;
	text-align: center;
}

.warning {
	color: #CC0000;
	font-weight: bold;
}

.success {
	color: #009966;
	font-weight: bold;
}