/****Styles.css - Stylesheet for irwinwong.com**
By David Li 2010
Last Updated - 30/6/2010
**********************************************/
html
{
  vertical-align: top;
}

body
{
  vertical-align: top;
  margin: 0;
  font-size: 10pt;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

hr
{
  width: 100%;
	height: 1px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	text-align: center;
	border: 0;
}

#topbar
{
  height: 5px;
  color: black;
  background-color: black;
}

#container
{
  margin: 10px;
}

#containerCentre
{
  margin: 0 auto 0 auto;
  text-align: center;
  width: auto;
}

#logo
{
  text-align: left;
}

#logo img
{
  border: 0;
  margin-top: 10px;
  margin-left: 20px;
}

#menu
{
  margin: 15px 0 0 20px;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  letter-spacing: 1px;
  text-align: left;
}

#menu a
{
  text-decoration: none;
  color: #444444;
}

#menu .menuSelected
{
  font-weight: bold;
  color: #444444;
}

.galleryDiv
{
  margin: 40px 0 30px 0;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
  width: 100%;
}

.galleryTable
{
  margin: 0 auto 0 auto;
  vertical-align: middle;
  width: 100%;
}

.galleryTable, .pageTop
{
  padding: 0;
  border-width: 0px 0;
	border-spacing: 0px;
	border-collapse: collapse;
}

.galleryTable td, .pageTop td
{
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  border: 0;
}

.galleryTable td img, .galleryTable td img:hover
{
  vertical-align: middle;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

.galleryTable td a
{
  border: 0;
}

.aboutImage
{
  text-align: center;
  margin: 20px auto 20px auto;
}

.aboutText
{
  text-align: left;
  margin: 0 auto 30px auto;
  width: 900px;
}

.aboutText a, .contactText a
{
  color: black;
  text-decoration: none;
}

.aboutText a:hover, .contactText a:hover
{
  text-decoration: underline;
}

.aboutListing td
{
  width: 200px;
}

.contactText
{
  text-align: center;
  font-size: 12pt;
  margin: 150px auto 150px auto;
}

.pageBottomText
{
  font-size: 10pt;
  text-align: left;
  color: black;
  letter-spacing: 1px;
}

.pageBottomText a
{
  color: black;
}