/* CSS Document */
/* Made by Thom Hopmans */
/* All Rights Reserved to the Author */

body { 
margin: 0; 
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size:12px;
background: url(../images/bgr_06_v2.gif) top left repeat-x;
background-color:#e2373e;
}

/* STRUCTURE BOXES (div containers) */
div.container {
width: 949px; 
min-height:100%;
overflow:visible;
background: url(../images/bgr_03_v2.gif) top left repeat;
position: absolute;
top: 0px;
left: 50%;
margin-left: -475px;
clear: both;
}

div.header{
width: 249px;
margin-left:350px;
margin-right:350px;
height:66px;
background: url(../images/core_03.gif) no-repeat;
float:left;
}

div.menu{
width: 841px; 
margin-left:54px;
margin-right:54px;
height:198px;
float:left;
}
div.submenu{
width: 841px; 
margin-left:54px;
margin-right:54px;
height:33px;
background: url(../images/core_14.gif) bottom no-repeat;
float:left;
}

div.content{
width: 949px; 
overflow:auto;
float:left;
}
div.contentleft{
width:54px; 
height:100%;
float:left;
}
div.contentmiddle{
width: 781px; 
height:100%;
float:left;
padding: 0px 30px 0px 30px;
background: transparent url(../images/core_19.gif) top left repeat-y;
}
div.contentright{
width: 54px; 
height:100%;
float:left;
}

div.box1{
width: 388px; 
height:365px;
float:left;
}
div.box2{
width: 368px; 
height:355px;
overflow:hidden;
padding: 5px 5px 5px 20px;
float:left;
}
div.box3{
padding: 5px 5px 5px 20px;
}


div.subcontent{
width: 841px; 
height:32px;
margin-left:54px;
margin-right:54px;
background: transparent url(../images/core_21.gif) no-repeat;
float:left;
}

div.footer{
width: 949px; 
height:15px;
margin-top:25px;
float:left;
color:#FFF;
font-size:10px;
text-align:center;
}

/* LINKS */
A:link {			COLOR: #741D20; TEXT-DECORATION: underline}
A:visited {			COLOR: #741d20; TEXT-DECORATION: underline}
A:hover {			COLOR: #AF787A; TEXT-DECORATION: underline}
A:active {			COLOR: #AF787A; TEXT-DECORATION: underline	}
A.rood:link {		COLOR: #FF0000; TEXT-DECORATION: none}
A.rood:visited {	COLOR: #FF0000; TEXT-DECORATION: none}
A.rood:hover {		COLOR: #FF0000; TEXT-DECORATION: underline}
A.rood:active {		COLOR: #FF0000; TEXT-DECORATION: underline}
A.white:link {		COLOR: #fff; TEXT-DECORATION: none	}
A.white:visited {	COLOR: #fff; TEXT-DECORATION: none		 }
A.white:hover {		COLOR: #fff; TEXT-DECORATION: underline	}
A.white:active {	COLOR: #fff; TEXT-DECORATION: underline	}

/* LINES */
hr	{color:#741D20;	}
/* STYLES */
.style1 {color:#7F777A; font-size:12px;	}
.style2 {color:#741d20; font-size:14px; font-weight:bold;	padding-bottom:5px;	}
.style3 {color:#7F762F;}
.style4 {color:#000000;}
.style5 {color:#741d20;}