* html body {
font-size: x-large; /* for IE5/Win */
font-size: small; /* for other IE versions */
}
body {
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 20px Auto;
	width: 950px;
	background: #5caf75;
}	
#body a {
	text-decoration: none;
}
#header {
	background: url(../Images/site/header.png)no-repeat;
	margin-top: 10px;
	padding: 0px;
	height: 120px;
}
#nav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 34px;
	list-style: none;
	text-decoration: none;
	background: url(../Images/site/navbg.png) no-repeat #5C3317;
}
#nav li {
	float: left;
	margin-left: 60px;
	margin-top: 8px;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-size: medium;
}
#nav a {
	float: left;
	color: #5C3317; /* this will be the font color of the link text */
	text-decoration: none;
	border: none;
	background: transparent;
}
#nav a:hover, body#intro, #t-intro a {
	color: #fff; /* this will be the font color of the text when hovered */
}
#content {
	background: #5C3317;
	padding-bottom: 230px;
	clear: both;
}
#content a {
	color: #fff; /* this will be the font color of the link text */
}
#content a:hover {
	color: #EC8C29; /* this will be the font color of the text when hovered */
}
#contentabout {
	background: #5C3317;
	padding-bottom: 1035px;
	clear: both;
}
#contentabout a {
	color: #fff; /* this will be the font color of the link text */
}
#contentabout a:hover {
	color: #EC8C29; /* this will be the font color of the text when hovered */
}
#contentaboutleft {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	width: 45%;
}
#splash {
	color: #59C9E5;
}
#headp {
	color: #5CAF75;
}
#center {
	text-align: center;
}
#contentaboutright {
	float: right;
	width: 50%;
	margin-top: 30px;
}
#contentphoto {
	background: #5C3317;
	padding-bottom: 20px;
}
#contentphoto a {
	color: #fff; /* this will be the font color of the link text */
}
#contentphoto a:hover {
	color: #EC8C29; /* this will be the font color of the text when hovered */
}
#photoalbum {
	padding-top: 50px;
	margin-left: 27px;
}
#contentregleft {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	width: 60%;
}
#contentregright {
	float: right;
	width: 35%;
	margin-top: 50px;
}
#contentreg {
	background: #5C3317;
	padding-bottom: 350px;
	clear: both;
}
#contentreg a {
	color: #fff; /* this will be the font color of the link text */
}
#contentreg a:hover {
	color: #EC8C29; /* this will be the font color of the text when hovered */
}
#contentcontactleft {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	width: 50%;
}
#contentcontactright {
	float: right;
	width: 42%;
	margin-top: 35px;
}
#contentcontact {
	background: #5C3317;
	padding-bottom: 280px;
	clear: both;
}
#contentcontact a {
	color: #fff; /* this will be the font color of the link text */
}
#contentcontact a:hover {
	color: #EC8C29; /* this will be the font color of the text when hovered */
}
#frontpage {
	margin-left: 0px;
	padding-top: 0px;
	background: #5C3317;
}
#left {
	float: left;
	font-size: medium;
	margin-left: 30px;
	width: 30%;
	background: url(../Images/site/break_frontpage.png)no-repeat;
}
#mid {
	float: left;
	font-size: medium;
	margin-left: 18px;
	background: url(../Images/site/break_frontpage.png)no-repeat;
	width: 30%;
}
#right {
	float: right;
	font-size: medium;
	margin-left: 0px;
	margin-right: 30px;
	background: url(../Images/site/break_frontpage.png)no-repeat;
	width: 30%;
}
#footer {
	clear: both;
	font-size: large;
	height: 60px;
	text-align: center;
	background: url(../Images/site/footer.png) no-repeat;
	font-size: small;
}