
/* Main Structure */
#outercontainer {
	width:			600px;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:		20px;
	/* 
	border-top:		solid 2px #ff0000;
	border-bottom:	solid 2px #ff0000;
	*/
	padding-bottom:	25px;
}

/* Header */

#headercontainer {

}

#headercontainer a img {
	border: none;
}

#logo {
	float:			left;
}

#swatch {
	float:			right;
}

/* Main Content */

#contentcontainer {
	padding-top:		25px;
}

/* Fonts and General Formatting */

html {
	background-color:		white;
	font-family:				"Neue Helvetica",Helvetica,Arial,sans-serif;
	font-size:			13px;
	color:				#434343;
	/* 
	font-size:			0.9em;
	text-align:			center; 
	color:				#444444;
	
		*/
}

a:link {
	color:rgb(238, 29, 35);
	text-decoration: none;
}

a:visited {
	color:rgb(238, 29, 35);
	text-decoration: none;
}

a:hover {
	color:rgb(238, 29, 35);
	text-decoration: none;
}