body, html
{
	margin: 0;
	padding: 0;
}
body
{ 
	background-image: url(../images/texturetastic_gray.png);
	background-repeat:repeat;	
	padding-top:45px;
}
#wrapper_outer
{
	float:left;
	width:100%;
}
#wrapper
{
	margin: 0 auto;
	width: 969px;
}
#structure
{
	float:left;
	width:969px;
	background: url(../images/structure_bg.gif) repeat-y 0 0;
}
#top_shadow
{
	float:left;
	width:969px;
	background:url(../images/top_shadow.gif) no-repeat 0 0;
}
#bottom_shadow
{
	float:left;
	width:941px;
	background:url(../images/bottom_shadow.gif) no-repeat 0 bottom;
	padding:10px 13px 7px 15px;
}
#header
{
	float: left;
	width: 941px;
	font-family: Verdana;
	color: #7d7d7d;
}
#logo
{
	float: left;
	width: 176px;
	height: 110px;
}
#nav
{
	float: right;
	width: 765px;
	height: 18px;
	padding-top: 5px;
	font-size:15px;
	text-align: right;
}
#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a
{
	color: #7d7d7d;
}
#nav a:link
{
	text-decoration: none;
}
#nav a:visted
{
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}
#nav a:active
{
	text-decoration: underline;
}
#adv
{
	position: relative;
	float: right;
	width: 765px;
	height: 92px;
}
#adv-content
{
	position: absolute;
	bottom: 15px;
	right: 0;
	margin: 0;
	font-size:x-large;
	font-weight: lighter;
	font-style:italic;
	color: #195f9b;
}
#top
{
	float: left;
	margin: 0;
	width: 941px;
	height: 214px;
	font-family: Verdana;
	color: #7d7d7d;
}
#top-sidebar
{
	float: left;
	width: 176px;
	height: 214px;
	background-image: url(../images/CGMopenGRADtint.png);
	color: #7d7d7d;
	font-family: Verdana;        
}
#top-sidebar ul
{
}
#top-sidebar li
{
	padding: 12px 10px 10px 10px;
	list-style: none;
	text-align: right;
}
#top-sidebar a
{
	color: #7d7d7d;
}
#top-sidebar a:link
{
	text-decoration: none;
}
#top-sidebar a:visted
{
	text-decoration: none;
}
#top-sidebar a:hover
{
	text-decoration: underline;
}
#top-sidebar a:active
{
	text-decoration: underline;
}
#slider-container
{
	float: right;
	width: 765px;
	height: 214px;
}
#main
{
	float: left;
	margin: 0;
	width: 941px;
	height: auto;
	font-family: Arial;
	font-size: small;
}
#main-sidebar
{
	float: left;
	width: 176px;
	color: #7d7d7d;
	font-family: Verdana;        
}
#main-content
{
	float: right;
	width: 765px;
	padding-bottom: 25px;
	
}
#main-content-wide
{
	width: 941px;
	padding-bottom: 25px;
	
}
#main p
{
   margin: 20px 0 0 5px;         
}
.style1
{
	font-size:14px;
	color: #7d7d7d;
	text-align: right;
}
.style2
{
	color: #195f9b;
	font-size: large;
}
#inside_footer
{
	margin:0 auto;
	width:969px;
}
#footer
{
	float: left;
	width: 969px;
	padding:7px 0px 6px 0px;
	background: #797979 url(../images/footer_shadow.gif) repeat-y 0 0;;
}