/********Main Begin********/
body, div.field input, div.field select, div.field textarea {
	font-family:"Courier New", Courier, monospace;
	font-size:100.01%;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	text-decoration:none;
}

a:hover {
	color:#9bc9e6;
}

img {
	border:none;
}

html {
	background-color:#ffffff;
	font-size:16px;
	width:auto;
}

body {
	font-size:76%;
	line-height:140%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	text-align:left;
	width:900px;
	height:auto;
}

#wrapper {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
/********Main End********/



/********Header Begin********/
#headerContainer {
	width:900px;
	height:auto;
	text-align:left;
	margin-top:20px;
	border-bottom:1px solid #aaaaaa;
}
/********Header End********/



/********Nav Begin********/
#navContainer {
	width:900px;
	height:25px;
	border-bottom:1px solid #aaaaaa;
}

#navText {
	width:auto;
	height:auto;
	float:right;
	font-size:16px;
	text-align:right;
	margin-top:5px;
	margin-right:10px;
}
/********Nav End********/



/********Footer Begin********/
#footerContainer {
	width:900px;
	height:25px;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}

#footerTextLeft {
	width:auto;
	height:auto;
	float:left;
	font-size:12px;
	color:#aaaaaa;
	text-align:left;
	margin-top:5px;
	margin-left:10px;
}

#footerTextRight {
	width:auto;
	height:auto;
	float:right;
	font-size:12px;
	color:#aaaaaa;
	text-align:right;
	margin-top:5px;
	margin-right:10px;
}
/********Footer End********/



/********Index.php Begin********/
#indexWrapper {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	padding-bottom:25px;
}

#indexContainer {
	width:750px;
	height:377px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/********Index.php End********/



/********GalleryHome.php Begin********/
#galleryWrapper {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	padding-bottom:25px;
}

#galleryContainer {
	width:850px;
	height:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/********Gallery.php End********/



/********GalleryHome.php Begin********/
#imageWrapper {
	width:900px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	padding-bottom:25px;
}

#imageContainer {
	width:850px;
	height:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#imageThumb {
	width:290px;
	height:500px;
	float:left;
	text-align:left;
}

#imageMain {
	width:500px;
	height:500px;
	float:left;
	margin-left:50px;
	text-align:center;
}
/********Gallery.php End********/