 * { margin: 0; padding: 0 } /* Global Whitespace Reset */

html, body {
	background: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #404040;
	margin: 0px auto;
	padding: 0px;
	}

#outside_wrapper {
    /* background: url(./graphics/gradient_bg.jpg) repeat-y; */
    background-color: #252525;
    width: 873px;
    margin: 0px auto;
    padding: 0px;
}

#wrapper {
	width: 860px;
	height: 100%;
	margin: 0px auto;
	/* margin-top: 40px; */
	padding: 0px;
	position: relative;
	background: #000000;
	color: #ffffff;
    /* border: 3px double #606060; */
	}

#main_wrapper {
	float: right;
	width: 860px;
	height: 100%;
	}
.brownstrip {
    background: url(./graphics/brownstripe.gif) repeat-x;
    height: 36px;
    clear: both;
    width: 860px;
}

#themebuttons { /* don't even try to use inheritance to style these damn things... */
    margin: 6px 5px 0 0;
    float: right;
}

#main { /* This is the whole body of the page. */
    /* background: url(./graphics/main_background2.jpg) repeat-y; */

	padding: 0px;
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #e8e8e8;
	background-color: #000000;
	/*height: 462px; */

	}


#galleryinfo_center {

    text-align: center;
    clear: both;
    height: 160px;
    color: #cccccc;
    width: 860px;
    padding: 7px 0 0 0;
    font-family: Century Gothic, Arial;
    font-size: 12pt;
}

#galleryinfo_center p {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 9;

}




#gallery_pictures {
    text-align: center;
    height: 500px;
    margin: 0px auto;
    width: 758px;
    float: left;

}
#gallery_pictures img {

    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
}

#gallery_thumbnails {
    width: 804px;
    height: 114px;
    float: left;
    text-align: center;
    margin: 0px auto;
}

#gallery_thumbnails a img {

    width: 100px;
    height: 114px;
    margin: 0;
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
}


#footercap {      /* This is the short brown strip just below the header */
    background-color: #252525;
    height: 7px;
    width: 860px;
    clear: both;
}
#verybottom {    /* small print - copyright stuff  */
    background-color: #000000;
    font-size: 7pt;
    color: #747474;
    text-align: center;
    padding: 15px 0 10px 0;
}


.e_heading {
    border: 1px solid #404040;
	padding: 0px;
	text-align: center;
	width: 80px;
	margin: 0px;

	}

.e_item {
    border: 1px solid #404040;
    padding: 0px 0px 0px 5px;
	text-align: left;
	width: 280px;
	margin: 0px;
	}



a img {
  	border: 0px;
	}


/* here's some stuff that will supposedly disable the annoying border around links when you click them in Firefox... */

a:active, a:focus, input[type="image"] {
    outline: 0;
}



img {
    border: 0px;
}

a { color: #eeeeee; text-decoration: none;}
a:hover { color: #808080; text-decoration: underline;}
a:visited { color: #c0c0c0; text-decoration: underline;}

h1 {
    font-weight: Normal;
    font-family: Century Gothic, Arial, Verdana;
    font-size: 12pt;
    margin: 0 0 7px 0;
	}

h2 {
    font-weight: Normal;
    font-family: Century Gothic, Arial, Verdana;
    font-size: 11pt;
    margin: 0 0 7px 0;
}

h3 {
    font-weight: Normal;
    font-family: Century Gothic, Arial, Verdana;
    font-size: 10pt;
    margin: 0;
}


.forminput, .formtextarea {
	color: #ffffff;
	border: 1px solid #404040;
	margin: 2px;
	padding: 2px 3px 2px 5px;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #202020 !important;
	overflow: auto;
	}

.forminput {
    width: 200px;
    height: auto;
	}

.formbuttons {
    background-color: #303030;
	padding: 0px 3px 0px 3px;
	margin: 2px;
	color: #ffffff;
	border-top-color: #808080;
	border-left-color: #808080;
	border-bottom-color: #404040;
	border-right-color: #404040;
	border-width: 1px;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    }

#link_divider {
    text-align: center;
    margin: 0px auto;
    clear: both;
    background: url(./graphics/line.gif) repeat-x;
    width: 810px;
    height: 4px;
}

.link_friends {
    margin: 20px 0 0 25px;
}

.link_friends img {
    margin: 0 20px 0 0;
    float: left;
}

.link_friends p {
    margin-right: 20px;
    text-align: left;
}


.gthumb {
    float: left;
    width: 860px;
    clear: both;
}

.gthumb_text {
    width: 220px;
    float: left;
}

.gthumb a img {
    width: 150px;
    height: 224px;
    float: left;
    padding: 0 20px 0 20px;
}



