@import url('reset.css');
@import url('960.css');

body {
	font-family: Helvetica Neue, Helvetica, arial, sans-serif;
	font-size : 12px;
	line-height : 24px;
	color : #333333;
	letter-spacing : .7pt;


}

a, a:link, a:visited {
	text-decoration: none;
	color : #333333;
}

a:hover {
	text-decoration : none;
	color : #cc0001;

}
a:active {
	color : #cc0001;
}

img {
	border: 0;
}


#header {
	padding-bottom : 50px;
	background : url('../images/dots.jpg') repeat-x bottom;
	margin-bottom : 45px;
}
#headerleft {
	margin-top :36px; 
}
#headerright {
	padding-top : 64px;
}
#headerright h1 {
	font-size : 30px;
	padding-bottom : 20px;
	font-weight : normal;
}
#headerright p {
	padding-top : 10px;
	width : 450px;
}

#sidebar {
	margin-left : 0;
	width : 140px;
	padding-left : 10px;
	font-size : 17px;
}
#sidebar li{
	margin-bottom : 10px;
	padding-left : 10px;
	height : 35px;
}	
#content h1 {
	font-size : 20px;
	font-weight : normal;
	padding-bottom : 10px;
}
#content p {
	width : 620px;
	padding-bottom : 10px;
}
#footer {
	padding-top : 50px;
	background : url('../images/dots.jpg') repeat-x top;
	margin-top : 20px;
	height : 120px;
}	
#footer h3 {
	font-size : 17px;
	font-weight : normal;
	padding-bottom : 5px;
}
#footer h4 {
	color : #999999;
}
#page_numbers {
	
}
#page_numbers a {
	color : #ccc;
}
#page_numbers a.current {
	color : #999999;
}
a.current {
	color : #cc0001;
}
.photo {
	margin-bottom : 20px;
}
.image_numbers {
	font-size : 50px;
	padding-bottom : 20px;
}	
.right {
	text-align : right;
}	
.class {
	color : white;
	background : #333333;
}
	