* {
	padding:0px;
	margin:0px;
}

body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eaeaea;
}

body table {
	margin:auto;
}

#leftnav {
	width:175px;
	padding-top:20px;
	background-image:url(images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#a5c4c7;
	height:350px;
}


/*----------NAVIGATION------------------*/
#leftnav ul {
padding-left:21px;
}

#leftnav ul li {
	list-style:none;
	margin-bottom:15px;
	font-weight:bold;
	font-size:14px;
	
}

#leftnav a:link {        /* unvisited link */
	color: #6f3300;
	text-decoration:none;
	text-transform:uppercase;
}
#leftnav a:visited {
	color: #6f3300;
	text-decoration:none;
	text-transform:uppercase;
}  /* visited link */
#leftnav a:hover {color: #470f0f}   /* mouse over link */
#leftnav a:active {color: #6f3300}   /* selected link */

/*----------CONTENT-----------------------*/

#content {
	width:410px;
	background-color:white;
	border-left: 1px dashed #a19a9a;
	border-right: 1px dashed #a19a9a;
	color:#666666;
	font-size:14px;
	padding: 20px;
}

#content a:link {        /* unvisited link */
	color: #508E9F;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
}
#content a:visited {
	color: #508E9F;
	text-decoration:none;
}  /* visited link */
#content a:hover {color: #470f0f}   /* mouse over link */
#content a:active {color: #508E9F}   /* selected link */

#content h1 {
	font-size:22px;
	color:#333333;
}
#content h2 {
	font-size:22px;
	color:#a5c4c7;
}
#content h3 {
	font-size:30px;
	color:#5a1313;
}

#content h4 {
	font-size:16px;
	color:#333333;
}
blockquote, .blockquote {
margin:22px 40px;
color:#333333;
padding: 10px 50px;
background: transparent url("images/quote.jpg") no-repeat 0 0;
height:30px;
}

.red_bold {
	font-size:16px;
	color: #990000;
	font-weight: bold;
}

#header {
	height:200px;
	background-image:url(images/PYC_header.jpg);
	background-repeat:no-repeat;
}

#rightpanel {
	width:155px;
	padding:10px;
	background-color:white;
}
#footer {
	height:48px;
	background-image:url(images/PYC_footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#dbd6bd;
}

#footer a:link {        /* unvisited link */
	color: #c0ecf1;
	text-decoration:none;
}
#footer a:visited {color: #c0ecf1}  /* visited link */
#footer a:hover {color: #c0ecf1}   /* mouse over link */
#footer a:active {color: #c0ecf1}   /* selected link */

/*----------RIGHT NAV -----------*/

#pycNews, #pycNews p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #681105;
	font-weight: bold;
}
#pycNews  h1 {
	font-size: 14px;
	color: #666666;
}
.border1pxBlack {
	border: 1px solid #000000;
}

/*---------BLOG--------------*/

.item { margin-bottom:25px;}#content img {
	margin: 10px;
}