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

body{
background:url(images/background.jpg);
}

p{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:200;
color:#666666;
line-height:18px;
}

h1{
font-family:"Times New Roman", Times, serif;
color:#666666;
font-size:16px;
font-weight:500;
}

h2{
font-family:"Times New Roman", Times, serif;
color:#000066;
font-size:20px;
font-weight:200;
}

h3{
font-family:"Times New Roman", Times, serif;
color:#666666;
font-size:16px;
font-weight:200;
}

a:link{
color:#000066;
text-decoration:underline;
}

a:visited{
color:#000066;
text-decoration:underline;
}

a:hover{
color:#000066;
text-decoration:none;
}


blockquote{
margin-right:15px;
margin-left:15px;
}


/** Merchandise **/

#merch p{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:200;
color:#666666;
line-height:8px;
}

/** Designers **/

#designers_page p{
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:200;
color:#666666;
line-height:20px;
text-align:center;
}

#designers p{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:200;
color:#666666;
line-height:18px;
}

#designer_container{
	width:650px;
	border: 1px solid #000033;	
}




