body {
  	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #CDCDCD;
  	background-color: #4B4A4B;
  	background-image: url(../images/background.gif);
  	background-repeat: repeat-x;
  	margin: 0px;
}

input,textarea {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.read-more {
	color: #F06EAA;
	font-weight: bold;
	text-decoration: none;
}

.read-more a {
	text-decoration: none;
	color: #F06EAA;
}

.sidebar-link {
	color: #F06EAA;
	font-weight: normal;
	text-decoration: none;
}

.sidebar-link a {
	text-decoration: none;
	color: #F06EAA;
}

h1 {
	font-size: 13px;
	font-weight: normal;
}

.blue {
	color: #28BFFB;
	font-size: 21px;
	font-weight: bold;
}

.pink {
	color: #F06EAA;
	font-size: 21px;
	font-weight: bold;
}

.light-green {
	color: #A5FF1B;
	font-size: 21px;
	font-weight: bold;
}

.orange {
	color: #FA8B15;
	font-size: 21px;
	font-weight: bold;
}

.purple {
	color: #C569FF;
	font-size: 21px;
	font-weight: bold;
}

.dark-green {
	color: #2DFF77;
	font-size: 21px;
	font-weight: bold;
}

.yellow {
	color: #EAFF35;
	font-size: 21px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	color: #28BFFB;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
}	

#main-wrapper {	
	width: auto;
	max-width: 1400px;
	min-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#top {
	background-image: url(../images/logo.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	width: 320px;
	height: 60px;
}

#navigation {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	width: 950px;
	height: 50px;	
	text-align: center;
}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
}

#content-wrapper {
	width: 950px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

#globe {
	float: left;
	width: 225px;
	margin-right: 25px;
}

#sidebar {
	float: left;
	width: 225px;
	margin-left: 25px;
	margin-top: 32px;
}

#content {
	float: left;
	width: 450px;
	margin-top: 32px;
}

#footer-wrapper {
	background-image: url(../images/footer.gif);
	height: 120px;
	width: auto;
	max-width: 24000px;
	min-width: 950px;
	margin-top: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	margin-left: auto;
	margin-right: auto;	
	width: 950px;
	text-align: center;
	color: #737273;
	font-size: 11px;
	line-height: 15px;
}

#footer a {
	color: #737273;
}

#footer-blurb a {
	text-decoration: none;
	color: #737273;
}

#content-wrapper a {
	color: #F06EAA;
	font-weight: bold;
	text-decoration: none;
}