/*font-family: Arial, Helvetica, sans-serif;*/

body,h1,h2,h3,h4,h5,h6,span,div,table,tr,td,ul,ol,li{
	padding:0;
	margin:0;
	border:0;
}

body{
	background-image:url(../images/layout/bg_gradient.jpg);
	background-color:#e1e2e3;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* ------------------------- Website Container ------------------------- */
#website_container{
	margin:0 auto 0 auto; /*Center align in Firefox*/
	width:753px;
}

/* ------------------------- Top Navigation ------------------------- */
#top_nav, .top_nav{
	color:#FFFFFF;
}

#top_nav a{
	color:#FFFFFF;
	text-decoration:none;
}

#top_nav a:hover{
	color:#000000;
}

.top_nav_dwn{
	color:#000000;
}

/* ------------------------- Top Navigation ------------------------- */
#sub_nav{
}

#sub_nav a{
	color:#FFFFFF;
	text-decoration:none;
}

#sub_navdwn{
	color:#000000;
	text-decoration:none;
}

/* ------------------------- Content Area ------------------------- */
h1{
	font-size:14px;
	color:#FFFFFF;
	padding-bottom:10px;
}

h2{
	font-size:14px;
	color:#ffd58a;
}

#content_holder{
	line-height:16px;
}

.whitetxt{
	color:#FFFFFF;
}

.creamtxt{
	color:#ffd58a;
}

.creamtxt a{
	color:#ffd58a;
	text-decoration:underline;
}

.creamtxt a:hover{
	text-decoration:none;
}

.white_link a{
	color:#FFFFFF;
	text-decoration:underline;
}

.white_link a:hover{
	text-decoration:none;
}

/* ------------------------- Blog Search ------------------------- */
#blog_search select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


/* ------------------------- Img Text & Text Img Content Fields ------------------------- */
.img_txt{
	margin:10px 0 10px 0;
}

.left_img{
	float:left;
	padding:5px 10px 5px 0;
}

.txt_img{
	margin:10px 0 10px 0;
}

.right_img{
	float:right;
	padding:5px 0 5px 10px;
}


/* ------------------------- Website Footer ------------------------- */
.prodg_footer a{
	color:#000000;
	text-decoration:underline;
}

.prodg_footer a:hover{
	text-decoration:none;
}
