/* LAYOUT */

.body{
	background: white url(../img/page-backgr.jpg) repeat-x scroll top;	/* Canvas background */
	background-color : #585858;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:white;
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
div#page{
	background: transparent url(../img/page-background.gif) repeat-x scroll top;	/* Page background */
	width: 840px;	/* Page width */
	margin: 0 auto;	/* Center (other browsers) */
	
	text-align: left;
}

a:link, a:visited {
	color:white;
}
a:hover {
	color:#999;
}


	/* TOP */

div#top{
}

	div#header{
		margin-bottom:10px;
	}
	div#links{
		float : right;
		position : relative;
	}
			div#links a.home, div#links a.mail {
				display: block;
				float: left;
				margin-left: 10px;
				padding: 0 10px 0 15px;
				text-decoration: none;
				padding-top:39px;
			}
				div#links a.home{
					background: transparent url(../img/red-arrow.gif) no-repeat scroll left bottom;
					border-right:1px solid #666;
				}
				div#links a.mail{
					background: transparent url(../img/red-arrow.gif) no-repeat scroll left bottom;
				}
	
		div#logo {
			height:62px;
			width:197px;
			position : relative;
			top:99px !important;
			top:129px;
			left:10px;
		}
		div#flashtop {
			background-color : white;
			padding:10px;
			width:820px;
			height:380px;
		}
	
	div#top-bar {
		min-height: 50px;
		height:		auto !important;
		height: 	50px;
		
		background: yellow;
	}
		div#date {}
		
		div#menu-top {}


	/* MIDDLE */

div#middle {
	clear: both;
	height: 100%;
	background-image: url(../img/main-backgr.gif);
	background-repeat: repeat-y;
}
div#middle_bottom {
	/* Used to expand the middle cell */
	clear: both;
	height: 10px;
	font-size: 0;
}

	div#left-column {
		float: left;
		width: 243px;
	}
		div#menu {
		background-color : #5d5d5d;
		padding:10px;
		}
	
	div#main-column {
		float:right;
		width:588px;
	}
		div#content {
			height: 	1%;
			padding:25px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	
	min-height: 100px;
	height:		auto !important;
	height: 	100px;	
	text-align: center;
}

	div#footer2-wrapper {
		border-top:1px solid #949494;
		float:right;
		width:588px;
	}

	div#footer{
		border-top:1px solid #949494;
		float:left;
		width:240px;
		padding-top:15px;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{
		width:200px;
		border:0px solid red;
		float:right;
	}
	div#copyright2{
		width:380px;
		border:0px solid red;
		float:left;
	}
	div#copyright2 td {
		vertical-align : top;
		text-align : left;
		padding-left:15px;
	}
	div#opnun {
		padding-top:0px;
		padding-bottom:20px;
	}
	div#opnun font {
		font-size:11px;
		}
	div#left-extra {
		padding-bottom:10px;
		padding-top:5px;
	}
	
