body {
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}

a {
	background-color: transparent;
	color: #FFFFFF;
	font-size: small;
	text-decoration: underline;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}

/* 
Resetting default browser styles on all elements 
Not working in IE 4.0 though, but a nice thing to do anyway 
for future references.
*/
* {
	margin: 0px;
	padding: 0px;
}

/* used for breaking flows */ 
.breaker {
	overflow: hidden;
	height: 1px;
	clear: both
}

/* removing extra margin from form elements */
form {
	margin:0px;
}

table {
	width: 100%;
	background-color: transparent;
	color: #FFFFFF;
	font-family: arial, verdana, helvetica, serif;
	font-size: small;
	text-align: left;
	border-bottom: none;
}
table a {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans serif;
	font-size: small;
}
table a:link {
}
table a:visited {
}
table a:active {
}
table a:hover {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: arial, verdana, helvetica, sans serif;
	font-size: small;
}
tr th {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}
tr td {
	background-color: transparent;
	padding: 2px;
	border-bottom: 1px dashed #CCC;
}

img {
	border: none;
}
textarea {
	padding-top: 3px;
}

/**
 * main containers
 */

#Top {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}

#Container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #464347;
}
	
#Content {
	width: 640px;
	min-height: 268px;
	margin: 0px auto;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
}

#ContentRight {
	float: right;
	padding-right: 10px;
	width: 400px;
}

#Bottom {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}

/**
 * using an image to replace text in an h1. This trick courtesy Douglas Bowman, 
 * http://www.stopdesign.com/articles/css/replace-text/ 
 */
#logo {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#logo h1 { 
	background: transparent url(../gfx/logo.png) no-repeat top center; 
	margin: 0px; 
	height: 40px;
}
#logo h1 span {
	display:none
}
/**
 * using an image to replace text in an h1. This trick courtesy Douglas Bowman, 
 * http://www.stopdesign.com/articles/css/replace-text/ 
 */
#address {
	margin: 0px auto;
	padding: 0px;
}
#address h1 { 
	background: transparent url(../gfx/address.png) no-repeat top center; 
	margin: 0px; 
	height: 20px;
}
#address h1 span {
	display:none
}

#IndexImage {
	float: right;
	padding-right: 10px;
}

#Menu {
	width: 190px;
	height: 268px;
	float: left;
	padding-left: 10px;
}
a.menuItem {
	background-color: transparent;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans serif;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-top: 41px;
}
a.menuItem:link {
	color: #FFFFFF;
}
a.menuItem:visited {
	color: #FFFFFF;
}
a.menuItem:hover {
	color: #AAAAAA;
}
a.menuItemActive {
	background-color: transparent;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans serif;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-top: 41px;
}
a.menuItemActive:link {
	color: #AAAAAA;
}
a.menuItemActive:visited {
	color: #AAAAAA;
}
a.menuItemActive:hover {
	color: #AAAAAA;
}

a.menuItemAdd {
	background-color: transparent;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans serif;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-top: 31px;
}
a.menuItemAdd:link {
	color: #FFFFFF;
}
a.menuItemAdd:visited {
	color: #FFFFFF;
}
a.menuItemAdd:hover {
	color: #AAAAAA;
}
a.menuItemAddActive {
	background-color: transparent;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans serif;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-top: 31px;
}
a.menuItemAddActive:link {
	color: #AAAAAA;
}
a.menuItemAddActive:visited {
	color: #AAAAAA;
}
a.menuItemAddActive:hover {
	color: #AAAAAA;
}
	
/**
 * Trail menu
 */
#Trail {
	border-bottom: 1px dashed #ccc;
	background-color: transparent;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: medium;
	font-family: arial, verdana, helvetica, sans-serif;
}
#Trail a {
	background-color: transparent;
	color: #FFFFFF;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
}
#Trail a:link {color: #FFFFFF;}
#Trail a:visited {color: #FFFFFF;}
#Trail a:hover {color: #CCCCCC;}

/**
 * form fields
 */
.loginFormInput {
	background-color: #404040;
	border: #A7A7A7 1px solid;
	color: #FFFFFF;
	font-family: verdana,arial,helvetica,serif;
	font-size: 10px;
	font-weight: normal;
	width: 100px;
}
.loginFormSubmit {
	font-family: verdana,arial,helvetica,serif;
	font-size: 10px;
	font-weight: normal;
	width: 50px;
}

.galleryItem {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: x-small;
}