
body {
	margin: 0px;
	background: url(img/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
        font-size: .8em;
        color:#7a7474;	/* a/s body */
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2,h3,h4 {
	color: #426b9d;	/* a/s header */
}

h2 {
	margin:0px;
	padding:0px;
	font-size: 19px;
}

a {
	color: #2277DD;	/* a/s link */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote{
	background: #f6fafa;
	color: #426b9d;
	padding: 10px;
	margin:10px 0;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 730px;
}


/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(img/top_bg.gif);
	overflow:hidden;
}

#top h1 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.0em;
	font-weight: bold;
	position: relative;
	margin: 25px 0 0;
	display:block;
	float:left;
	background: url(img/top_bg.gif) no-repeat;
	padding-left: 10px;
}

#top h1 a {
	color: white;
	text-decoration: none;
}

#top h1 a:hover {
        color: #2277DD;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
	margin:60px 20px 12px 20px;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover {
	color: #2277DD;
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
}

#menu li a.current:hover {
	color: #fff;
}



/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 0;
}


/**** Content ***/

#left {
	width: 390px;
	float:left;
	display: block;
       	margin-left: 20px;
	display: inline;
}

#left h3 {
	margin:20px 0 0;
}


/**** Sidebar ***/

#right {
	margin: 20px 0; 
	padding:0 15px 15px;
	width: 250px; 
	float: right;
	background-color:#f6fafa;
}

#right h4 {
	margin:20px 0 0 0;
}

#right a {
	color: #2277DD;
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

#right hr {
	color:#ffffff;
	margin:10px 0 0;
}

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
        margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	width: 70%;
}

#footer p {
	margin: 0px;
	padding: 0;
}