@charset "UTF-8";
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	background-color: #bdbdbd;
	background-image: url(images/bg_greygradient.jpg);
	background-repeat: repeat-x;
}

#container { 
	width: 660px;
	}
	
#header {
	top: 30px;
	left: 30px;
	position: fixed;
	_position: absolute;
	_top: expression(((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 30) + 'px' );
	_left: expression(((ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) + 30) + 'px' );
}

#nav{
	clear: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 160px;
	display: block;
	}
	
#nav li a{
	text-decoration:none;
	padding: 5px 0;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	}

#nav li a:hover{
	color: #ff3333;
}

#content {
	width: 450px;
	left: 230px;
	top: 30px;
	display: block;
	position: absolute;
}

#content img.left {
	margin: 0 15px 10px 0;
	float: left;
}

#content img.right {
	margin: 0 0 10px 15px;
	float: left;
}

#footer {
	clear: left;
	margin-top: 30px;
	color:#666;
	font-size: 10px;
	line-height: 13px;
}

#footer a {
	color: #555;
	text-decoration: underline;
}

#footer a:hover {
	color: #ff3333;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {	
	color: #ff3333;
}

a img{
	border:none;
}

h1 {
	margin: 0 0 10px 0;
	color: #f60;
	font-size: 15px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: .04em;
}


h2 {
	padding: 8px 0px 2px 0px;
	margin: 50px 0 10px 0;
	color: black;
	font-size: 15px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: .04em;
}

p {
	margin: 0 0 19px 0;
	padding: 0px;
	
}

#content ul {
	padding-left: 0;
	margin-left: 0;
	
}

#content li {
	margin-left: 15px;
	margin-bottom: 9px;
	padding-left: 5px;
}

#content img {
	margin-bottom: 15px;
}