#thisisthemothafreakingpagediv {background: #fff;}

/* Code for home page ajax stuff */
/*--------------------------------------------
Base Styles
---------------------------------------------*/
body {
 text-align: center;
 margin: 0;
 padding: 0;
 font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
 font-size: 14px;
 height: 100%;
 background:#171717;
}
a {
 color: #64a4a0;
 text-decoration: underline;
}
a:hover {
 color: #64a4a0;
 text-decoration: none;
}

/*--------------------------------------------
Layout
---------------------------------------------*/
#container {
 padding: 0;
 margin: auto;
 text-align: center;
 width: 100%;
}

/*--------------------------------------------
White Content
---------------------------------------------*/
#thepage {
 text-align: left;
 background-color: #ffffff;
 padding: 0;
 margin:0;
 width:100%;
}
#thepage a {
 color: #68797b;
 text-decoration: underline;
}
#thepage a:hover {
 color: #68797b;
 text-decoration: none;
}

/*----------------------*/

#page_content_index {
 width: 960px;
 margin-left: auto;
 margin-right: auto;
}

#page_img_groups {
 background: #f9f9f9;
 padding: 20px;
 border: 1px solid #d1d1d1;
 margin-bottom: 30px;
 font-size: 12px;
 font-weight: bold;
 text-align:left;
}
#page_img_groups_header {
 color: #ffa200;
 font-size: 24px;
 font-weight: normal;
 margin: 0 0 10px 0;
}
#page_img_groups_li {
 font-size: 14px;
 font-weight: normal;
 line-height: 30px;
 padding:0;
}
#page_img_groups a {
 color: #68797b;
 text-decoration: underline;
}
#page_img_groups a:hover {
 color: #68797b;
 text-decoration: none;
}

#page_img_question {
 background: #f9f9f9;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 0px;
 border: 1px solid #d1d1d1;
 margin-bottom: 30px;
 font-size: 11px;
 font-weight: normal;
 color: #637374;
}
#page_img_qbox {
 margin-top: 15px;
 margin-bottom: 25px;
}
.page_img_header {
 color: #2b2b30;
 font-size: 24px;
 font-weight: normal;
 margin-bottom: 10px
}
#page_img_question a {
 color: #e54800;
}
#page_img_question a:hover {
 color: #e54800;
 text-decoration: none;
}


/*ads*/
#mini_imgs {
text-align: center;
margin-top: 25px;
padding-bottom: 15px;}

.ad {
width: 311px;
}

/*sitemap*/
#sitemap{
	background: url(../img/main_lin.jpg) no-repeat;
	height: 222px;
	width: 965px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
#sitemap h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
#sitemap h2#subscribe {
 margin: 10px 0 0 0;
 padding: 0;
	line-height: 20px;
	font-size: 18px;
}
#sitemap a {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #676767;
	text-decoration: none;
}
#sitemap table a {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #676767;
	text-decoration: none;
}
#sitemap table a:hover {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #676767;
	text-decoration: underline;
}

.homepromo #flashcontent {
	padding:10px 0 0 40px;
}


/* Subscribe Form */
form#form-subscribe {
 margin: 0;
 padding: 0;
}
form#form-subscribe input {
	width: 150px; /* Width for modern browsers */
	padding: 1px;
	border: 1px solid #666;
 font-size: 90%;
}
form#form-subscribe #fm-submit input {
 width: 60px;
 padding: 1px;
 border: 1px solid #666;
 background: #eee;
 color: #333;
 font-size: 90%;
}

