html,body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica;
	background-color: #09437C;
	background-image: url(../images/bgpattern.gif);
	background-position: 780px 0px;
}

#bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/bgpattern_ds.gif);
	background-repeat: repeat-y;
	background-position: 780px 0px;
}

#mainTable {
	height: 100%;
	width: 780px;
	background-color: #ffffff;
	background-image: url(../images/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: 200px 130px;
}

#mainCell {
	height: 100%;
	width: 780px;
	background-image: url(../images/bgRepeat.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}

#dotFade {
	background-image: url(../images/dotFade.gif);
	background-position: 202px bottom;
	background-repeat: no-repeat;
	display: table;
	height: 100%;
}

#top {
	width: 780px;
	height: 100px;
}

#menuTop {
	width: 780px;
	height: 30px;
	background-image: url(../images/menuTopBg.gif);
}

#categoryNameHolder {
	background-image: url(../images/categoryNameBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0c477d;
	width: 200px;
	height: 36px;
	height: auto !important;
	min-height: 36px;
}

#columns {
	width: 780px;
	display: table-row;
}

#sidebar {
	width: 200px;
	display: table-cell;
	vertical-align: top;
}


#content {
	width: 580px;
	display: table-cell;
	overflow-x: hidden;
	vertical-align: top;
}


#bottom {
	height: 31px;
	background-image: url(../images/bottomBg.gif);
	background-position: left top;
	color: #A99D83;
	font-size: 7pt;
	text-align: center;
	line-height: 26px;
}

.logoArea {
	background-image: url(../images/top_logo.gif);
}

.logoImage {
	margin-left: 16px;
	margin-top: 16px;
}

.languageLink {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #636363;
}

.languageLink:hover {
	text-decoration: none;
	color: #636363;
}

.languageLink:visited {
	text-decoration: underline;
	color: #636363;
}

.readMore {
	font-size: 7pt;
	margin-top: 0.5em;
	display: inline-block;
}


