@charset "UTF-8";
/* CSS Document */

body {
	background:#fff url(images/bg-1.png) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
font-size:48px;
font-weight:normal;
font-variant:small-caps;
letter-spacing:.175em;
margin:0;
}

h2 {
font-size:20px;
font-variant:small-caps;
letter-spacing:.1em;
margin:0;
}

p {
font-size:11px;
line-height:1.5em;
}

a {
font-size:18px;
color:#999;
font-variant:small-caps;
letter-spacing:.075em;
text-decoration:none;
}

a:hover {
color:#666;
}

img {
border:0;
}



#container {
background-color:#fff;
width: 900px;
text-align:left;
margin:50px;
padding:20px 20px 20px 50px;
}

#content {
width: 900px;
}

#header {
width: 800px;
height: 100px;
background-color:#fff;
}


#left {
width: 450px;
}

#nav {
font-size:14px;
color:#333;
width: 600px;
}

#homenav {
font-size:26px;
color:#707070;
width: 900px;
letter-spacing:.05em;
}

#homenav a{
color:#333;
font-size:26px;
font-variant:normal;
letter-spacing:.05em;
}


#gallery {
width: 550px;
}



#footer {
width:800px;
margin-top:50px;
text-align:left;
font-size:12px;
color:#707070;
}

#footer a {
font-size:12px;
color:#999;
letter-spacing:.25em;
}

#footer a:hover {
color:#666;
text-decoration:underline;
}

