@charset "utf-8";
body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
h1
{
	font-family: Tw Cen MT, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #3CC;
}
h2
{
	font-weight: bold;
	font-size: 20px;
}
ul
{
	list-style-type: none;	
}
#top
{
	background-color: #FFF;
	width: 1000px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -500px;
	border-bottom: 20px solid #3CC;
}
#sideleft, #sideright
{
	background-color: #3CC;	
	display: block;
	z-index: -1;
	position: absolute;
	width: 500px;
}
#lineleft, #lineright
{
	background-color: #3CC;	
	display: block;
	z-index: -1;
	position: absolute;
	width: 500px;
	height: 20px;
	top: 115px;
}
#sideleft
{
	left: 0px;
	top: 20px;
	height: 88px;
}
#sideright
{
	right: 0px;
	top: 18px;
	height: 91px;
}
#lineleft
{
	left: 0px;
}
#lineright
{
	right: 0px;
}
#navboxes
{
	height: 100px;
	position: absolute;
	top: 5px;
	left: 209px;
	margin: 0;
	padding: 0;
}
#navboxes a
{
	display: block;	
	width: 60px;
	height: 85px;
	margin: 0px 0px 0px 3px;
	background-color: #DDD;
	text-align: center;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Tw Cen MT;
	font-size: 14px;
	padding-top: 5px;
}
#navboxes a:hover
{
	background-color: #3CC;
	color: #666;
}
#navboxes li
{
	margin: 0;
	padding: 0;
	float: left;
}
#logo
{
	position: absolute;
	left: 716px;
}
#listboxlinks
{
	text-align: center;
	width: 110px;
	height: 80px;
	position: absolute;
	left: 885px;
	top: 15px;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 25px;
}
#listboxlinks a
{
	text-align: center;
	position: relative;
	left: -40px;
}
.blueline
{
	color: #3CC;
	background-color: #3CC;
	height: 2px;
	width: 40px;
	position: relative;
	left: 35px;
	margin: 0;
	padding: 0;
}
#content
{
	background-color: #FFF;
	width: 1000px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -500px;
}
#itempics
{
	position: absolute;
	width: 450px;
	left: 75px;
	border-right: 5px solid #3CC;
}
#itempics li
{
	margin-bottom: 20px;
	text-align: center;
}
#itempics img
{
	width: 320px;
	height: 190px;
}
#itemtexts
{
	position: absolute;
	width: 450px;
	left: 525px;
}
#itemtexts li
{
	margin-bottom: 20px;
	height: 190px;
}
p
{
	margin: 10px 0px;	
}
.date
{
	font-size: 10px;
	color: #666;
}
.infotag
{
	font-weight: bold;	
}
.info
{
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	color: #3CC;
}
a
{
	color: #000;
	text-decoration: none;
}
li a:hover img
{
	border: 2px solid #3CC;	
	margin: -2px;
}
li a img
{
	border: none;	
}
#titlepic
{
	position: absolute;	
}