* {
	padding: 0px;
	margin: 0px;
}
html {
	background:url(images/background.jpg);
}
body {
	background: url(images/background_top.png) repeat-x;
	color: #555555;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width: 970px;
	text-align:left;
}
#wrap {
	width: 970px;
	background:url(images/background_wrap.png) top no-repeat;
	min-height: 641px;
}
#header {
	height: 100px;
	padding: 0px 35px;
	margin-bottom:10px;
}
#title {
	height: 100px;
	float:left;
	margin-right:20px;
	line-height:100px;
}
#pagenav {
	height:100px;
	line-height: 100px;
	float:right;
	font-size:9pt;
	font-weight: bold;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}
#pagenav li a {
	color: #A9A9A9;
	text-decoration: none;
	margin-left:20px;
}
#pagenav li a:hover {
	color: #ffffff;
}
#top {
	background: url(images/top.png) no-repeat;
	width:970px;
	height:40px;
}
#outmain {
	background:url(images/bottom.png) bottom no-repeat;
	padding-bottom:40px;
}
#main {
	background:url(images/background.png) repeat-y;
	padding:15px 60px;
	min-height: 621px;
}
#content {
	width:620px;
	float:left;
}
#sidebar {
	width:190px;
	float:right;
	color:#999;
	padding-left:30px;
	background:url(images/background_sidebar.gif) top no-repeat;
	min-height:512px;
}
#footer {
	margin:0px 0px 15px 0px;
	text-align:center;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
.node {
	margin-bottom:15px;
}
.postmetadata {
	margin-bottom:10px;
	color: #999;
}
.postmetadata a {
	color:#999;
	text-decoration: none;
}
/*default */
p, h2, h3, h4, h5, h6, ol, ul, table {
	padding-bottom:10px;
}
.clear {
	clear:both;
	height: 0px;
}
ul li, ol li {
	margin-left:25px;
}

/* text */
#title h1 {
	font-size:18pt;
	font-weight: normal;
	color: #C0C0C0;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1, h2 {
	color: #0099cc;
	font-size: 14pt;
	font-weight: normal;
}
h1 a, h2 a {
	color: #0099cc;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}
#sidebar h2, #sidebar h3 {
	font-size: 10pt;
	color: #0099cc;
	padding: 5px;
	margin-bottom:10px;
	border-top: 3px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
#sidebar h2 a, #sidebar h3 a {
	color: #0099cc;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #666;
	font-weight: normal;
}
h3 a, h4 a {
	color: #666;
	text-decoration: none;
}
h5, h6 {
	color: #0099cc;
	font-size: 10pt;
	font-weight: normal;
}
h5 a, h6 a {
	color: #0099cc;
	text-decoration: none;
}
#sidebar ul li {
	list-style: none;
}
#sidebar a {
	color:#999;
	text-decoration: none;
}
#sidebar li {
	padding-bottom:3px;
}
#sidebar ul li, #sidebar ul li ul li {
	margin-left:0px;
}
#sidebar ul li ul li ul li {
	margin-left:10px;
}
ul li ul li, ul li ul li ul li {
	margin-left:10px;
}
blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}
a {
	color: #1ea4d2;
	text-decoration: none;
}
input, textarea, select {
	border: 1px solid #d9d9d9;
	padding: 2px 5px;
	font-size: 8pt;
	background: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.submit, .searchsubmit, .preview, .button, .searchbutton  {
	background-color: #0099cc;
	color: #ffffff;
	border: 1px solid #d9d9d9; 
	font-size: 8pt;
	padding: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* snews default */
#breadcrumbs {
	margin:10px 0px;
	color: #898989;
}
#breadcrumbs a {
	color: #898989;
	text-decoration: none;
}
legend {
	font-size: 9pt;
	font-weight:bold;
}
legend a {
	color: #252525;
	text-decoration:none;
}
.line {
	height: 1px;
	background-color: #898989;
	margin: 10px 0px;
}
.comment, .commentsbox {

	padding: 15px;
	margin-bottom:10px;
	border-bottom: 1px solid #d9d9d9;
	background-color:#f9f9f9;
}
.comment .date {
	font-size: 8pt;
	font-weight: bold;
	color: #898989;
}
.date {
	color: #0099cc;
	padding: 5px;

}
.date a {
	color: #0099cc;
	text-decoration: none;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC; 
	display:inherit;
	margin-bottom:10px;
}
legend {
	font-weight: bold;
}
legend a {
	text-decoration: none;
	color: #000000;
}
.extra h3 {
	margin-top:10px;
}
.extra {
	margin-bottom:10px;
}
