html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESETTING OF CSS STYLES. BEGIN STANDARD STYLES */

body {
	color: #3e3e3e;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(/images/template/webbg.jpg) repeat-x #FFF;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #891515;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
 padding: 7px 0;
}

.inputStyle {
	height: 17px;
	color: #3e3e3e;
	padding: 4px;
	margin-right: 4px;
	background: url(/images/template/form-inputbg.jpg) repeat-x;
	border: 1px solid #c0c0c0;
}

.submit { vertical-align: middle; *vertical-align: text-bottom; } 

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

h1 {
	font-size: 22px;
       color: #891515;
}

h2 {
	font-size: 18px;
	color: #891515;
}

h3 {
	font-size: 12px;
	color: #FFF;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size: 20px;
	letter-spacing: -1px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}

blockquote {
       background: url(/images/template/mainarticlebg.jpg) bottom left repeat-x;
       border: 1px solid #eaeaea;
       border-left: 3px solid #dedede;
       margin: 30px;
       padding: 7px;
       padding-left: 15px;
}

.avatar {
       float: left;
       display: inline;
       margin: 0 5px 5px 0;
}

.article_utilities {
       width: 100%;
       float: left;
       display: inline;
       padding: 10px;
}

.blog {
      width: 95%;
      padding: 10px;
      border: 1px solid #dedede;
      margin-bottom: 5px;
      float: left;
      display: inline:
}

.blog_body {
      width: 95%;
      padding: 10px;
      float: left;
      display: inline;
}

.contentarea {
      float: left;
      display: inline;
}

.divider2 {
      width: 100%;
      border-top: 1px solid #dedede;
      padding-bottom: 15px;
      margin-top: 6px;
      float: left;
      display: inline;
}

.paginate {
      width: 100%;
      float: left;
      display: inline;
}

#titleBarHolder {
	width: 630px;
	clear: both;
	float: left;
	display: inline;
}

#titleAvatar {
	width: 60px;
	height: 70px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#titleCategory {
	width: 540px;
	float: left;
	display: inline;
}

#titleTitle {
	width: 540px;
        font-size: 20px;
	float: left;
	display: inline;
}

#titleByline {
	width: 540px;
	color: #8e8e8e;
	font-size: 12px;
	float: left;
	display: inline;
}

#mainimage {
	margin: 0 10px 10px 0;
	float: right;
	display: inline;
}

#fullwide {
	width: 100%;
	float: left;
	display: inline;
}

#topBannerHolder {
	width: 100%;
	float: left;
	display: inline;
}

#topBanner {
	width: 990px;
	position: relative;
	margin: 0 auto;
}

	#topBanner h1 a {
		width: 208px;
		height: 216px;
		background: url(/images/template/takimaglogo.jpg) no-repeat;
		text-indent: -9999px;
		cursor: pointer;
		float: left;
		display: inline;
	}
	
	#topBanner ul {
		width: 760px;
		height: 38px;
		background-color: #000;
		list-style: none;
		margin: 0;
		margin-top: 136px;
		float: left;
		display: inline;
	}
	
	#topBanner ul li {
		height: 38px;
		margin: 0 4px;
		padding: 0;
		float: left;
		display: inline;
	}
	
	#topBanner ul li a {
		margin: 0;
		padding: 12px;
		float: left;
		display: inline;
	}
	
	#topBanner ul li a:hover {
		background: url(/images/template/navhover.jpg) repeat-x;
	}
	
	#adHolder {
		color: #FFF;
		font-size: 10px;
		letter-spacing: 1px;
		text-align: right;
		position: absolute;
		top: 10px;
		right: 30px;
	}
	
#middleContentHolder {
	width: 100%;
	float: left;
	display: inline;
}

#middleContent {
	width: 980px;
	margin: 20px auto;
}

#leftColumn {
	width: 640px;
	margin: 0;
	margin: 20px 0 0 16px;
    padding-bottom: 40px;
    line-height: 20px;
	float: left;
	display: inline;
}

#homeBannerHolder {
      width: 621px;
      height: 274px;
      background: url(images/template/homepage_bannerbox.jpg) no-repeat;
      padding: 16px 0 0 19px;
      float: left;
      display: inline;
}

#takitv {
      width: 308px;
      background: url(images/template/takimagtv.jpg) no-repeat top;
      padding: 40px 0 0 9px;
      float: left;
      display: inline;
}

#takiradio {
      width: 300px;
      height: 280px;
      color: #cfcfcf;
      background: url(images/template/takimagradio.jpg) no-repeat top;
      padding: 60px 0 0 17px;
      margin-left: 5px;
      float: left;
      display: inline;
}

.bottomlinks {
      line-height: 20px;
}

#articleHolder {
	width: 100%;
	margin-top: 20px;
	float: left;
	line-height: 19px;
	display: inline;
}

	#articleHolder img {
		border: 1px solid #666;
		float: left;
		display: inline;
		margin: 0 10px 10px 0;
	}
	
	#searchHolder {
                width: 98%;
                padding: 7px;
		float: right;
		display: inline;
	}

       #searchHolderInside {
                width: 280px;
		margin: 5px;
                padding: 10px;
		background: url(/images/template/mainarticlebg.jpg) repeat-x bottom;
		float: left;
		display: inline;
	}

	.mainArticleBox {
		width: 310px;
                height: 245px;
		margin: 4px;
		border: 1px solid #dedede;
		float: left;
		display: inline;
	}
	
	.mainArticleContent {
		width: 300px;
                height: 235px;
		margin: 5px;
		background: url(/images/template/mainarticlebg.jpg) repeat-x bottom;
		float: left;
		display: inline;
	}
	
		.articleCategoryBox {
			width: 285px;
			padding: 5px 5px 5px 10px;
			color: #FFF;
			background-color: #891515;
                        text-transform: uppercase;
                        font-size: 13px;
                        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			float: left;
			display: inline;
		}
		
		.articleSubHead {
			width: 280px;
			color: #8e8e8e;
			font-size: 12px;
			margin-bottom: 10px;
			float: left;
			display: inline;
		}
		
		.articleCategory {
			width: 280px;
			color: #8e8e8e;
			font-size: 11px;
			text-transform: uppercase;
			float: left;
			display: inline;
		}
		
		.articleContent {
			width: 280px;
			line-height: 19px;
			padding: 10px;
			float: left;
			display: inline;
		}
                
                .articleContent h4 {
                       line-height: 21px;
                }

                .articleContent h4 a {
                       color: #3e3e3e;
                       text-decoration: none;
                }

		
	.mainArticleContent img {
		float: left;
		margin: 0 7px 7px 0;
	}

.contentarea {
       line-height: 20px;
}
	
#rightColumn {
	width: 300px;
	padding: 0 5px;
	float: right;
	display: inline;
}

	.sectionHolder {
		width: 300px;
		margin-top: 20px;
		float: left;
		display: inline;
	}
	
	.sectionContent {
		width: 290px;
		margin: 5px;
		background: url(/images/template/mainarticlebg.jpg) repeat-x bottom;
		float: left;
		display: inline;
	}

        #takisTopDrawer {
		width: 260px;
                height: 179px;
		padding: 20px;
		background: url(/images/template/takistopdrawer.jpg) no-repeat top;
		float: left;
		display: inline;
	}

        #takisTopText {
               width: 150px;
               height: 185px;
               float: left;
               display: inline;
        }

        #takitextcontent {
              line-height: 17px;
        }

          #takisTopText h4 {
                       line-height: 21px;
                }

                #takisTopText h4 a {
                       color: #3e3e3e;
                       text-decoration: none;
                }
			
		.sectionSubHead {
			color: #8e8e8e;
			font-size: 12px;
			margin-bottom: 10px;
		}
		
		.sectionInsideContent {
			width: 280px;
			line-height: 19px;
			padding: 10px;
			float: left;
			display: inline;
		}

                .sectionInsideContent h4 {
                       line-height: 21px;
                }

                .sectionInsideContent h4 a {
                       color: #3e3e3e;
                       text-decoration: none;
                }
		
	.sectionContent img {
		float: left;
		margin: 0 10px 10px 0;
	}

	#rightColumn hr {
		width: 300px;
		height: 11px;
		margin: 0;
		padding: 0;
		background: url(/images/template/rightcolumn-divider.jpg) no-repeat;
		border: none;
		float: left;
		display: inline;
	}
	
#footerHolder {
	width: 100%;
	background: url(/images/template/footerbg.jpg) repeat-x;
	float: left;
	display: inline;
}

#footer {
	width: 980px;
	margin: 0 auto;
}

#footerTitle {
	width: 100%;
	height: 30px;
	padding: 12px 0 0 0;
	vertical-align: middle;
	*vertical-align: text-bottom;
	float: left;
	display: inline;
}

	#linkLeftNav {
		width: 60px;
		padding: 215px 0 0 0;
		float: left;
		display: inline;
	}

       #linkRightNav {
		width: 60px;
		padding: 215px 0 0 0;
		float: left;
		display: inline;
	}

       .linksHolder {
               width: 850px;
               float: left;
              display: inline;
        }

        .linksHolder ul {
               width: 850px;
               list-style: none;
               margin: 0;
               padding: 0;
               float: left;
               display: inline;
        }

        .linksHolder ul li {
               width: 170px;
               margin: 0;
               padding: 0;
               float: left;
               display: inline;
        }

	.linksHolder ul li ul {
		width: 158px;
		list-style: none;
		margin-left: 12px;
		float: left;
		display: inline;
	}
	
	.linksHolder ul li ul li {
		width: 100%;
		margin-bottom: 10px;
		float: left;
		display: inline;
	}
	
#copyrightHolder {
	width: 100%;
	height: 150px;
	background: url(/images/template/bottomcopyright.jpg) repeat-x;
	float: left;
	display: inline;
}

#copyright {
	width: 940px;
	padding: 20px;
	color: #c2c2c2;
	margin: 0 auto;
}
		