body {
	margin: 0px;
	padding:0px;
	background: #F7F7F5 url('images/a1.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:780px;
	height:auto;
	margin:0px auto;
	background-color:#FFFFFF;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#content {
	width:778px;
	height:auto;
	margin:0px auto;
	background: #FAFAF9;
}

#header {
	height:76px;
	border-bottom: 1px solid #CCAAAA;
}

#header_left {
 	background-image:url('images/logo.gif');
	background-repeat:no repeat;
	background-position:center left;
	width:280px;
	height:74px;
	float:left;
}

#header_right {
	width:490px;
	padding:30px 0px 0px 0px;
	float:right;
}


#links ul {
	list-style-type:none;
	height:auto;
	float:left;
}

#links li{
	width:111px;
	height:25px;
	text-align:center;
	background-color:#F45555;
	border-left:1px solid #FFF;
	float:left;
	display:block;
}

#links a{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#F44444;
	display:block;
	height:22px;
	padding-top:6px
}

#links a:hover{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration: underline;
	background-color:#EE0000;
	display:block;
	height:22px;
	padding-top:6px
}

#footer {
	width:778px;
	height:64px;
}

#footer_text {
	text-align:center;
	font-size:12px;
	color:#777777;
	text-decoration:none;
	height:24px;
}


#footer_left {
	width:551px;
	background-color:#EE3237;
	text-align:center;
	font-size:20px;
	color:#FFFFFF;
	text-decoration:none;
	height:64px;
	line-height:64px;
	float: left;
}

#footer_right {
 	background-image:url(images/foot_right.jpg);
	background-repeat:no repeat;
	background-position:center right;
	width:227px;
	height:64px;
	float: right;
}

#contentarea {
	clear:both;
	overflow:hidden;
	padding:15px 15px;
}

#leftbar {
	float:left;
	width:500px;
	border: 1px solid #EEEEEE;
	background: white;
	margin:0px 0px 10px 10px;
	padding:0px 0px 10px 0px;
}

#leftbarheader{
	font-size:20px;
	font-weight:normal;
	color: #AA3333;
	padding-bottom:5px;
	padding-left:6px;
	border-left:4px solid #F45555;
	border-bottom:1px solid #F45555;
	height:20px;
	margin-top:0px;
	background: #FCFCF9;
}


#leftbar h2{
	font-size:24px;
	color:#777777;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar h3{
	font-size:14px;
	color:#444444;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p{
	font-size:13px;
	color:#555555;
	font-weight:normal;
	text-decoration:none;
	padding:0px 20px;
}

#leftbar a {
	font-size:12px;
	color:#AA3333;
	font-weight:bold;
	text-decoration:none;
}

#leftbar a:hover {
	font-size:12px;
	color:#AAAAAA;
	font-weight:bold;
	text-decoration:underline;
}

#leftbar ul {
	list-style-type:none;
	margin:16px; 

}

#rightbar {
	float:right;
	width:230px;
}


#screen {
	visibility: hidden;
	width: 227px;
	padding: 45px 0px 0px 12px;
}

.panel {
	position: relative;
	float: right;
	width: 105px;
	height: 100px;
	margin: 3px;
	overflow: hidden;
	border: 1px solid #F45555;
}

.imgPanel {
	position: relative;
}



