body, html {
margin:0px;
padding:0px;
}
body {
	font-family: Garamond, "Calisto MT", "Palatino Linotype", "Times New Roman", Times, serif;
	color: #330000;
	font-size: 14px;
	line-height: 21px;
	background-image: url(images/pattern_108.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}
#bground {
	margin:0px auto;
	background-image:url(images/bgtechnocracy.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:1;
}
#bgroundTechSchool {
	margin:0px auto;
	background-image:url(../images/TechSchool-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:1;
}

p {
	margin-top:0px;
}
.bottom {
	font-size: 80%;
}

#wrap {
	z-index:2;
	width:730px;
	
	margin:0px auto;
	margin-top:0px;
	padding:0px 15px;
	background:#fff;
	border:solid 6px #990000;
	
}
a:link, a:visited {
	color: #990000;
}
a:hover {
	color: #BAA27C;
	text-decoration: underline;
}
#item {
	float:right;
	clear:right;
	width:370px;
	margin:0px 0px 10px 10px;
	padding: 10px;
	border:solid 1px #990000;
	border-bottom-width:5px;
	border-right-width:3px;
	background:#FFFEEB;	
}
#navbar {
	width:730;
	height:36px;
}
#navbar a, #navbar a:visited{
	font-size:17px;
	color: #990000;
	padding:4px 10px;
	text-decoration:none;
	text-transform:uppercase;
	border:solid 1px #FFF;
	line-height:26px;
}
#navbar a:hover{
	text-decoration:none;
	color: #CC6633;	
	background:#FFFEEB;
	border:solid 1px #990000;
}
.bigger {
	font-size:21px;
}
.lefty {
	float:left;
	margin:0px 5px 3px 0px;
}
.righty {
	float:right;
	margin:0px 0px 3px 7px;
	border:solid 1px #990000;
	
}

#techitem {
	float:right;
	clear:right;
	width:300px;
	margin:0px 0px 10px 10px;
	padding: 10px;
	border:solid 1px #990000;
	border-bottom-width:5px;
	border-right-width:3px;
	background:#FFFEEB;	
}

#item img {
	float:right;
	margin:0px 0px 3px 7px;
	border:solid 1px #990000;
	border-bottom-width:3px;
	border-right-width:2px;
}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Garamond, "Calisto MT", "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
