@charset "UTF-8";
/* CSS Document */

body {
	background-color: #0a0809;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #CCC;
	letter-spacing: 0.13em;
}

img a { 
	border:none; 
}

img {
	border:none;
}

a { 
	outline:none;
}

a:link {
	color: #CCC;
	text-decoration: none;
}

a:visited {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}

#box {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#leftcol {
	width: 500px;
	float: right;
	text-align: right;
}

#rightcol {
	width: 380px;
	float: right;
	padding-top: 120px;
}

#copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.625em;
	clear: both;
	padding-top: 100px;
	text-align: center;
	}


#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	margin-top: 20px;
}

#content {
	clear: both;
	padding-top: 50px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}

#gallery {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



.presslogo {
	border: 1px solid #a5a5a5;
}

