/* General */

html, body	{
	font-size: 100%;
	height: 100%;
}

body	{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 115%;
	background: #333333;
	background-image: url(../images/backgrounds/body_background.gif);
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height: 100%;
}

#content {
	background: #000000;
	background-image: url(../images/backgrounds/content_background.gif);
	color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header	{
	width:750px;
	background: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
}

#title {
}

#navigation {
	width: 742px;
	height: 41px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
}

#hp4-1border {
	height: 28px;
	width: 750px;
	background-image: url(../images/common/cirbg.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}

#body_text {
	width: 740px;
	background: #000000;
	margin-left: 30px;
	padding-bottom: 70px;
	text-align: justify;
}

#hero_pic {
	height: 269px;
	width: 730px;
	background-image: url(../images/front_pic.jpg);
	margin-left: 5px;
}

#webring_container {
	position: relative;
	left: 175;
}

#footer {
	font-size: 0.75em;
	width: 800px;
	text-align: center;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 40px;
	padding-bottom: 5px;
}

#footer img {
	vertical-align: baseline;
}

a:link, a:visited {
	text-decoration: none;
	color: CC3333;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: CC3333;
}

a:active {
	text-decoration: none;
	color: CC3333;
}

strong {
	font-weight: bold;
}

em	{
	font-style: italics;
}

table	{
	font-size: 1em;
	color: #FFFFFF;
}

ul	{
	line-height: 1.5em;
}

ul li	{
	list-style-image: url(../images/common/bullet.gif);
}

ul ul li	{
	list-style-image: url(../images/common/nested.gif);
	margin-left: -20px;
}

ol.new_tut_list {
	margin-top: 0px;
	margin-left: -18px;
	font-weight: bold;
}

.float_left	{
	float: left;
	margin-right: 10px;
}

.float_right	{
	float: right;
	margin-left: 10px;
}

.centered_image	{
	text-align: center;
	align: center;
}

.new_tuts {
	width: 200px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #000000;
	border: 1px #999999 solid;
	color: #999999;
	text-align: left;
	padding: 3px;
	float: right;
}

img#new_tuts_title {
	text-align: center;
}

/* Navigation */

div.navhome {
	float: left;
	width: 71px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/home.gif) 0 -36px no-repeat;
}
div.navhome a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/home.gif) top left no-repeat;
}
div.navhome span {
	display: block;
	margin:0 0 0 10px;
	padding: 0 0 0 0;
}
div.navhome a:hover {
	background-image: none;
	text-decoration: none;
}
div.navstore {
	float: left;
	width: 81px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/store.gif) 0 -36px no-repeat;
}
div.navstore a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/store.gif) top left no-repeat;
}
div.navstore span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navstore a:hover {
	background-image: none;
	text-decoration: none;
}
div.navtutorials {
	float: left;
	width: 133px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/tutorials.gif) 0 -36px no-repeat;
}
div.navtutorials a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/tutorials.gif) top left no-repeat;
}
div.navtutorials span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navtutorials a:hover {
	background-image: none;
	text-decoration: none;
}
div.navarticles {
	vertical-align: baseline;
	float: left;
	width: 115px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/articles.gif) 0 -36px no-repeat;
}
div.navarticles a {
	vertical-align: baseline;
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/articles.gif) top left no-repeat;
}
div.navarticles span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navarticles a:hover {
	vertical-align: baseline;
	background-image: none;
	text-decoration: none;
}
div.navgallery {
	float: left;
	width: 107px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/gallery.gif) 0 -36px no-repeat;
}
div.navgallery a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/gallery.gif) top left no-repeat;
}
div.navgallery span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navgallery a:hover {
	background-image: none;
	text-decoration: none;
}
div.navlinks {
	vertical-align: baseline;
	float: left;
	width: 71px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/links.gif) 0 -36px no-repeat;
}
div.navlinks a {
	vertical-align: baseline;
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/links.gif) top left no-repeat;
}
div.navlinks span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navlinks a:hover {
	vertical-align: baseline;
	background-image: none;
	text-decoration: none;
}
div.navabout {
	float: left;
	width: 85px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/about.gif) 0 -36px no-repeat;
}
div.navabout a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/about.gif) top left no-repeat;
}
div.navabout span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navabout a:hover {
	background-image: none;
	text-decoration: none;
}
div.navupdates {
	vertical-align: baseline;
	float: left;
	width: 112px; height: 18px;
	margin: 0 0 0 98px;
	background: url(../images/navigation/updates.gif) 0 -36px no-repeat;
}
div.navupdates a {
	vertical-align: baseline;
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/updates.gif) top left no-repeat;
}
div.navupdates span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navupdates a:hover {
	vertical-align: baseline;
	background-image: none;
	text-decoration: none;
}
div.navdonate {
	vertical-align: baseline;
	float: left;
	width: 97px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/donate.gif) 0 -36px no-repeat;
}
div.navdonate a {
	vertical-align: baseline;
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/donate.gif) top left no-repeat;
}
div.navdonate span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navdonate a:hover {
	vertical-align: baseline;
	background-image: none;
	text-decoration: none;
}
div.navcontributions {
	vertical-align: baseline;
	float: left;
	width: 194px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/contributions.gif) 0 -36px no-repeat;
}
div.navcontributions a {
	vertical-align: baseline;
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/contributions.gif) top left no-repeat;
}
div.navcontributions span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navcontributions a:hover {
	vertical-align: baseline;
	background-image: none;
	text-decoration: none;
}
div.navcontact {
	float: left;
	width: 113px; height: 18px;
	margin: 0 0 0 10px;
	background: url(../images/navigation/contact.gif) 0 -36px no-repeat;
}
div.navcontact a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-size: 18px;
	background: url(../images/navigation/contact.gif) top left no-repeat;
}
div.navcontact span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
div.navcontact a:hover {
	background-image: none;
	text-decoration: none;
}