* {
	margin: 0;
	padding: 0;
	}
html {
	height: 100%;
	}
body {
	background: #798fb5 url(../images/background_container.gif) repeat-y center top;
	color:#A1A1A1;
	font: 87.5% Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3{
	font-weight: normal;
	margin-bottom: 0.2em;
}

h2, h3 {
	margin-top: 0.6em;
	color: #6E7E9C;
}
#rightCol a {
	color: #A4A2AD;
	text-decoration: none;
}
#rightCol a:hover {
	color: #FFF;
	text-decoration: underline;
}

h1 {
	margin: 30px 0 30px 0;
	letter-spacing: 0.1em;
	font-size: 2em;
	color: #535E75;
}
h2 {
	font-size: 1.3em;
}

p{
	line-height: 1.3em;
	margin-bottom: 0.5em;
	color: #F3F3F3;
	}

#wrapper {
	background: url(../images/banner.jpg) no-repeat;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#mainContainer {
	padding-top: 220px;
	margin: 0 70px 0 95px;
}
#menu {
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}
#leftCol{
	float: left;
	width: 215px;
	margin-right: 8px;
	padding-left: 0;
	}

.thumbs img {
	width:80px;
	height:108px;
	padding: 3px;
	margin-bottom: 10px;
	filter: alpha(opacity=35);
	opacity: 0.35;
	border: 1px solid #666;
}

.thumbs .hoverThumb, .thumbs .selectedThumb {
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer;
}
#rightCol {
	float: left;
	width: 562px;
	}
#rightCol.image {
	width: 500px;
	margin-left: 50px;
}

#rightCol img {
	border: 1px solid;
	margin-top: 8px;
	}
#info {
	margin-top: 10px;
}
#menu ul {
	list-style: none;
	}
#menu li {
	display:inline;
	margin-left: 10px;
}
#menu a {
	color: #aaa;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
}
#menu a.selected {
	color: #FFF;
}

#footer {
	text-align:right;
	margin:30px 0;
	border-top: 1px solid;
	padding-top: 5px;
	}
.clearThis {clear: both;}

.noTopMargin {
	margin-top: 0px;
}

#caption {margin-top: 30px;}
#caption .title{margin-right: 15px; color:#fff;}
#caption .details{color: #63768C;}

#homeThumbs {padding-left: 10px;}
#homeThumbs img {
	border: solid 1px #a4a2ad;
	margin-right: 5px;
}
#ubiq {
	padding-top: 100px;
}
