/*--------------(    HTML    )---------------*/

img {
	/* behavior:url("../pngbehavior.htc"); */
}
body, table, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body.body {
	margin:0px;
	padding:0px;
	color: #666666;
	background-image: url(../img/page-backgr.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #88888A;
	padding-top:22px;
}
h1 {
	display:block;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #2c79c0;
	font-size : 16px;
	padding-bottom:3px;
}
a, a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	font-weight:normal;
	color:#666;
}
form {
	padding: 0px;
	margin: 0px;
}



/*--------------(    MAIN FRAME    )---------------*/

.frm-top-left {
	background-image: url(../img/frm-top-left.png);
	background-repeat : no-repeat;
	background-position : bottom;
	width:11px;
	height:10px;
}
.frm-top {
	background-image: url(../img/frm-top.png);
	background-repeat : repeat-x;
	height:10px;
	background-position : bottom;
}
.frm-top-right {
	background-image: url(../img/frm-top-right.png);
	background-repeat : no-repeat;
	background-position : bottom;
	width:11px;
	height:10px;
}
.frm-left {
	background-image : url(../img/frm-left-backgr.png);
	background-repeat : repeat-y;
	
}
.frm-center {
	background-color : white;
	background-image : url(../img/frm-center-backgr.png);
	background-repeat : repeat-y;
	
}
.frm-right {
	background-image : url(../img/frm-right-backgr.png);
	background-repeat : repeat-y;
}
.frm-bottom-left {
	background-image : url(../img/frm-bottom-left.png);
	background-repeat : no-repeat;
	background-position : top;
	width:11px;
	height:36px;	
}
.frm-bottom {
	background-image: url(../img/frm-bottom-.png);
}
.frm-bottom-right {
	background-image : url(../img/frm-bottom-right.png);
	background-repeat : no-repeat;
	background-position : top;
	width:11px;
	height:36px;	
}


/*--------------(    WRAPPERS    )---------------*/

#main-wrapper {
	width:100%;
	float:left;
	clear:both;
}
#left-wrapper {
	float:left;
	width:180px;
	border:0px solid red;
}
#right-wrapper {
	float:right;
	width:641px;
	border:0px solid blue;
}
#logo {
	background-image : url(../img/logo.png);
	background-repeat : no-repeat;
	width:180px;
	height:220px;
}
.logo-link {
	display: block;
	width:180px;
	height:220px;
}
#mainmenu {
	background-image : url(../img/mainmenu-backgr.png);
	background-repeat : repeat-x;
	min-height:200px;
	height: auto !important;
	height:200px;
}
#newsletter {
	background-image : url(../img/newsletter-hdr.png);
	background-repeat : no-repeat;
	background-position : top;
	padding-top:40px;
	margin-top:10px;
	padding-bottom:10px;
}
#rightside {
	padding:10px;
	margin-top:0px;
	padding-bottom:10px;
}
#topbar {
	background-image : url(../img/topbar-backgr.png);
	background-repeat : repeat-x;
	height:30px;	
	line-height:30px;
	clear:both;
	float:left;
}
#lang {
	float:left;
	border:0px solid red;
	width:150px;
	padding-left:6px;
}
#search {
	float:right;
	border:0px solid blue;
	width:300px;
	text-align : right;
	padding-right:6px;
}
table.s-table {
	float:right;
}
td.s-button-td {
	padding-left:2px;
}
.searchbox {
	height:19px;
	width:150px;
	border:1px solid #2c79c0;
}
#flash {
	background-image : url(../img/flash-.png);
	width:641px;
	height:184px;
	clear:both;
}

#footer {
	background-image : url(../img/copyright-backgr.png);
	background-repeat : repeat-x;
	border:0px solid red;
	position: relative;
	width:641px;
	top:-32px;
	float:right;
	height:27px;
	line-height : 27px;
	text-align : center;
}
#content-wrapper {
	width:641px;
}
#content {
	float:left;
	width:422px !important;
	width: 462px;
	background-image : url(../img/content-backgr.png);
	background-position : top right;
	background-repeat : no-repeat;
	min-height:250px;
	height: auto !important;
	height:250px;
	padding:20px;
	border:0px solid red;
}

#sidebar {
	float:right;
	width:159px;
	background-image : url(../img/rightside-backgr.png);
	background-position : top left;
	background-repeat : no-repeat;
	min-height:446px;
	height: auto !important;
	height:446px;
	padding:10px;
}

.sidebar-border {
	border-bottom:2px solid #474747;
}

#wearehere {
	padding:13px;
}
#date {
	border:0px solid red;
	text-align : center;
	width:159px;
	position : relative;
	z-index : 20;
	border-bottom:1px solid #88888a;
	background-image : url(../img/rightside-img-top.png);
	background-position : bottom;
	display : block;
	padding-top:15px;
	height:50px;
	margin-bottom:10px;
}
#news {
	width:155px;
	background-image : url(../img/news-hdr.png);
	background-repeat : no-repeat;
	background-position : top left;
	padding-top:40px;
	padding-bottom:40px;
}
#copyright {
	width:100%;
	text-align : center;
	position : relative;
	top:-30px;
}

