/* North Group Stylesheet */
/* Home Page Styles */

/* Imports */

@import url("ng-global.css");
@import url("ng-a.css");
@import url("ng-b.css");
@import url("ng-c.css");
@import url("ng-d.css");

#int-all-wrap {
width: 100%;
margin: 0;
padding: 0;
background: url(../img/int-body-bg.gif) #ccc top center repeat-y;
}

#int-top-wrap {
width: 100%;
height: 130px;
margin: 0;
padding: 0;
text-align: center;
background:  url(../img/ng-int-top-bg.gif) top center no-repeat;
}

#int-right-wrap {
position: relative;
z-index: 4;
float: left;
display: inline;
width: 535px;
margin: 88px 0 0 25px;
padding: 0;
}

#int-right-wrap h1 {
color: #fff;
}

#int-right-wrap h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: bold;
margin: 0 0 3px 0;
padding: 0;
color: #0a0a52;
}

#b-wrap h3 {font-size: 12px;}

