@charset "UTF-8";
/* CSS Document */

body{  
	margin:0 auto; 
	padding:0; 
}

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6, p {  
	margin:0; 
	padding:0; 
} 

img {  
    border:0; 
	border: none;
	behavior: url(css/iepngfix.htc) 
} 

ul { 
    list-style:none; 
} 

h1,h2,h3,h4,h5,h6 { 
    font-weight:normal; 
} 

a {
	outline: none;
	border:0;
	-moz-outline: none;	}

.clear {
	clear: both;
}

/* CSS formatting */

body {
background-color:#363636
}


/* formatting header */
#header {
width:1050px; 
height:140px; 
margin:0 auto !important;
}

#content {
position:absolute;
top:0;
left:-9999px;
width:600px;
}


h1 {
}

h2 {
}

#nav {
width:100%; 
height:44px; 
background-image: url(../images/nav_bg.jpg); 
background-repeat:repeat-x; 
padding-top:12px;
min-width:960px;
text-align:center;
}

.navtext {
width: auto;
min-width:1050px;
margin:0 auto!important; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#FFFFFF;
text-indent:-25px;
}

.navtext a { 
color:#ffffff;
text-decoration:none
}

.navtext a:hover {
color:#000000;
text-decoration:none
}


.divider {
color: #686868;
padding:0 6px;
overflow:hidden;
}

/* formatting content */

#bgwrap {
width:100%;  background-color:#1d1d1d;
min-width:1020px;
}

#wrap {
width:1020px; margin:0 auto
}

/* formatting footer */