@media screen {

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

p {
	margin: 15px 0;
	}

body {
	background: #000000 url(/common/gfx/background.concrete.jpg);
	background-attachment: scroll;
	color: #777;
	font-family: arial, verdana, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	padding-bottom: 50px;
	}


#container {
	width: 860px;
	margin: 0px;
	background: transparent;
	padding: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#title {
	display: none;
	}

#h-menu {
	height: 25px;
	}

	#h-menu ul {
		position: relative;
		}

		#h-menu ul li {
			height: 25px;
			float: left;
			overflow: hidden;
			list-style: none;
			}

			#h-menu ul li a span {
				display: none;
				}



#content {
	padding: 15px 10px 80px 25px; 
	width: 498px;
	background-color: #fff;
	color: inherit;
	border-right: 1px solid #eee;
	min-height: 350px;
	}

#news {
	float: right;
	width: 210px;
	margin: 10px 5px 10px 0;
	}

	#news h3 {
		font-size: 0.85em;
		letter-spacing: 1px;
		color: #999;
		text-transform: uppercase;
		margin-bottom: 15px;
		}

	#news dl {
		font-size: 0.9em;
		line-height: 1.4em;
		}

	#news dl dt {
		font-family: helvetica, sans-serif;
		letter-spacing: 1px;
		font-weight: bold;
		}

	#news dl dd {
		margin: 0 0 25px 0;
		}
	
		#news dl dt a, #news dl dd a {
			text-decoration: none;
			color: #888;
			}

	#news p a {
		color: #748398;
		text-decoration: none;
		font-size: 0.9em;
		}

#newsarchive h2, #newsarchive h2 a {
	color: #777;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	padding-bottom: 2px;
	}

#newsarchive div {
	margin: 15px 0 40px 0;
	}

#contact {
	width: 100%;
	margin: 30px 0;
	}

	#contact td {
		padding: 5px;
		}
	
	#contact td input[type=text], #contact td textarea {
		width: 60%;
		border: 1px solid #C8C8C8;
		padding: 1px;
		color: #444;
		}

#footer {
	background-color: #e5ebf2;
	margin: 0 0 0 0;
	border: 1px solid #fff;
	height: 55px;
	}

#copyright {
	width: 760px;
	margin: 10px auto;
	text-align: right;
	}
	
	#copyright a {
		font-size: 0.85em;
		color: #888;
		text-decoration: none;
		}

#content ul {
	margin: 1px 0 5px 18px;
	padding: 1px;
	}

} /* @media screen ends */







@media print {

body {
	background-color: #fff;
	color: #000;
	font-family: "times new roman", serif;
	}

#wrapper {
	background-color: #fff;
	color: inherit;
	}

#title {
	font-size: smaller;
	}

#header {
	display: none;
	}

#news {
	display: none;
	}

} /* @media print ends */
