@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background-image:url(images/nav-bg.gif);
	background-repeat:repeat-x;
}
#container {
	padding-top:10px;
	width:910px;
	margin:0 auto;
	display:block;
}

#header {
		height:90px;
}

#header #logo{
	float:left;
}

#header #contact {
	float:right;
	width:600px;
	margin-top:23px;
	text-align:right;
	color:#674030;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
}

#header #contact a:link
{
    color: #674030;
}

#header #contact a:visited
{
    color: #674030;
}

#header #contact a:active
{
    color: #674030;
}


#nav{
	margin-top:5px;
	height:45px;
}

#content {
	margin-top:10px;
	overflow:hidden;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;

}

.fContent {
	width:910px;
	margin:0 auto;
	display:block;
}

#footer {
	margin-top:10px;
	border-top:1px solid #d9cfcb;
	border-bottom:1px solid #d9cfcb;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#674030;
	height:15px;
}

#footer .left{
	width:300px;
	float:left;
}

#footer .right{
	width:300px;
	float:right;
	text-align:right;
}

#footer .right a:link
{
    color: #674030;
}

#footer .right a:visited
{
    color: #674030;
}

#footer .right a:active
{
    color: #674030;
}


#topnav {
	margin:0 auto;
	display:block;
	width:910px;
	}	
	
#topnav ul{
	margin-top:17px;
	*margin-top:12px;
}
	
#topnav li {
	list-style:none;
	display:inline;
	}	
	
#topnav a {
	margin:20px 10px 10px 0px;
	padding:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#f7acbc;
	text-decoration:none;
	line-height:20px;
}	

#topnav a:hover {
	background-color:#ffffff;
	color:#f7acbc
	}	

.odd {
	background-color:#fef1f3
}

h2 {
	font-size:16px;
}

.border {
	border:2px solid #f7acbc;
}

a.facebook { 
	background:url(images/facebook.png) no-repeat 0px 0px; width: 25px;  height: 25px; display: block; 
}
a.facebook:hover { 
	background: url(images/facebook.png) no-repeat 0px -25px; 
}

a.youtube { 
	background:url(images/youtube.png) no-repeat 0px 0px; width: 25px;  height: 25px; display: block; 
}
a.youtube:hover { 
	background: url(images/youtube.png) no-repeat 0px -25px; 
}

a.fr { 
	background:url(images/fr.png) no-repeat 0px 0px; width: 25px;  height: 25px; display: block; 
}
a.fr:hover { 
	background: url(images/fr.png) no-repeat 0px -25px; 
}

a.linkedin { 
	background:url(images/linkedin.png) no-repeat 0px 0px; width: 25px;  height: 25px; display: block; 
}
a.linkedin:hover { 
	background: url(images/linkedin.png) no-repeat 0px -25px; 
}

a.vimeo { 
	background:url(images/vimeo.gif) no-repeat 0px 0px; width: 25px;  height: 25px; display: block; 
}
a.vimeo:hover { 
	background: url(images/vimeo.gif) no-repeat 0px -25px; 
}

.photo {
	padding:0 0 15px 15px;