/*Layout*/
#page{
	width:1024px;
	min-width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

#content {
	margin: 15px -200px 8px 10px;
	float: left;
	width: 850px;
}

#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	float:right;
}

.footerHeader {
	margin:0;
	clear:both;
}

#blogText{
	margin-right:200px;
}

#leftcol {
	width:130px;
	margin: 0 0 0 0;
	padding-left: 20px;
	height:2000px;
	float: left;
	background-image: url(../images/background_left_blog.gif);
	background-repeat: repeat-y;
	clear: left;
}

/* NOT USED
#menudiv {
	width:132px;
	margin : 0 0 0 0;
	background: #000;
	height:299px;
} */

div.pressrelease {
	width: 630px;
	border: 1px dotted #999;
	padding: 0 5px 0 5px;
	display : none;
	background-color : #FFE4C4;
}

a.pressrelease {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

#categoryheader {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}




