/* Structure */

body {
	/*background-image: url(../images/background.jpg);
	background-repeat: no-repeat;*/
	background-color: #ffffff;
	margin: 0;
	text-align: center;
}
#contain {
width: 1024px;
height: 100%;
}

#catalog {
float: right;
margin: 0;
width: 220px;
position:absolute;
right:0;
top: 90%;
}

#pages {
float: right;
width: 250px;
margin: 160px 0 0 0;
font-weight: bold;
border:2px solid #000000;
}

#pages h1 {
color: #FDD408;
text-decoration: none;
margin: 5px;
}

#pages a {
color: #FDD408;
}

#pages a:hover {
text-decoration: underline;
}

/* Typography */
	
h2, h3, h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}
	
h2 {
	font-size: 14px;
	color: #555;
	font-weight: bold;	
}
	
/*#mochaPage h3 {
	display: block;
	font-size: 12px;
	padding: 6px 0 6px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #bbb;
}
*/

h4 {
	font-size: 11px;
}
	
a {
	color: #e60;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}
	
p {
	margin: 0;
	padding: 0 0 9px 0;
}


	
#footerInfo {
width: 1024px;
font-size: 8px;
margin-top: 200px;
position:absolute;
top: 100%;
}

#links {
margin-top: 20px;
position: absolute;
top: 80%;
left: 35%;
float: right;
}

/* List Elements 

ul {
	list-style: outside;
	margin: 0 0 9px 16px;
}

dt {
	font-weight: bold;
	}
*/
/* Code 
	
pre {
	background-color: #f6f6f6;
	color: #006600;
	display: block;
	font-family: 'Courier New', Courier, monospace;
	font-size: 11px;
	max-height: 250px;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #d1d7dc;	
	}
	
 Dividers 

hr {
	background-color: #ddd;
	color: #ccc;
	height: 1px;
	border: 0px;
}	*/

/* Image Gallery Script CSS Styling Information 
#imgContainer img {
	filter:alpha(opacity=40);
	opacity: .4;
	border:none;
	width:100px;
	height:100px;
	overflow:hidden;
}

#imgContainer img:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	border:none;
	width:100px;
	height:100px;
	overflow:hidden;
}
*/

