#wrapper {
	text-align: center;
	width: 100%;
}

#frame_wrapper {
	text-align: left;
	width: 100%;
}

body {
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: x-large;
	color: #990000;
	text-align: center;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

h4 {
	font-size: small;
}

h5 {
	font-size: x-small;
}

h6 {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}

.quicklink {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.quicklink_text {
	font-size: x-small;
	text-align: center;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: bold;
}

.quicklink_category {
	font-size: small;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1;
}

.content_one_text {
	padding: 0px;
	font-size: medium;
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.homepage_titles {
	font-size: large;
	font-weight: bold;
	color: #009900;
	text-align: left;
	margin-left: 20px;
}

.photo_title {
	font-size: large;
	font-weight: bold;
	color: #009900;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}


a:link {
	color: #009900;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;	
}

a:active {
	text-decoration: none;
}