body{
	padding:0px;
	margin:0px;
	background: url('images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.center { 
text-align: center;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper {
	width:960px;
	margin:0 auto;
	margin-top:0px;
}
.item
{
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #333;
	border-radius:  ;
    background-color : #ffffff;
}
.item1
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #333;
	border-radius:  ;
    background-color :#ccc;
	padding: 8px;
}

.item_title
{	text-align: left;
    background-color: #333;
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    padding: 3px;
}

.item_content
{
    color : #000000;
    font-family : arial;
    font-size : 8pt;
    font-weight : normal;
    font-style : normal;
    padding: 5px;
}

.item_caption
{
    color : #000000;
    font-family : arial;
    font-size : 8pt;
    font-weight : normal;
    font-style : normal;
    padding: 5px;
}
.text1 {
	font: 14px Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	text-align:left;
}
.text3 {
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
}
a:link {
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#993300;
	font-weight:normal;
	text-decoration:none;
}

a:visited{
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#848484;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#848484;
	font-weight:normal;
	text-decoration:underline;
}
.darkmenu {
	width:960px;
	height:62px;
	background: transparent;
	background-image:url(images/dark.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin:0 auto;
	clear:both;
	margin-bottom:0px;
}
.darkRed {
	position: relative;
	height: 62px;
	width: 700px;
	overflow: hidden;
	float:left;
}
.darkRed li {
	float: left;
	list-style: none;
	width: 110px;
	height:52px;
	background-image:url(images/darksep.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:9px;
}
.darkRed li.back {
	background-image:url(images/darkred.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkRed li a {
	font-size: 16px ;
	font-family:"Myriad Pro", sans-serif;
	font-weight: normal;
	text-decoration: none;
	width:110px;
	color: #d8d8d8;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	top:18px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.darkRed li a:hover {
	color:#fff;
}
