body {
	background-color: #D7D8C0;
	font-size: 16px;
}
h3 {
	font-size:18px;
}
h2 {
	font-size:24px;
}
#Content {
	width:750px;
	margin:0px auto;
	text-align: left;
	padding:25px;
	background-color:#ffffff;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:right top;
	border: thin solid #999999;
}
#PictureGridPage {
	width:1000px;
	padding:15px;
	margin:0px auto;
	text-align: left;
	background-color:#ffffff;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:right top;
	border: thin solid #999999;
}

#IndexPageContent {
	width:900px;
	padding:15px;
	margin:0px auto;
	text-align: left;
	background-color:#ffffff;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:right top;
	border: thin solid #999999;
}

#ImagePageContent {
	width:700px;
	padding:15px;
	margin:0px auto;
	text-align: left;
	background-color:#ffffff;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:right top;
	border: thin solid #999999;
}
#WideLoadImagePageContent {
	width:900px;
	padding:15px;
	margin:0px auto;
	text-align: left;
	background-color:#ffffff;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:right top;
	border: thin solid #999999;
}

.bigEmphasis {
	font-size:18px;
	font-weight: bold;
}
.questionEmphasis {
	font-size:16px;
	font-weight: bold;
}

.newItem {
	color: #FF0000;
}
     
        
a:link {
}
 
a:visited {
}
 
a:hover {
 color: green;
}
a:active {

}
 
