/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	position:relative;
	height:100%;
	background-color:#000000; /** Background Color **/
	margin:0px;
	}
#top {
	position:relative;
	height:235px;
	background-image:url(images/background/topbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#cdccb5;
	z-index:500;
	}
#mid {
	position:relative;
	background-image:url(images/background/bodybg.jpg); /** Background Image **/
	background-repeat:repeat; /** Background Repeat **/
	background-position:top; /** Background Position **/
	}
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	background-color:none;
	top:10px;
	border-top:1px solid #f6f6f6;
}
/* ***************************************************************************** */
/* Header */
#header {
	position:relative;
	width:960px;
	height:178px;
	margin:0 auto;
	background-image:url(images/background/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	padding-top:20px;
	}
#logo {
	width:390px;
	height:160px;
	margin-left:100px;
	}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	margin:0 auto;
	width:960px;
	height:35px;
	z-index:500;
}
/* ***************************************************************************** */
#content {
	padding-bottom:25px;
	}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	width:640px;
	padding-top:10px;
	float:left;
}
#right_column {
	position:relative;
	width:295px;
	margin:auto;
	float:right;
	padding-top:10px;
}
#clear_column {
	clear:both;
}
#banner {
	position:relative;
	height:215px;
	width:280px;
	background-color:#faf8f8;
	padding:5px;
	border:1px solid #cccccc;
	}
#newsbox {
	width:270px;
	padding:0px 10px 0px 10px;;
	background-image:url(images/background/newsbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border:1px solid #cccccc;
	background-color:#faf8f8;
	margin-top:10px;
	font-size:11px;
	}
#newsbox .snippet_ul {
	list-style:none;
	margin:0;
	padding:0;
}
#newsbox .snippet_text_bold {
	font-weight:bold;
	color:#de0404;
}
#newsbox  .snippet_li {
	list-style:none;
	}
#newsbox .snippet a:link,
#newsbox .snippet a:visited,
#newsbox .snippet a:hover,
#newsbox .snippet a:active {
	color:#f14108;  /** Link Font Color **/
	font-size:11px;
}
#box_titles {
	height:24px;
	padding-left:5px;
	padding-top:3px;
	color:#ffffff;
	font-size:14px;
	letter-spacing:1px;
	margin-bottom:10px;
	}
#right_ad {
	position:relative;
	width:290px;
	margin-top:10px;
	text-align:center;
	}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:10px;
	width:960px;
	margin:0 auto;
}
/* ***************************************************************************** */
/* LOGO */
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	width:290px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
h1, h2 {font-weight:normal;}
p {font-size:12px;}
:focus {outline:none;}
a.news:link,
a.news:visited,
a.news:hover {
	color:#f14108;
	font-size:11px;
	}
#plujo {text-align:left;margin-top:2px;}







