/* CSS Document */

h1 {
	font-size: 46px;
	color: #FFF;
	text-align: right;
	font-style: normal;
	position: relative;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}

#footer .more_info {
	border: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
    background-image: url(/images/Footer/White/more_info_exported.jpg) ;
    background-repeat: no-repeat;
    width: 79px;
    height: 17px;
    overflow: hidden;
    text-indent: -9999px;
}

#footer h3 {
	font-size: 15px;
    text-decoration: none;
	color: black;
	margin: 0px;
	padding: 0;
}

#textLink {
	font-size: 15px;
    text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0;
}

#sidebar{
	float: right;
	width: 200px;
    margin: 10px 10px 0 0;
    border: 1px solid #CCC;
    padding: 10px;
    z-index: 50;
   background-image: url(../images/backgroundphotos/content_transparent_exported.png);
	background-repeat: repeat;
    background-color: transparent;
}

#searchform #s {
	height: 16px;
	width: 175px;
	border: 2px solid white;
	background-color: #FFF;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	color: white;
}

#title a {
	color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.comments a {
	color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.navigation {
	width: 630px;
    color: #FFF;
    float: left;
}
.navigation a {
	color: #FFF;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dotted #FFF;
}

.comments a {
	color: #FFF;
    text-decoration: none;
    font-size: 10px;
}
.link {
	color: #FFF;
    text-decoration: none;
    font-size: 10px;
    border-bottom: 1px dotted #FFF}