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

body {
background-color: #2F4F4F;
/*background-color: #1b313b;*/
color: #90a2b7;
/*color: #5d6c7e;*/
font-family:"Tw Cen MT", "Segoe UI","Verdana",serif;
font-size: 15px;
background-image: url(bg.png);
background-repeat: repeat-x;
background-position: top;
}

h2 {
color: #c1aa73;
font-size: 18px;
font-family: "Vladimir Script",serif;
font-weight:bold;
}

h3 {
color: #c1aa73;
font-size: 18px;
font-family: "Vladimir Script",serif;
font-weight:bold;
}

h2:first-letter {
color: #c1aa73;
font-size: 20px;
font-family: "Vladimir Script", serif;
}

#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: 900px;
/*margin: 70px auto;*/
padding-right: 300px;
}

#content {
width: 700px;
float: right;
/* Eric Add*/
}

#footer {
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 {
margin: 5px;
}

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

.clearleft {
clear: left;
}

.clearright {
clear: right;
}

.floatright { 
float: right; 
margin: 0 0 10px 10px;
border: #35474f 3px solid;
}

.floatleft { 
float: left; 
margin: 0 0 10px 10px;
border: #35474f 3px solid;
}

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

.noborder {
border-width: 0px;
} 

