@charset "utf-8";
/* CSS Document */

body
{
	background-color: #E5E5E5;
	margin: 0 auto;
	padding: 0;
	text-align: center;	
}

.banner
{
	position: relative;
	margin: 37px auto 0px auto;
	height: 225px;
	width: 900px;
	background: url(banner.jpg);
}

.main
{
	background: url(shadowbackdrop.jpg);
	position: relative;
	margin: 0 auto auto auto;
	overflow: hidden;
	width: 788px;
	height: 575px;
}

.sidenav
{
	float: left;
	width: 150px;
	height: 526px;
	background-color: #333;
	font-size: 24px;
	color: #FFF;
	background:url(sidebarpreview.jpg) no-repeat;
}

.content
{
	background-color: #FFF;
	float: left;
	height: 499px;
	width: 525px;
	border: solid 1px #333;
	border-left: none;
	border-top: none;
	overflow: hidden;
}

.contenttext
{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	margin: 0 20px 12px 20px;
	overflow: hidden;
}

.gallery
{
	margin-top:
}

a:link
{
	color: #2a46bf;
	border: none;
}

a:active
{
	color: #2a46bf;
	border: none;
}

a:hover
{
	color: #425eda;
	border: none;
}

a:visited
{
	color: #2e2e2e;
	font-style: normal;
	border: none;
}

#div1 
{
	float:left; width:25%;
}

#div2 
{ 
	margin-left:25%; width:25%;
}

#div3 
{
	margin-left:50%; width:25%;
}

#div4 
{ 
	margin-left:75%; width:25%;
}

