/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background: url('images/bg2.jpg') top center repeat-x #f4f3ef;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e3e3e;
	}
	
a:link, a:visited {color: #D84D77;}
a:hover, a:active {color: #1D899F;}


img.border {border: 1px solid #999999;
	padding: 4px;}
img.border-left {border: 1px solid #999999;
	background: #ffffff;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 4px;}
img.border-right {border: 1px solid #999999;
	background: #ffffff;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 4px;}

p { padding: 0px 10px 0px 10px;
	text-align: justify; }
	
h1 {font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	color: #D94E78;}

h2 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa1745;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	font-size: 20px;
	font-style: italic;}
	
h3 {font-size: 16px;
	font-weight: normal;
	font-weight: bold;
	font-style: italic;
	padding: 0px 10px 0px 10px;
	color: #4F4F4F;}
	
table.designers {border: 1px solid #cccccc;
	margin-left: 10px;}
table.designers td{border: 1px solid #cccccc;}
table.designers p {text-align: left; padding: 0px;
	text-align: center;}
table.designers h3 {margin: 0px;}

table.contact p{margin: 0px;}
a.top {text-decoration: none;}
	
#header {height: 113px;
	margin: 0 auto;}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}	
#fixed {
	position: fixed;
	margin: 0 auto;
	z-index: 50;
	background: url('images/bg2.jpg') top center repeat-x #f4f3ef;}	
#content-container {
	width: 900px;
	padding-top: 230px;
	z-index: 0;
	}
#content {width: 900px; float: left;
	padding-bottom: 20px;}
#right-content {width: 200px; float: right;
	background: url('images/right-content-bg.jpg') top left no-repeat #fcdae6;
	margin: 20px 0px 0px 20px;
	}
#right-content p{text-align: left; padding-left: 20px;}
#right-content h1{font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa1745;  padding-left: 20px;
	text-transform: uppercase;
	font-size: 20px;
	margin: 10px auto;}

#mainnav {width: 900px;
	height: 118px;
	text-align: right;
	padding: 0px;
	}
#mainnav ul{list-style-type:none;
	margin:0px;}
#mainnav li{}
#mainnav a{text-decoration: none;}
#mainnav a:link, #mainnav a:visited{color: #000000;}
#mainnav a:hover, #mainnav a:active{color: #000000;}	
#footer {clear: both; background: #000000; border-top: 3px solid #D84D77; margin: 0px auto;
	padding: 10px 0px 10px 0px;}
#footer p {text-align: center; margin: 10px auto; color: #F099B9;}
.pilot {font-size: 10px;}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */