body {
	background-image: url(../Images/mainBg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

body#projects h1 {
	font-size: 14px;
	padding-top: 10px;	
}

div#fixedWidth {
	width: 958px;
	margin-top: 7px;
	margin-bottom: 100px;
	position: static;
}

div#header {
	height: 45px;
	padding: 25px 17px 11px;
	background-image: url(../Images/pageHeaderBg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

img#logo {
	margin-top: 7px;
}

div#mainContentHolder {
	background-image: url(../Images/pageBg.png);
	background-position: center top;
	background-repeat: repeat-y;
	min-height: 500px;
}

body#contact div#mainContentHolder {
	padding-top: 17px;
}

ul#mainMenu {
	color: #000000;
	font-size: 17px;
	margin-top: 26px;
	
}

ul#mainMenu li {
	color: #000000;
}

ul#mainMenu a {
	color: #000000;
	text-decoration: none;
	padding: 0 5px;
}

ul#mainMenu li.current a, ul#mainMenu li a:hover {
	color: #d2316c;	
}

div#homeContent {
	text-align: center;
	height: 481px;
	padding: 17px 19px 32px 0;
	position: relative;
}

div#homeContent div#textHolder {
	border: 3px solid #777777;
	border-left: 0;
	background-image: url(../Images/easy2readBg.jpg);
	background-repat: no-repeat;
	background-position: center right;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	width: 234px;
	height: 393px;
	padding: 23px 20px 20px;
	height: 440px;
}

div#homeContent div#textHolder p {
	padding-bottom: 10px;
}

div#flashObjHolder {
	border: 3px solid #777777;
	height: 483px;
}

div#aboutInnerContent {
	border: 3px solid #777777;
	border-left: 0;
	background-image: url(../Images/easy2readBg2.jpg);
	background-repat: no-repeat;
	background-position: center right;
	height: 618px;
	width: 554px;
	font-size: 14px;
	line-height: 20px;
	padding: 25px;
}

div#aboutInnerContent p {
	margin-top: 7px;
}

div#aboutPicHolder {
	border: 3px solid #777777;
}

div.contentHolder {
	padding: 19px;
}

ul#galleries {
	margin: 10px 16px;
}

ul#galleries li {
	background-image: url(../Images/mainthumbFrame.gif);
	background-repeat: no-repeat;
	background-position: top-left;
	width: 118px;
	padding: 5px 5px 5px 12px;
	margin-bottom: 18px;
}

ul#galleries li.current, ul#galleries li:hover {
	background-image: url(../Images/mainthumbFrameCurrent.gif);
}

ul#galleries li p.caption {
	color: #525151;
	font-size: 12px;
}

div#galleryHolder {
	padding: 15px 10px;
}

div#imgHolder {
	background-color: #9a9f90;
	text-align: center;
	width: 757px;
	height: 417px;
	margin-bottom: 13px;
}

div#imgHolder img#mainImg {
	max-width: 757px;
	border: 3px solid #777777;
}

div#navHolder {
	overflow: hidden;
	width: 734px;
	height: 73px;
	margin-right: 4px;
	position: relative;
}

div#navHolder, p.navArrows {
	float: right;
}

p.navArrows {
	padding-top: 18px;
}

ul#nav {
	width: 2000px;
	position: absolute;
	top: 0;
	right: 0;
}

ul#nav li {
	background-image: url(../Images/thumbFrame.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 53px;
	height: 60px;
	padding: 5px;
	margin-left: 11px;
	cursor: pointer;
}

ul#nav li.current, ul#nav li:hover {
	background-image: url(../Images/thumbFrameCurrent.gif);
}

div.galleryContent {
	width: 757px;
	font-size: 14px;
	line-height: 18px;
	margin-top: 3px;
	height: 90px;
}

div#inner_content {
	padding: 0 23px; 
	padding-top: 30px;
}

div#inner_content p {
	padding-bottom: 5px;
	line-height: 17px;
	font-size: 14px;
}

div#inner_content ul {
	padding-bottom: 5px;
}

div#inner_content ul li {
	line-height: 17px;
	font-size: 14px;
}

div#contact {
	margin: 0 20px; 
	border: 3px solid #797F6C;
	background-color: #9A9F90;
	padding: 77px 0 20px 0;
	font-size: 14px;
	line-height: 17px;
}

div#contact a {
	color: #D2316C;
}

body#contact p.txt {
	text-align: center;
	margin-left: 74px;
}

form.contact {
	width: 342px;
	margin: 38px auto 20px;
}

form.contact p {
	clear: both;
	padding: 9px 0;
}

form.contact p.submitHolder {
	margin-left: 74px;
}

form.contact label {
	float: left;
}

form.contact input.txt {
	height: 16px;
}

form.contact input.button {
	width: 70px;
	height: 22px;
	background-image: url(../Images/buttonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 0;
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

form.contact input.button:hover {
	background-image: url(../Images/buttonBgOver.gif);
}

form.contact input.txt, form.contact textarea {
	float: right;
	width: 268px;
	border: 0;
	background-color: #FAFBF9;
}

div#footer {
	padding: 5px 20px;	
	background-image: url(../Images/footerBg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

p#credits {
	color: #828276;
	font-size: 12px;
	
}

p#credits a {
	color: #828276;
	text-decoration: none;
}

body#home p#credits, body#home p#credits a {
	color: #828276;
}