* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9b9b9b;
}
strong,b {
	font-weight: bold;
	}
body {
	background: url(css-body-bg.gif);
}
h1 {
	font-size: 1.4em;
	padding-bottom: 0.5em;

}
h2 {
	font-size: 1.2em;
}
p {
	margin-bottom: 0.5em;
	}
#page {
	width: 780px;
	margin: 20px auto;
}
#top-nav {
	border: 1px dotted #999;
	background-color: #333;
	color: #999;
	padding: 10px;
	text-align: right;
}
#top-nav a {
	color: #fff;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

#top-banner {
	margin: 20px 0 20px 0;
	background: url(css-top-banner.png) no-repeat;
	height: 190px;
}

#content-wrap {
}
#left-side {
	width: 186px;
	float: left;
}
.left-navigation {
	border: 1px dotted #999;
	margin-bottom: 15px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
}
.left-navigation h2 {
	color: #fff;
}
.left-navigation a {
	color: #9b9b9b;
	text-decoration: none;
}

.left-navigation ul {
	padding: 10px 0 10px 20px;
	list-style-type: none;
	line-height: 1.7em;

}

#right {
	padding: 10px 10px 15px 20px;
	float: right;
	width: 550px;
	text-align: justify;
	line-height: 1.4em;
}
#right h1 {
	color: #ff9000;
}
#right h2 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#right ul {
		padding-top: 1em;
		margin-left: 2em;
		text-align: left;
	}
#footer {
	clear: both;
	margin-top: 10px;
	border-top: 1px dashed #999;
}

.thirds {
	width: 33%;
	float: left;
}
.clearboth {
	clear: both;
}
.floatright {
	float: right;
	padding-left: 10px;
}
.alignright { text-align: right; }
.aligncenter { text-align: center; }
