div {
    border: none;
}
/** |HTML BODY| **/
body {
    color: #ffffff;
    background-color: #333333;
    margin: 0;
    padding: 0;
    border: 0;
    font: 12px 'trebuchet ms', tahoma, verdana;	
	SCROLLBAR-FACE-COLOR: #333333; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #330099; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #666666; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000	
}

/** |LAYOUT| **/
#container {
   	position:absolute; 
   	margin-left:-495px;
	left: 50%;
	width:990px;
	background-image: url(images/background.gif);
    background-repeat: no-repeat;
}

#header{
    position:relative;
	top: 12px;
	left:0px;
	width: 100%;
	height:50px;
	background-image: url(images/transparant_pix.gif);
	margin: 0px;
	padding: 0px;
}

#header_text{
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
    background-position: right;
    color: #ff9900;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
	margin: 0px;
    text-align:right;
    text-transform: uppercase;
}

h2  {
	color: #ff9900;
    font-size: 30px;
	line-height: 48px;
    font-weight: bold;
    text-align:right;
    text-transform: uppercase;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#midden {
		position:relative;
		left:0px;
		top:25px;
		width:990px;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		text-align:left;
		overflow: hidden;
}

#l_column {
		position:relative;
		float:left;
		display:inline-block;
		left:0px;
		top:0px;
		width:450px;
		padding: 0px 25px 0px 0px;
		margin: 0 0 10px 0px;
		text-align:left;
		overflow: auto;
}

#l_column h3 {
		margin: 0px 0px 0px 0px;
}

#r_column {
		position:relative;
		display:inline-block;
		float:left;
		top:0px;
		width:450px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align:left;
		overflow: auto;
}

#l_column ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}

#r_column ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 15px;
}

#body {
    margin: 20px 0px 20px 40px;
	min-height: 500px;
}

#imagebar {
		margin-top: 25px;
		padding-top: 25px;
}

#footer {
    color: #ff9900;
    font-size: 10px;
    text-align: left;
    padding-bottom: 40px;
	margin-left: 40px;
}

/** |MENU| **/

#menu {
    position:relative;
	top:0px;
	left:0px;
	width: 100%;
	height:20px;
	background-image: url(images/transparant_pix.gif);
	margin: 0px;
	padding: 0px;
}

#menu ul{
    list-style-type: none;
}
#menu li{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 1px;
    background-image: url(images/menu_square_hollow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    //background-position: 0 5px; /** |IE Hack| **/

}
#menu ul li{
    display: inline;

}
#menu ul li a{
    color: #ff9900;
    text-decoration: none;
    padding: .2em 1em;

}
#active a{
    display: inline;
    background-image: url(images/menu_square.gif);
    background-repeat: no-repeat;
    background-position: -1px 5px;
}
#menu ul li a:hover{
    color: #ffffff;
}

/** |TEXT| **/
.title{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    text-transform: uppercase;

}

h1 { 
	font-size: 18px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
}

.subtitle{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
}

h3
	{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
	margin: 0px 0px 0px 20px;
}
/** |LINK & IMAGE| **/
a:link{
    font-weight: bold;
    text-decoration: none;
    color: #ff9900;
}
a:visited{
    font-weight: bold;
    text-decoration: none;
    color: #ff9900;
}
a:hover{
    font-weight: bold;
    text-decoration: underline;
    color: #ff9900;
}
a:active{
    font-weight: bold;
    text-decoration: none;
    color: #ff9900;
}
img{
    margin: -1px;
    border: 0px solid #333333;
}

/** [POPUP] **/

.popuptext{
    color: #ffffff;
    background-color: #333333;
    margin: 5;
    padding: 0;
    border: 0;
    font: 12px 'trebuchet ms', tahoma, verdana;
}

