body {	
	background-image: url("../images/background.jpg");
	background-repeat: repeat;
}

img {
	border: 0px;
}

td {
	margin: 0px;
	padding: 0px;
	font: 12px verdana, geneva, arial, helvetica, sans-serif;
}

p {
	margin-bottom: 10px;
}

a {
	color: #0000FF;
}

a:active {
	color: #0000FF;
}

a:hover {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

INPUT {
  font-weight:500;
	background-color: white;
	border: 1px solid #999999;
	margin: 5px 4px 0px 0px;
}

SELECT {
  font: 10px/12px verdana, arial, sans-serif;
	font-weight:500;
  background: #FFF;
  border:  1px solid #999999;
	margin: 5px 0px 0px 0px;
}

TEXTAREA {
  font: 10px/12px verdana, arial, sans-serif;
  font-weight:500;
  border: 1px solid #999999;
	margin: 5px 0px 0px 0px;
}

textarea {
	overflow:  auto;
}
 
.submit {
  font: 10px/12px verdana, arial, sans-serif;
  font-weight:500;
  background: #fff;
  text-decoration: none;
  color:#03C;
  border: 1px solid #BEBECA;
  padding: 2px;
	margin-top: 5px;
}

#container {
	border: 1px solid #FFF;
	width: 800px;
}

#topleftnav {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#leftnav {
	vertical-align: top;
	background-color: #D5C8B6;
	width: 218px;
	border-right: 1px solid black;
	padding: 15px 0px;
}

#leftnav ul { 
	list-style-type: none;
}

#leftnav ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	margin-bottom: 8px;
}

#leftnav a {
	text-decoration: none;
	color: #000;
}

#leftnav a:active {
	color: #000;
}

#leftnav a:hover {
	text-decoration: underline;
	color: #FFF;
}


#tag {
	vertical-align: top;
	background-color: #D5C8B6;
	width: 582px;
	padding: 5px;
	border-bottom: 1px solid #000;
}

#cont {
	vertical-align: top;
	background-color: #E4DCD1;
	padding: 20px;
	width: 407px;
}

#galleryCont {
	vertical-align: top;
	background-color: #E4DCD1;
	padding: 20px;
	width: 582px;
}

#rightnav {
	vertical-align: top;
	border-left: 1px solid black;
	width: 175px;
	background-color: #D5C8B6;
	font-size: 10px;
}

#righttag {
	text-align: center;
	padding: 3px 0px;
	background-color: #CDBDA7;
	border-bottom: 1px solid black;
}

#rightFeat {
	padding: 5px;
	margin-bottom: 20px;
}

#rightFeat ul { 
	list-style-type: none;
	margin: 10px 5px 10px 10px;
	padding: 0px;
}

#rightFeat ul li {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-bottom: 8px;
}

#footerBiz {
	border-top: 1px solid black;
	background-color: #333333;
	font-size: 8pt;
	color: #FFF;
	padding: 2px 5px;
	text-align: right;
}

#footerAdd {
	background-color: #000;
	font-size: 8pt;
	color: #FFF;
	padding: 2px 5px;
	text-align: right;
}

.adobe {
	padding-top: 20px;
	font-size: 7pt;
	padding-right: 5px;
}

.mTitle {
	text-decoration: underline;
	font-weight: bold;
}

.ast {
	color: #FF0000;
	font-size: 9px;
	padding-right: 4px;
}

.error {
	color: #FF0000;
	font-weight:bold;
}

.noFile {
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	color: #D74B28;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px dotted black;
}

.dir {
	margin-top: 10px;
	text-align: justified;
	font-size: 10px;
}

.dir .loc {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 3px;
}

#menus {
	width: 100%;
	margin-bottom: 30px;
}

.menTitle {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	text-decoration: underline;
}

.vertMenDetails {
	text-align: center;
	width: 33%;
	border-right: 1px dotted gray;
}