/* basics */

*{margin:0; padding:0;}

body {
	background: #fff;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #717273;
	}
	
h1 {}
h2 {}
h3 {}
h4 {}


/* images and misc. */

img{ border: none; }
img a{border:none;}
img {display: none;}
/*
img.left{ float: left; border: none; }
img.right{ float: right; border: none; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}*/

	
/* breadcrumbs */
	
.breadcrumb {color: #717273; font-size: 0.625em !important;}
.breadcrumb a {color: #717273; text-decoration: none;}
.breadcrumb a:hover {color: #717273; text-decoration: none;}
/* links */

#container, #homecontent {position: absolute; top: 20px;	width: 600px;}

#flashheader {display: none; height: 0px;}
#header, #headerimg {
	display: none;
	height: 0px;
}


#content {

	text-align: left;
	width: 600px;
	}

.post {
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;

	}
	
.post h2{

	}
	
.post h2 a{

	}
	
.post h2 a:hover{

	}
	
.post p{;	color: #717273; 
}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}


/* left sidebar */

#left {
display: none;
	}


/* right sidebar */

#right{
display: none;

	}


/* footer */

#footer {
display: none;

	}

#noPrint {display: none;}
