body {
	background:url(http://www.unicornsportswear.com/layout/images/bckg.jpg) repeat-x #fefefe;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#525252;
	}
	
.red {
	color:#f73602;
	}
	
a {
	color: #333;
	text-decoration:none;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}
	
#main {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	position: relative;
}
	
#navbar{
	height:60px;
	font-family:Helvetica, Arial,  sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color: transparent;
	
	}
#navbar ul {
	margin: 0;
	padding: 30px 0 0 40px;
}
		
#navbar ul li {
	display: inline;
	background: url(http://www.unicornsportswear.com/layout/images/li.gif) no-repeat;
	background-position: 10px 5px;
	padding: 0 5px 0 20px;
}
			
#navbar ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}
				
#navbar ul li a:hover {
	color: #333;
	border-bottom: 2px solid #722AB0;
}
						
	
#header {
	height: 222px;
	background: #fff url(http://www.unicornsportswear.com/layout/images/head_bckg3.jpg) no-repeat;
}
	
#left_bar_header {
	float:left;
	width:346px;
	height:160px;
	padding:55px 0 0 0px;
	}
	
		
#right_bar_header {
	float:right;
	height:222px;
	text-align:right;
	}

#container {
	clear: both;
	width: 950px;
	background-color: #FFFFFF;
	font-size: 1em;
}	
	
.padding {
	padding: 25px;
}

#content {
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}
	
#content h1 {
	font-family: Helvetica, Arial,  sans-serif;
	color: #535353;
	font-size: 20px;
	font-weight: normal;
	padding-left: 15px;
	border-left: 3px solid #f73602;
}
		
#ddcontent {
	height: 40px;
	background-color: #FFFFFF;
	margin: 0 auto 30px auto;
	width: 880px;
	background: url(http://www.unicornsportswear.com/layout/images/dd-barbg.gif) no-repeat;
}
	
.ddleft {
	width:60%;
	float:left;
	padding-top: 10px;
	margin-left:30px;
	}

.ddright {
	width:30%;
	float:right;
	padding-top: 6px;
	margin-right:3px;
	}
	
.clear {
	clear: both;
}
	
		
#first_column {
	width:27%;
	float:left;
	padding:0 20px 0 10px;
	margin-right:1%;
	margin-left:1%;
	}

#second_column {
	width:27%;
	float:left;
	padding:0 10px 0 10px;
	margin-right:1%;
	margin-left:1%;
	}

#third_column {
	width:27%;
	float:left;
	padding:0 10px 0 20px;	
	margin-right:1%;
	margin-left:1%;
	}

	
#columnA {
	float: right;
	width: 680px;
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#columnA a {
	color: #3877B8;
	text-decoration:none;
	}
#columnA a:hover {
	color:#000;
	text-decoration:none;
	}

#columnB {
	float: left;
	width: 180px;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#columnB ul {
	margin: 0;
	padding: 10px 0 10px 0px;
	list-style: none;
}

#columnB li {
	display: block;
	list-style: none;
	line-height: 1.5em;
}
		
#columnB ul li {
	display: block;
	list-style: none;
}
			
#columnB ul li a {
	color: #333;
	text-decoration: none;
	list-style: none;
}

#columnB ul li a:hover {
	color: #000000;
	text-decoration: none;
	list-style: none;
}
	
#footer {
	width: 100%;
	padding: 30px 0 30px 0;
	border-top: 10px solid #F3F3F3;
	text-align: center;
}
	
#footer a {
	color: #525252;
	text-decoration: none;
}
		
#footer a:hover {
	color: #f73602;
	text-decoration: none;
}
		
.bordered {
	padding: 5px;
	border: 2px solid #EFEFEF;
}	
				
				
	