body
{
	background-color: White;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	border-left: 12px solid #D2D2D2;
	border-right: 12px solid #D2D2D2;
}

#nav
{
	width: 680px;
	height: 30px;
	border-bottom: 1px solid white;
	color: White;
	background-color: #303030;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	margin-left: -340px;
	left: 50%;
	top: 0px;
	margin-top: 20px;
	padding: 0px;
	z-index: 99;
	position: absolute;
	background-color: #ff0000;
	border-top: 1px solid #adadad;	
}

#nav li
{
	display: block;
	float: left;
	height: 30px;
	width: auto;
	text-align: center;
	line-height: 30px;
	color: White;
}

#nav li a
{
	font-size: 15px;
	display: block;
	padding-left: 17px;
	padding-right: 17px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: White;
	font-variant: small-caps;
}

#nav li a:hover
{
	background-color: #ffffff;
	color: #303030;
}

#main
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #adadad;
	border-left: 1px solid #adadad;
}

#hero
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 200px;
	background-image: url(../images/banner.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
}

#header
{
	position:relative;
	top:126px;
	left:106px;
}
.bigger{
	font-size: 16px;
}
#header h1
{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	color: White;
}

#bodya
{
	padding-top: 1px;
	background-color: white;
	border-bottom: 10px solid White;

}

#sidebar
{
	width: 175px;
	float: right;
	position:relative;
	text-align: center;
}

#sidebar h3
{
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 16px;
	clear: both;
	font-variant: small-caps;
	font-weight: normal;
	padding: 0px;	
}

.sidecontent{
	background-color: #eeeeee;
}

#content
{
	color: #333333;
	width: 490px;	
	min-height: 564px;
	!height: 574px;

}

.contcont
{
	padding: 26px;
	color: #333333;
	width: 438px;	
	background-color: #eeeeee;
	margin-top:5px;
	padding-bottom: 10px;

}

#content h2
{
	font-size: 16px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	color: #515151;
	font-variant: small-caps;
	margin-left: 25px;
	margin-top: 10px;
	padding: 0px;

}



#content p
{
	text-align: justify;
	line-height: 1.3em;
	padding-top:0px;
	margin-top:0px;
}

#content p:hover
{
	color: #ff0033;
}

#content .info
{
	text-align: justify;
	text-indent: 3em;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #333333;
}
a:hover
{
	text-decoration: underline;
}
.pullout
{
	background-color: #eeeeee;
	padding: 5px;
	float: right;
	margin: 8px;
}

.flickr-thumbnail, .flickr-pullout {
	float: left;
	background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 10px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	_position: relative;
	}

.flickr-thumbnail img, .flickr-pullout img {
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);
	
}

#footer
{
	width: 638px;
	padding-top: 5px;
	padding-left: 20px;	
	padding-right: 20px;		
	padding-bottom: 5px;
	text-align: right;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;	
	background-color: #EEEEEE;
	color: #606060;
	
}
#footer a
{
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}
.left
{
	float: left;
}

.right
{
	float: right;
}

.csskeyword
{
	color: blue;
}

.cssvalue
{
	color: red;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}
