@charset "UTF-8";
body {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
#headerWrapper {
    height:130px;
	width:800px;
}
#headerWrapper logo {
    float:left;
}
#headerWrapper nav{
    float:right;
}
#headerWrapper ul {
    
}
.leftHeader {
    width:235px;
	float:left;
}
.rightHeader {
    width:565px;
	float:right;
}
#horizontalLine {
    width:900px;
	height:30px;
	background:url(images/hl_white.png);
	background-repeat:no-repeat;
	background-position:center;
}
#contentWrapper {
    width:800px;
}
.leftContent {
    width:235px;
	float:left;
}
.rightContent {
    width:565px;
	float:right;
}
.logoHead {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	}
.photographer {
    font-size:24px;
}
.copyright {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:11px;
}
a {
 color:#333333;
}
a:hover {
 color:#FF0000;
}
a:visited {
 color:#999999;
}

