* {
	margin:0;
	padding:0;
}
body { 
	background-image: url('../images/bodybg.jpg');
}
/*===========================================================
//                       CONTAINER                           
//=========================================================*/
#container {
	font-size:small;
	width:782px;
	margin: 16px auto;
}
/*===========================================================
//                       TOP SHADOW
//=========================================================*/
#topsection {
	height:60px;
	width:782px;
	background:url('../images/topbg.png') no-repeat;
}
/*===========================================================
//                     CONTAINER 2
//=========================================================*/
#container2 {
	width:782px;
	background:url('../images/contentbg.png') repeat-y;
}
#leftsection {
	float:left;
}
#leftsection h4 {
	padding:2px 0px 4px 25px;
}
#logo {
	width:570px;
	height:172px;
	background:url('../images/logo.png') no-repeat;
}
#content {
	width:540px;
	padding-left:30px;
	color:#FFFFFF;
}
#content p {
	padding:10px 40px 10px 40px;
	line-height:18px;
}
#demo {
	margin: 0px 0px 9px 9px;
}
#largeimage {
	margin: 0px auto;
}
#imagetitle {
	font-weight:bold;
	padding:12px 40px 6px 60px;
}
#imagedescription {
	padding:6px 40px 6px 40px;
}
#middlesection {
	float:left;
	width:41px;
	height:325px;
	background:url('../images/middlebg.png') no-repeat;
}
#rightsection {
	float:right;
	width:171px;
	color:#FFFFFF;
}
#topnavbg {
	width:171px;
	height:6px;
	background:url('../images/navtopbg.png') no-repeat;
}
#bottomnavbg {
	width:171px;
	height:33px;
	background:url('../images/navbottombg.png') no-repeat;
}
#navcontainer {
	width:171px;
	height:286px;
	background:url('../images/navmainbg.png') repeat-y;
}
#navcontainer img {
	border:none;
	padding: 0px 0px 2px 3px;
}
#navcontainer h3 {
	font-size:100%;
	padding: 8px 0px 0px 18px;
}
#navcontainer h4 {
	padding:8px 0px 2px 2px;
}
#navcontainer h5 {
	padding:2px 0px 4px 10px;
}
#navcontainer h5 a {
	text-decoration:none;
	color:#c1cde8;
}
#navcontainer h5 a:hover {
	text-decoration:underline;
	color:#9eb5e8;
}
#nextprevarrows {
	padding:0px 50px 0px 10px;
	height:17px;
}
#thumbnails {
	padding: 0px 0px 0px 7px;
}
/*===========================================================
//                        FOOTER
//=========================================================*/
#footer {
	width:600px;
	height:52px;
	background:url('../images/bottombg.png') no-repeat;
}
.clearboth {
	clear:both;
}
.tnanchor {
	display:block;
	height:36px;
}
.tnsize {
	width:36px;
	height:36px;
	margin: 0px 6px 6px 0px;
	float:left;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
