﻿body
{
	background-color: #F5EFE5;
	font-family:Verdana;
	font-size: 9pt;
	font-weight: normal;
}


#container
{
	margin:10px 10px;
	width:788px;	
	
	background-color: #FFFFFF;
	
	background-image: url(images/main_right.gif);
	background-position:top right;
	background-repeat: repeat-y;
}
#popupcontainer
{
	margin:10px;
}


#head
{
	background-image: url(images/logo.gif);
	background-position:top left;
	background-repeat: no-repeat;
	height: 145px;
	
	position:relative;
}
#headstock
{
	background-image: url(images/logostock.gif);
	background-position:top left;
	background-repeat: no-repeat;
	height: 145px;
	position:relative;
}
#headnytid
{
	background-image: url(images/logonytid.gif);
	background-position:top left;
	background-repeat: no-repeat;
	height: 145px;
	position:relative;
}
#head img.corner, #headstock img.corner, #headnytid img.corner
{
	position:absolute;
	top:0;
	right:0;
}

#menu
{
	background-color:#990000;
	margin-right:8px;
	font-family:Arial;
	font-size: 12px;
	height: 20px;
}
#content
{
	margin: 0px 0px 0px 0px;
}
#content2
{
	background-image: url(images/vertical-line.gif);
	background-position:top right;
	background-repeat:repeat-y;
	margin: 0px 28px 20px 20px;
	
	
	float:left;
}



#left
{
	width:521px;
	/*border-right:1px solid #000;*/
	float:left;
}
#right
{
	width:209px;
	float:right;
}
#banners
{
	position:absolute;
	top:185px;
	left:825px;
}
#banners span
{
	display: block;
}

#banners img
{
	margin-bottom:10px;
}


#footer
{
	clear:both;
	background-image: url(images/footer.gif);
	background-position:top left;
	background-repeat: no-repeat;
	height: 33px;
}
#footer p
{
	color:#fff;
	font-family:Verdana;
	font-size:.9em;
	padding:0px 0px 0px 20px;
}


A
{
	color:#000;
	text-decoration:underline;
}
A:hover
{
	text-decoration:none;
}



.bold
{
	font-weight:bold;
}

/**********************************************************************/
/* FIX THAT MAKE FLOATING DIVS FLOAT INSIDE OTHER FLOATING DIVS */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.clearfix {
	display: inline-block
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}
