body {
	background: #698012;
	color: #000;
	text-align: center;
	line-height: 1.4;
	background-image: url(../../../../themes/peachesandgreen/background2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

a:link {
	color: #4a5b09;
	text-decoration: none;
}

a:visited {
	color: #4a5b09;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container {
	background: #fff;
	width: 930px;
	color: #000000;
	margin: auto auto;
	padding: 0px 15px 10px 15px;
	text-align: left;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	color: #000000;
	text-align: center;
	padding: 4px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #ffffff;
	text-decoration: none;
}

#panel {
	background: #efefef;
	color: #000000;
	font-size: 11px;
	border: 1px solid #D4D4D4;
	padding: 8px;
}

table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #6a8012;
	width: 100%;
	margin: auto auto;
	border: 1px solid #6a8012;
}

.thead {
	background: #badd87 url(../../../../../themes/peachesandgreen/forum/thead_bg.gif) top left repeat-x;
	color: #000000;
}

.thead a:link {
	color: #000000;
	text-decoration: none;
}

.thead a:visited {
	color: #000000;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: none;
}

.tcat {
	background: #c4c0bc;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
	text-decoration: none;
}

.tcat a:visited {
	color: #000000;
	text-decoration: none;
}

.tcat a:hover, .tcat a:active {
	color: #ffffff;
	text-decoration: none;
}

.trow1 {
	background: #f5f8f0;
}

.trow1 a:link {
	color: #a4570c;
	text-decoration: none;
}

.trow1 a:visited {
	color: #a4570c;
	text-decoration: none;
}

.trow1 a:hover, .trow1 a:active {
	color: #000000;
	text-decoration: none;
}

.trow2 {
	background: #fdf7f0;
}

.trow_shaded {
	background: #eea8a1;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #698012;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #6a8012 url(../../../../../themes/peachesandgreen/forum/tfoot_bg.gif) top left repeat-x;
	color: #ffffff;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #000000;
	text-decoration: none;
}

.bottommenu {
	background: #f5f8f0;
	color: #000000;
	border: 1px solid #698012;
	padding: 6px;
	text-align: center;
}

.navigation {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #698012;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #698012;
	padding: 2px;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #698012;
}

.editor {
	background: #f5f8f0;
	border: 1px solid #698012;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #698012;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #f5f8f0;
	color: #000;
}

.popup_menu {
	background: #698012;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #bce08a;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}




























































.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

/* Forum Specific Styles */
#foruminfo {
    padding-top: 10px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#foruminfo a {
	text-decoration: none;
	color: #000000;
	text-align: center;
        font-weight: bold;
}

#foruminfo a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
        font-weight: bold;
}

#foruminfo a:visited {
	color: #000000;
        font-weight: bold;
}

#forumfootercontent {
        background-image: url(../../../../../themes/peachesandgreen/footer/footer.jpg);
	height: 102px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footerforuminfo {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color: #000000;*/
    margin-bottom: 5px;
}

#footerforuminfo a {
	text-decoration: none;
	color: #4a5b09;
	text-align: center;
        font-weight: bold;
}

#footerforuminfo a:hover {
	font-weight: bold;
	color: #000000;
	/*text-decoration: none;*/
        font-weight: bold;
}

#forumfooterinfo {
    height: 71px;
    width: 814px;
margin-left: 115px;
	padding-top: 3px;
	padding-left: 8px;
	text-align: left;
}

.forumfooterterms {
	width: 220px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	margin-right: 25px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.forumfootercopyright {
	width: 450px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 5px;
	margin-right: 25px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Non Forum Styles */
#tickerbox {
	background-image: url(../../../../../themes/peachesandgreen/contenthdm/ticker.jpg);
	height: 36px;
	width: 376px;
	position: relative;
	top: 12px;
	float: left;
	color: #000000;
}

#tickerboxtext {
	height: 33px;
	width: 368px;
	padding-top: 3px;
	padding-left: 8px;
	text-align: left;
}

#bodycontent {
	width: 960px;
	/*height: 1000px;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	text-align: left;
}

.bodycontentinnerborder {
margin-left: 15px;
margin-right: 15px;
}

.panelsubtitlemain {
	/*width: 100%;*/
	margin-right: 25px;
	margin-left: 25px;
}

.panelsubtitlemain p {
	margin-top: 0px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.panelsubtitlesub {
	/*width: 100%;*/
}

.panelsubtitlesub p {
	margin-top: 0px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
text-align: center;
	color: #999999;
}

.panelcontent {
	margin-right: 25px;
	margin-left: 25px;
margin-bottom: 0px;
padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.navigation h1 {
font-size: 12px;
margin: 0px;
display: inline;
}

#contactimages {
float: left;
width: 475px;
}

#contactimages img {
margin-right: 5px;
}

#mailboxflagdown {
float: left;
}

#teresa {
	float: left;
}

#arti {
	float: left
}

#contactform {
float: left;
width: 415px;
}

.contactlink {
margin-left: 25px;
margin-right: 30px;
font-weight: bold;
}

.abouttlink {
margin-left: 30px;
margin-right: 45px;
font-weight: bold;
}

.aboutalink {
margin-left: 45px;
font-weight: bold;
}

#mainsitefootercontent {
        background-image: url(../../../../../themes/peachesandgreen/footer/footer.jpg);
	height: 102px;

	width: 960px;


	margin-right: auto;

	margin-left: auto;

}

#mainsiteforuminfo {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color: #000000;*/
    margin-bottom: 5px;
}

#mainsiteforuminfo a {
	text-decoration: none;
	color: #4a5b09;
	text-align: center;
        font-weight: bold;
}

#mainsiteforuminfo a:hover {
	font-weight: bold;
	color: #000000;
	/*text-decoration: none;*/
        font-weight: bold;
}

#mainsitefooterinfo {
    height: 71px;
    width: 814px;
margin-left: 115px;
	padding-top: 3px;
	padding-left: 8px;
	text-align: left;
}

.mainsitefooterterms {
	width: 220px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	margin-right: 25px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainsitefootercopyright {
	width: 350px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 5px;
	margin-right: 25px;
	float: right;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#enterchat {
width: 325px;
margin-right: auto;
margin-left: auto;
text-align: center;
}

/* <<<<-- CONTENT PANELS AND COLUMN HOLDERS-->>>> */
.column1 {
/*width: 290px;*/
float: left;
}

.column2 {
/*width: 659px;*/
float: left;
}

.clearcolumnfooter {
clear: both;
}

.panelheadsize1 {
	width: 945px;
	height: 39px;
	margin-left: 10px;
	margin-right: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelhead1.png);
	background-repeat: no-repeat;
}

.panelheadsize1 h2 {
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000:
}

.panelbodysize1 {
	width: 945px;
	margin-left: 10px;
	margin-right: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelbody1.png);
	background-repeat: no-repeat;
}

.panelbodysize1 a:hover {
	color: #EDA45A;
	text-decoration: none;
}

.panelfootersize1 {
	width: 945px;
	height: 15px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelfooter1.png);
	background-repeat: no-repeat;
}

.panelheadsize2 {
	width: 649px;
	height: 39px;
	margin-left: 5px;
	margin-right: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelhead2.png);
	background-repeat: no-repeat;
}

.panelheadsize2 h2 {
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000:
}

.panelbodysize2 {
	width: 649px;
	margin-left: 5px;
	margin-right: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelbody2.png);
	background-repeat: no-repeat;
}

.panelbodysize2 a:hover {
	color: #EDA45A;
	text-decoration: none;
}

.panelfootersize2 {
	width: 649px;
	height: 15px;
	margin-left: 5px;
	margin-right: 0px;
	padding: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelfooter2.png);
	background-repeat: no-repeat;
}


.panelheadsize3 {
	width: 290px;
	height: 39px;
	margin-left: 10px;
	margin-right: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelhead3.png);
	background-repeat: no-repeat;
}

.panelheadsize3 h2 {
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000:
}

.panelheadsize3 h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
text-align: center;
	color: #000000:
}

.panelbodysize3 {
	width: 290px;
	margin-left: 10px;
	margin-right: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelbody3.png);
	background-repeat: no-repeat;
}

.panelbodysize3 a:hover {
	color: #EDA45A;
	text-decoration: none;
}

.panelfootersize3 {
	width: 290px;
	height: 15px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	background-image: url(../../../../../themes/peachesandgreen/panels/panelfooter3.png);
	background-repeat: no-repeat;
}

/* Custom Global Styles */



/* <<<<-- PAGE HEADER STYLES -->>>> */

#headercontainer {
	height: 145px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#headerleft {
	height: 75px;

	width: 241px;
	float: left;
}

#headermid {
	float: left;
	height: 75px;
	width: 478px;
}

#headerlogo {
	/*display: block;*/
	padding-left: 2px;
	background: url(../../../../../themes/peachesandgreen/header/hamsters2.jpg) center no-repeat;
	/*overflow: hidden; 
	font-size: 0px;
	line-height: 1px;*/
	height: 75px;
width: 476px;
	/*height /**/:75px;*/
}

#headerlogo h1 {
	margin:0;
	padding:0;
}

#headerright {
	float: left;
	height: 75px;
	width: 236px;
}

#headerquotes {
	
	background-image: url(../../../../../themes/peachesandgreen/header/quotearea.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #BCE089;
}

#headerquotestext {
	height: 26px;
	width: 920px;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
}


#loginbar {
	background-image: url(../../../../../themes/peachesandgreen/header/loginbar.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BCE089;
}

#loginbartext {
	height: 26px;
	width: 920px;
	padding-top: 9px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#loginbar a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
        font-weight: bold;
}

#loginbar a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#loginbar a:visited {
	color: #FFFFFF;
        font-weight: bold;
}

#newmailicon {
	background-image: url(../../../../../themes/peachesandgreen/header/mail.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 18px;
	margin-top: 3px;
	margin-right: 3px;
	float: left;
}

#welcometext {
	float: left;
}

/* <<<<-- MID CONTAINER STYLES -->>>> */
#midcontainer {
        background-image: url(../../../../../themes/peachesandgreen/canvashead/canvashead.png);
	background-repeat: no-repeat;
        height: 156px;
	width: 960px;
       	margin-right: auto;
	margin-left: auto;
}

#midleftmain {
	float: left;
	height: 156px;
	width: 290px;
}

#midcentremain {
	float: left;
	height: 156px;
	width: 376px;
color: #000000;
}

#navmain {
        height: 100px;
	width: 376px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#navmain  a {
	color: #FFFFFF;
	text-align: center;
}

#navmain  a:visited {
	color: #FFFFFF;
}

#navmain a:hover {
color: #000000;
text-decoration: none;
}

#navmain ul {
	margin: 0px;
	padding: 0px;
}

#navmain .midcontainerbuttmargin1 {
	height: 20px;
	width: 120px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0;
	float: left;
}

#navmain .midcontainerbutt1 {
	height: 20px;
	width: 120px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	float: left;
}

#navmain .midcontainerbuttmargin2 {
	height: 17px;
	width: 120px;
	padding-top: 3px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0;
	float: left;
}

#navmain .midcontainerbutt2 {
	height: 17px;
	width: 120px;
	padding-top: 3px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	float: left;
}

#navmain #navrow1 {
	height: 20px;
	width: 376px;
	margin-right: auto;
	margin-left: auto;
}

#navmain #navrow2 {
	height: 20px;
	width: 248px;
	margin-right: auto;
	margin-left: auto;
}

#navmain #navrow3 {
	height: 20px;
	width: 376px;
	margin-right: auto;
	margin-left: auto;
}

#navmain #navrow4 {
	height: 20px;
	width: 248px;
	margin-right: auto;
	margin-left: auto;
}

#navmain #navrow5 {
        height: 20px;
	width: 376px;
	position: relative;
}

#midrightmain {
	float: left;
	height: 156px;
	width: 290px;
}

#midrightmain p {
	margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
text-align: center;
font-weight: bold;
}

/* <<&lt;<-- FOOTER STLYES -->>>> */
#footerbase {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

#footerbase a {
	color: #c38549;
	text-decoration: none;
	font-weight: bold;


}


#footerbase a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*#footerbase a:visited {
	color: #FFFFFF;
}*/



#footerspacer {
	width: 960px;
        height: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* Optional PHP DIV's */

/* <<<<-- MID CONTAINER IMAGES -->>>> */
#title_about {
height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/about_us.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}

#title_contact {
	height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/contact_us.png);
	background-repeat: no-repeat; 

	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}

#title_forum {
	height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/hamster_forum.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}

#title_latestthumbheader {
	height: 134px;
	width: 234px;
	position: relative;
margin-top: 3px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

#title_report {
height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/hamster_justice.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}

#title_warn {
height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/warn.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}

#title_telephone {
height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/hamster_telephone.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}

#title_headset {
height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/hamster_headset.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}

#title_mouse {
height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/hamster_mouse.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}

#title_dubaku1 {
height: 156px;
	width: 234px;
	background-image: url(../../../../../themes/common/contenthd/dubaku1.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	position: relative;
	margin-left: auto;
margin-right: auto;
}


/* <<<<-- THE 10 NAVMENU BUTTON OPTIONS -->>>> */
#navmain #topnav_r1_b1 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r1_b1.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r1_b2 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r1_b2.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r1_b3 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r1_b3.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r2_b1 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r2_b1.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r2_b2 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r2_b2.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r4_b1 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r4_b1.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r4_b2 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r4_b2.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r5_b1 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r5_b1.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r5_b2 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r5_b2.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_r5_b3 {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_r5_b3.png);
	background-repeat: no-repeat; 
        height: 100px;
	width: 376px;
}

#navmain #topnav_off {
	background-image: url(../../../../../themes/peachesandgreen/navmain/topnav_off.png);
	background-repeat: no-repeat; 


        height: 100px;

	width: 376px;
}


