body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #DDDDDD;
}
textarea, select, option, input
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px Solid #c0c0c0;
	background: #FFFFFF;
}
.title-link
{
	width: 438px;
	text-align:center;
}
.title-link a
{
	font-size: 16px;
}
.product-box
{
	background: #C8C8C8;
	border:1px solid;
	margin-top:15px;
	margin-bottom:25px;
	text-align: center;
}
.product
{
	float:left;
	margin:7px;
}
#container
{ 
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5f5f5e;
	background: #FFFFFF url(images/container_back.gif) top left repeat-y;
}
#header
{
	width: 590px;
	height: 130px;
	background: #FFFFFF url(images/top_header.jpg) top right no-repeat;
	float: right;
	text-align: right;
}
	#header h1 { 
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 10px;
		margin-top: 10px;
		line-height: 65px;
	}
	#header span { 
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		color: #666666;
	}
		
	#header h2 {  
		font-family: "Times New Roman", Times, serif;
		font-size: 20px;
		color: #CACACA;
		letter-spacing: -1px;
		font-style: italic;
		line-height: 0px;
		margin-right: 10px;
	}
#left_black {
	width: 150px;
	min-height: 600px;
	background: #333333 url(images/left_black.jpg) top left no-repeat;
	float: left;
}
	.navcontainer { 
	 	width: 150px; 
		margin-top: 25px;
	}

	.navcontainer ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer a {
		display: block;
		padding: 3px;
		width: 144px;
		font-size: 0.7em;
	}
	
	.navcontainer a:link, .navlist a:visited {
		color: #EEE;
		text-decoration: none;
	}
	
	.navcontainer a:hover {
		background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #FFFFFF;
	}
		
		
			
		
#core {
	width: 590px;
	min-height: 470px;
	background: #FFFFFF url(images/core_back.jpg) top left no-repeat;
	float: right;
}

.core_text {
	width: 438px;
	float: right;
	padding: 5px;
	margin-right: 15px;
	_margin-right: 8px; /* IE HACK */
	margin-top: 10px;
	background: #FFFFFF url(images/pink_core_back.jpg) top left no-repeat;
	font-size: 0.6em;
	color: #666666;
}
	.core_text h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -2px;
		color: #ff1493;
		padding: 5px 10px 0px 5px;
	}
	.core_text p {
		padding: 5px;
		color: #666666;
	}
	.core_text a {
		color: #ff1493;
	}
		


#footer {
	width: 740px;
	height: auto;
	background: #ff1493;
	clear: both;
	text-align: center;
}
	#footer p {
		padding: 3px;
		margin: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		color: #000000;
	}
	#footer a {
		color: #5A0C4D;
		text-decoration: none;
	}