#xg_masthead { visibility: hidden;}
/* Page Title */
#xg_body h1,
#xg_body ul.navigation a,
#xg_navigation ul li.this a,
#xg_navigation ul li a:hover {
    color:/* %pageTitleColor% */ #696969;
}
/* Tab Color */
#xg_navigation ul li a {
    background-color:/* %headTabColor% */ #FFFFFF;
}
/* Module Body: Background & Text */
.xg_module_body,
.xg_module_body legend,
.xg_module_body legend.toggle a,
.xg_module_foot,
ul.page_tabs li.this {
    background-color:/* %moduleBodyBgColor% */ #FCFCFC;
    background-image:/* %moduleBgImage% */ none;
    background-repeat:/* %moduleBgImage_repeat% */ no-repeat;
}
/* Module Body: Headings */
.xg_module_body h3,
.xg_module_body caption {
    color:/* %moduleHeadingColor% */ #696969;
}
/*----------------------------------------
    General
-----------------------------------------*/
#xg_foot p {
    color:#999;
}
#xg_body {
    background-position:top left;
    background-repeat:no-repeat;
}
body {
    background-position:top center;
    background-repeat:repeat-y;
}


/*----------------------------------------
    Header & Navigation
-----------------------------------------*/
#xg_masthead {
    padding:2em 0 0 24em;
}
#xg_masthead p#xg_sitename {
    font-variant:small-caps;
}
#xg_masthead p#xg_sitename a {
    font-size:180%;
}
#xg_navigation {
    border-bottom:7px solid #696969;
	background:#FFFFFF url(http://static.ning.com/classroom20/widgets/index/gfx/themes/Fraternity/xg_navigation.jpg?v=3.3%3A5367) repeat-x top center;
	font-size:120%;
}
#xg_navigation ul li a {
    font-weight:normal;
    font-variant:small-caps;
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    background-color:transparent;
}
#xg_navigation ul li.this a,
#xg_navigation ul li a:hover {
    color:#FFFFFF;
    background:#666666 url(http://static.ning.com/classroom20/widgets/index/gfx/themes/Fraternity/xg_tab.gif?v=3.3%3A5367) repeat-x top center;
}


/*----------------------------------------
    Modules
-----------------------------------------*/
.xg_module_body, .xg_module_foot {
    border:1px solid #eee;
}
.xg_module_head,
.xg_module_body,
.xg_module_foot {
	margin-left:-1px;
	margin-right:-1px;
}

.xg_module_head a {
    color:#501100;
}