body {
	background-color: #000000;
	font: Georgia, Serif, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;	/*no underline*/
}

a:link {
	color: #AED0DD;
}

a:visited { 
	color: #5ebbc3;
}
	
a:hover, a:active { 
	color: #FFFFFF;
	background-image: url(images/underline.gif); /*comet*/
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 2px 0;
	border-bottom-style: none;
}

h1 {
	font-size: 1.3em;
	font-weight: bolder;
	color: #FFCC66;	/*mild yellow*/
	padding: 1px;
	margin: 0;
}

/*mostly used on tutorial pages*/
h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 1px;
	margin-bottom: 10px;	/*space before by Allan text*/
}

h3 {
	font-size: 0.9em;
	color: #FFFFFF;
}

/* the by Allan*/
h4 {
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 1px;
	margin: -10px 0px 15px 0px;
}

/*list items on tutorial page*/
h5 {
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}

ul {
	list-style: none;	/*no bullets*/
	padding: 0;
	margin: 0;
}

li {
	padding:0px;
}

/*all the page elements are here, centered in the browser*/	
.container {
	text-align: left;
	width: 800px;
	
	border: 1px solid #5ebbc3; /*light blue*/
	border-top: 0;
	
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -400px;
	padding: 1px 0px;
	
	background: url(images/d1_container.jpg) top no-repeat;
	background-color: #0A546F;
}

/*these are the links for the top menu, positioned*/	
.homeLink {
	position: absolute;
	left: 338px;
	top: 90px;
	width: 70px;
	padding-bottom: 10px;
}

.galleryLink {
	position: absolute;
	left: 446px;
	top: 90px;
	width: 70px;
	padding-bottom: 10px;
}

.tutorialsLink {
	position:absolute;
	left: 574px;
	top: 90px;
	width: 70px;
	padding-bottom: 10px;
}

.aboutLink {
	position:absolute;
	left: 688px;
	top: 90px;
	width: 100px;
	padding-bottom: 10px;
}

/*footer in the flow of doc*/
.footer {
	clear: both;
	height: 133px;
	width: 800px;
	padding: 1px 0px 1px 0px;
	margin-top: 1px;
	background: bottom left no-repeat url(images/footerBackground.jpg);
}

/* forces the text into the bottom black space in IE and Firefox*/
.footerText {
	padding: 1px 0px 1px 0px;
	margin-top: 98px;	
	text-align: center;
}

/* unimportant text in footer*/
.copyright {
	font-size: 9px;
	color: #999999;
}

/*everything below the top menu and above footer*/
.mainText {
	margin-top: 130px;
	margin-bottom: 1px;
}

/* generic, use anywhere for a border*/
.divBorder {
	border: 1px solid #5ebbc3;	
}

/*first photo top left*/
.featurePhoto {
	float: left;
	/*margin: 10px 1px 1px 1px; */
	padding: 0 0 0 10px;
	width: 370px;
	top: 200px;
	text-align: center;
}

.featurePhoto li {
	padding: 0;
}

/*main text on right*/
.sectionRight {
	float: left;
	width: 370px;
	margin: 0px 1px 10px 20px;	
}

/*galery classes*/
.sectionGallery {
	text-align: right;
	padding-right: 20px;
}

.mainGallery {
	text-align: left;
	padding: 1px 30px 0px 55px;
	margin: 1px;
}

.mainGallery p {
	width: 700px;
}

.mainGallery h1 {
	padding: 20px 0 0 5px;
}

/*tutotrial classes*/
.tutorialPhoto {
	float: left;
	clear: both;
	margin: 1px 10px 10px 1px;
	border: 1px solid #5ebbc3;
}

.tutorialBigPhoto {
	float: left;
	clear: both;
	border: 1px solid #5ebbc3;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 340px;
	margin-left: 1px;
}

.tutorialSegment {
	height: 300px;
	text-align: left;
	padding: 0px 30px 0px 55px;
	margin: 0px;
	width: 700px;	
}

.tutorialSegmentBig {
	text-align: left;
	padding: 0px 30px 0px 55px;
	margin: 0px;
	width: 700px;	
}

.featurePhotoTutorial {
	float: left;
	padding-left: 10px;
	top: 200px;
	width: 310px;
	text-align: center;
}

.allanLinks {
	margin: 1px;
	padding: 1px;
	height: 70px;
	width: 370px;
	background-image: url(images/g_sym.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.centerStuffAndPad {
	text-align: center;
	margin: 1px;
	padding: 50px 0 0 0;	
}

.largerImage a {
	color: #FFE6B3;
	font-size:smaller;
}	

