body {
	background-color: #FFF;
	font-family: "Rockwell", "Trebuchet MS", "Lucida Grande";
	font-size: 14px;
	/* background-image: url(images/body-bg.jpg); */
	background-repeat: repeat;
	margin: 0px;
}
#wrapper {
	font-size: 14px;
	width: 900px;
	margin: auto;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C96;
	text-align: center;

}
#global-nav {
	width: 180px;
	float: left;
}
#global-nav ul {
	text-align: center;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#global-nav ul li {
	display: block;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#global-nav ul li a{
	color: #900;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 0px;
}
#global-nav ul li a:hover {
	color: #000;
}
#content {
	padding-right: 15px;
	padding-left: 15px;
	width: 500px;
	font-size: 14px;
	line-height: 22px;
	color: #300;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 20px;
	float: left;

}
#content a {
	color: #C00;
}

#sidebar-right {
	width: 180px;
	float: right;
	margin-top: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-weight: normal;
	color: #600;
	letter-spacing: -1px;
	font-size: 30px;
	display: block;
	padding-top: 0px;
	font-family: "Rockwell", "Trebuchet MS", "Lucida Grande";
	margin-top: 0px;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Rockwell", "Trebuchet MS", "Lucida Grande";
	color: #000;
}


h3 {
	font-family: "Rockwell", "Trebuchet MS", "Lucida Grande";
	color: #900;
}





#footer {
	font-size: 12px;
	color: #333;
	text-align: center;
	padding: 10px;
}
#footer a {
	color: #933;
}
