/*********************************************************/
/* style.css                                             */
/*********************************************************/

/* Remove all margings and padding on all elements for all browsers. */
* {
	Margin: 0px;
	Padding: 0px;
}

HTML {
	HEIGHT:100.1%;
	margin-bottom:1px;
	min-height: 100%;
}

img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1;
}

BODY{
	Border: 0 none;
	color: #000;
	Font: 11px/11px "verdana","Arial","Helvetica",Sans-Serif; /* The base font size and type for the WHOLE site!! */
	line-height:16px;
	HEIGHT:100.1%;
	margin-bottom:1px;
	z-index:10;
	text-align:left;
}

img#backgroundimage{
	position:fixed;
	left:0;
	top:0;
	width: 100%;
	height:100%;
}

IMG {
	Border: 0 none;
	Vertical-Align: Top;

}

A {
	Text-Decoration: None;
}

A:hover {
	Text-Decoration: None;
}

A:active {
	Text-Decoration: None;
}


/*********************************************************/
/* Main layout styles                                    */
/*********************************************************/
DIV#maincontainer{
	position: relative;
	Margin:0 auto;
	Width:980px; 
	text-align:left;
	z-index:100;
	padding-right:10px;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:0px;

}

/*********************************************************/
/* Layout 2		                                         */
/*********************************************************/

BODY#layout_2 DIV#column_1{
	float:left;
	width:190px;
}

BODY#layout_2 DIV#column_1 DIV#shadow_1{
	float:left;
	width:190px;
	background-image:url('/images/shadow_1.png');
	background-repeat:repeat-Y;
}

BODY#layout_2 DIV#column_2{
	float:left;
	width:790px;
	min-height:600px;
	margin:0 0px 0 0px;
}

BODY#layout_2 DIV#column_1 DIV.content{
	margin-left:10px;
	float:left;
	width:168px;
	background-color:#fff;
	border-top:1px solid #ED1C24;
	border-left:1px solid #ED1C24;
	border-right:1px solid #ED1C24;
}

DIV#tipje{
	float:left;
	width:190px;
	height:50px;
	background-image:url('/images/tipje.png');
}

/*********************************************************/
/* Layout 3		                                         */
/*********************************************************/

div#float_obj{
	float:left;
	width:190px;
}

BODY#layout_3 DIV#column_1{
	float:left;
	width:190px;
}

BODY#layout_3 DIV#column_1 DIV#shadow_1{
	float:left;
	width:190px;
	background-image:url('/images/shadow_1.png');
	background-repeat:repeat-Y;
}

BODY#layout_3 DIV#column_2{
	float:left;
	width:500px;
	min-height:600px;
	margin:0 10px 0 0px;
}

BODY#layout_3 DIV#column_3{
	float:left;
	width:165px;
	min-height:600px;

}

BODY#layout_3 DIV#column_1 DIV.content{
	margin-left:10px;
	float:left;
	width:168px;
	background-color:#fff;
	border-top:1px solid #ED1C24;
	border-left:1px solid #ED1C24;
	border-right:1px solid #ED1C24;
}

DIV#tipje{
	float:left;
	width:190px;
	height:50px;
	background-image:url('/images/tipje.png');
}
