/* CSS Document */

/* layout */

#header{
	float : left;
	padding-left : 5px;
}
#content{
float : left;
clear : both;
width : 740;
	padding-left : 6px;
	padding-top : 5px;
	top: 5px;
}
#leftcolumn{
	float : left;
	width : 400px;
	height: 450px;

}
#rightcolumn{
	float : left;
	padding-left : 28px;
	width : 250px;
	padding-top: 4px;
}
#photos{
	left: 14px;
	top: 185px;
	height: 400px;
	width: 300px;
}
/* end layout */

/* text styling */
.body{
	font : normal 13px Baskerville, Georgia, "Times New Roman", serif;
	color: #1C1C1C;
	vertical-align: super;
}
.body a:link{
	font : normal 13px Baskerville, Georgia, "Times New Roman", serif;
	color: #1C1C1C;
	text-decoration: none;
}
.body a:visited{
	font : normal 13px Baskerville, Georgia, "Times New Roman", serif;
	color: #1C1C1C;
	text-decoration: none;
}
.body a:hover{
	font : normal 13px Baskerville, Georgia, "Times New Roman", serif;
	color: #666666;
	text-decoration: none;
}
.body a:active{
	font : normal 13px Baskerville, Georgia, "Times New Roman", serif;
	color: #1C1C1C;
	text-decoration: none;
}
.place{
	font : bold normal 12px Arial, sans-serif;
	color: #999999;
	letter-spacing: 1px;
}
.title{
	font : normal 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #990000;
	letter-spacing: 1px;
}
.title a:link {
	font : 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #990000;
	text-decoration: none;
	letter-spacing: 1px;
}
.title a:visited {
	font : 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #990000;
	text-decoration: none;
	letter-spacing: 1px;
}
.title a:hover {
	font : 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
}
.title a:active {
	font : 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #990000;
	letter-spacing: 1px;
}
.article-title {
	font : bold normal 32px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #990000;
	letter-spacing: -1px;
}
.other{
	font : normal 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #990000;
	letter-spacing: 0.1pc;
}
.other h1{
font : normal 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #990000;
	letter-spacing: 0.1pc;
}
.other a:link {
	color: #333333;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
}
.other a:visited {
	color: #333333;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
}
.other a:hover {
	color: #990000;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
}
.other a:active {
	color: #333333;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
}
/* end text styling */
