﻿body
{
	font-family: Verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	background: #000000 url(/images/bg_tile.jpg) repeat-x top;
	/*background-attachment: fixed;*/
}
#wrapper
{
	margin: 0px auto;
	text-align: center;
	width: 100%;
	background: url(headerBG.jpg) repeat-x top;
}
#header
{
	margin: 0px auto;
	height: 100px;
	text-align: center;
	width: 1000px;
	background: url(/images/box_top.jpg) no-repeat bottom;
}
#header-content
{
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}

#header-logo
{
	padding: 23px 0px 0px 10px;
	float: left;
}
#tabs
{
	float: right;
}
#tabs ul
{
	list-style: none;
	margin: 46px 20px 0px 0px;
}
#tabs li
{
	display: inline;
	padding-left: 10px;
}
#tabs li img
{
	border: 0px;
}
#content-wrapper
{
	margin: 0px auto;
	width: 1000px;
	text-align: center;
}
#content
{
	float: left;
	width: 1000px;
	text-align: left;
	background: url(/images/box_tile.jpg);
}
#footer
{
	margin: 0px auto;
	width: 1000px;
	text-align: center;
}

#footer-content
{
	float: left;
	color: #CCCCCC;
	width: 1000px;
	padding: 25px 0px 10px 0px;
	background: url(/images/box_bottom.jpg) no-repeat top;
}

#body
{
	float: left;
}
#body-content
{
	padding: 0px 20px 20px 20px;
}
#body h1
{
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 24px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
	color: #006699;
}
#body h1 a:link, #body h1 a:visited
{
	font-family: Trebuchet MS, helvetica, sans-serif;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}
#body h1 a:hover
{
	font-family: Trebuchet MS, helvetica, sans-serif;
	color: #0099CC;
	font-weight: normal;
	text-decoration: underline;	
	background:none;
}
#body h2
{
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
	color: #006699;
	border-bottom: 1px solid #0099CC;
}
#body h3
{
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 4px;
	margin: 0px;
	background: #0099cc;
	border-top: 2px solid #3366CC;
	color: #FFFFFF;
}
#body a:link, #body a:visited
{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#body a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background:#0099CC;
}

#body ul
{
	margin: 0px;
	padding: 0px;
}
#body li
{
	list-style: none;
	margin: 10px 0px 12px 0px;
	padding: 0px 0px 7px 0px;
	background: url(/images/block_1.gif) repeat-x bottom left;
}
#body li a:link, #body li a:visited
{
	color: #006699;
	font-weight: normal;
}
#body li a:hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background:#0099CC;
}
.box-top-left
{
	background: url(/images/box_top_left.jpg) no-repeat top left;
}
.box-top-right
{
	background: url(/images/box_top_right.jpg) no-repeat top right;
}
.box-bottom-left
{
	background: url(/images/box_bottom_left.jpg) no-repeat bottom left;
}
.box-bottom-right
{
	background: url(/images/box_bottom_right.jpg) no-repeat bottom right;
	padding: 10px 0px 10px 0px;
}
.box-tile
{
	border-left: 1px solid #0099CC;
	border-right: 1px solid #0099CC;
	padding: 0px 10px 0px 10px;
	
}

.post-header
{
	font-size:13px;
	font-weight:bold;
}

#image-list
{
	padding:10px 0px 10px 0px;	
}
#image-list ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border:0px;		
}
#image-list li
{
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	background: none;
	
}
#image-list li img
{
	border: 0px;
}

.textbox
{
	border:1px solid #6699CC;
}
.button
{
	border:1px solid #6699CC;
	background:#99CCFF;
	
}