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

body {
background-color: #1c313b;
color: #5d6c7e;
font-family:"Georgia",serif;
font-size: 15px;
background-image: url(images/bg.png);
background-repeat: repeat-x;
background-position: top;
}

h2 {
color: #c1aa73;
font-size: 18px;
font-family: "Georgia",serif;
font-weight:bold;
font-style:italic;
}

h3 {
color: #c1aa73;
font-size: 18px;
font-family: "Georgia",serif;
font-weight:bold;
font-style:italic;
}

h2:first-letter {
color: #c1aa73;
font-size: 20px;
font-family: "Georgia", serif;
font-style:italic;
}

#sidebar {
float: left;
background-image:url(images/sidebar-bg.png);
background-repeat: no-repeat;
padding-top: 130px;
padding-bottom: 100px;
padding-left: 100px;
height: auto;
width: auto;
text-align: right;
color: #60b7e1;
font-variant: small-caps;
font-family: "Vrinda",serif;
font-size: 14px;
padding-right: 25px;
}

#container {
width: 1100px;
margin: 70px auto;
padding-right: 300px;
}

#content {
width: 600px;
float: left;
}

#thumbpicts {
width: 300px;
float: right;
}

#footer {
clear: both;
text-align: center;
font-size: 10px;
margin: 70px auto;
}

strong {
color: #788ca3;
font-style: normal;
text-decoration: none;
}


a {
color: #788ca3;
text-decoration: none;
}

a:hover {
color: #60b7e1;
}

img {
border: #35474f 3px solid;
margin: 10px;
}

img:hover {
border-color: #5c4e44;
}

.floatright { 
float: right; 
margin: 0 0 10px 10px;
}

.floatleft { 
float: left; 
margin: 0 0 10px 10px;
}

.thumbnail {
width: 120px;
height: 95px;
}

.noborder {
border-width: 0px;
}
