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

* {padding: 0; margin: 0;}
p {margin-top: 0;}

html { overflow: -moz-scrollbars-vertical !important; }

body {
	color:#666;
	font-size:14px;
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height:1.5em;
	background-image:url(../images/webpagebackdrop.jpg);
}

img {border:none; }

a:link {color:#666; text-decoration: underline; }
a:active {color: #666; text-decoration: underline; }
a:visited {color: #666; text-decoration: underline; }
a:hover {color: #333; text-decoration: underline; }

#content {
	width:900px;
	background-color:#fff;
	margin:0 auto;
	border:1px solid #666666;
	overflow:auto;
	margin-top:20px;
	}
	
#navigation {
	border-bottom:1px solid #CCCCCC;
	}

#main {
	width: 650px;
	float:right;
	}

#main p {
	padding: 1em 20px 0px 20px;
	}
	
#main h2 {
	margin: 20px 20px 0px 20px;
	padding-bottom:5px;
	}	
	
#main img.left {
	float:left;
	padding:0px 20px 20px 0px;
	}
	
#main img.right {
	margin:0px;
	margin-top:20px;

	}
	
#main img {
	margin: 20px 0px 10px 20px;
	}
	
#collections {
	width: 900px;
	margin-top: 20px;
	margin-bottom:50px;
	}
	
#torso_ec {
	background-color:#d3e0cc;
	overflow:hidden;
	}
	
#collections_ec {
	width: 900px;
	background-color:#d3e0cc;

	}
	
#video {
	padding-left:20px;
	padding-bottom:50px;
	}

#sidebar {
	width: 230px;
	float:left;
	min-height:400px;
	}

#sidebar p {
	padding: 20px;
	}
	
#sidebar h3 {
	margin: 20px 20px 5px 0px;
	padding-bottom:5px;
	border-bottom: 1px solid #CCCCCC;
	}
	
#footer {
	width: 900px;
	margin:0 auto;
	margin-top:20px;
	padding-bottom:50px;
	}
	
#footer p, h3 {
	padding-left:20px;
	}
	
#info {
	width: 450px;
	float: left;
	}
	
#credit {
	width:300px;
	float:right;
	text-align:right;
	color:#666;
	}
#credit a:link {color:#666; text-decoration: underline; }
#credit a:active {color: #666; text-decoration: underline; }
#credit a:visited {color: #666; text-decoration: underline; }
#credit a:hover {color: #333; text-decoration: underline; }
