#container
{
	margin: 0 auto;
	width: 1000px;
	background: #ccc;
	font-family:Arial, Helvetica, sans-serif
}

#header
{
	background: url(../t3dimage1/t3dheader01.jpg) repeat-x 100% 0; 
	padding: 0px;
	height: 200px;
}

#header h1 { margin: 0;
	padding: 0px 20px 0 0px;
	font-size: 15px;
	text-align: right;
	color: #fff;
}
#header h2 { margin: 0;
	padding: 0px 0px 0 0px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
#header h3 { margin: 0;
	padding: 90px 0px 0 0px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

#navigation
{
	float: left;
	width: 900px;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content-container
{
	float: left;
	width: 1000px;
	background: #ccc url(../t3dimage1/t3dbodybg01.jpg) 0;
}

#content
{
	clear: left;
	float: left;
	width: 820px;
	padding: 0px 0;
	margin: 0 0 0 20px;
	display: inline;
}

#content h2 { margin: 0;
font-size: 20px;
 }
#content h3 { margin: 0;
font-size: 15px;
 }

#content h2 { margin: 0;
font-size: 20px;
 }
#content h3 { margin: 0;
font-size: 15px;
 }


#emailcon
{
	clear: left;
	float: left;
	width: 150px;
	padding: 0px 0 5px 0;
	margin: 0 0 0 0px;
	display: inline;
	border: solid #ffcc99 1px;
}

#allbox
{
	clear: left;
	float: left;
	width: 830px;
	padding: 0px 0 0px 0;
	margin: 0 0 0 0px;
	display: block;
	border: solid #fff 0px;
}


#leftbox
{
	clear: left;
	float: left;
	width: 410px;
	padding: 0px 0 5px 0;
	margin: 0 0 0 0px;
	display: block;
	border: solid #ffcc99 1px;
}

#rightbox
{
	float: right;
	width: 405px;
	padding: 0px 0 5px 0;
	margin: 0 0 0 0px;
	display: inline;
	border: solid #ffcc99 1px;
}


#aside
{
	float: right;
	width: 150px;
	text-align: right;
	padding: 0px 0;
	margin: 5px 10px 0 0px;
	display: inline;
}

#aside h3 { margin: 0;
font-size: 15px;
 }

#footer
{
	clear: left;
	background: #ccc url(../t3dimage1/t3dbodybg01.jpg) 0;
	text-align: center;
	font-size: 14px;
	padding: 20px;
	height: 100px;
}


.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../t3dimage1/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: regular;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 15px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #ffcc99;
	background: url(../t3dimage1/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #ffcc99;
	font-size:108%; 
	background: url(../t3dimage1/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

a:link {color:#000;} /* unvisited link */
a:visited {color:#E4287C;} /* visited link */
a:hover {font-size:105%; color: #ffcc99; background: #000; text-decoration: underline; } /* mouse over link */
a:active {color:#660099;} /* selected link */






.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.right { float:right; margin: 0 0 0px 0px; } 
.left { float:left; margin: 0 15px 15px 0; } 
.center { display: block; margin-left: auto; margin-right: auto } 

body { font-family: Arial, Helvetica, sans-serif;
color: #573e16;
}


