html,
body {
   	margin:0;
   	padding:0;
 	height:100%;
   	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h1,h2,h3,h4 {
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #492B21;
}

img {
	margin:0;
	padding:0;
}

a img {
	border:0;
}

.nounderline {
	border:0;
	text-decoration: none;
	border-bottom:0;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 12px;
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #AC021C;
}

a:hover {
	border: none;
	text-decoration: underline;
}

.nounder a {
	border:0;
}

div#wrapper {
		position:relative; /* needed for footer positioning*/
		margin:0 auto; /* center, not in IE5 */
		width:100%;
		background:white;		
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
		text-align:left;
		padding-bottom:150px;	/* Height of the footer */
		background: #FFFFFF url(originals/top-bg.png) repeat-x top;
	}

#header {
	width: 940px;
	height: 161px;
	margin: 0 auto;
	background: url(imgs/whole-top3.png) no-repeat;
	text-transform: lowercase;
}

#header a {
	border: none;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#login {
	position:absolute;
	margin:12px 0 0 400px;
	color: red;
	font-size:10px;
}

.submit {
	float:left;
	}

#content {
   width:940px;
   margin:0 auto 30px auto;
}

#menu {
	position:absolute;
	float:left;
	margin: 122px 10px 0 -10px;
	color:white;
}

#rightmenu {
	float:right;
	margin: 122px 10px 0 0;
}

#menu a {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:red;
	padding:0 10px;
}

#rightmenu a {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:red;
	padding:0 10px;
}

#gallerymenu {
	margin:25px 0;
	text-align:left;
}

#gallerymenu h2 {
	color:#036;
	font-size:14px;
}

#gallerymenu p {
	color:#036;
	font-size:10px;
}

#sidebar {
	float: right;
	width: 250px;
	margin:0;
	padding:0 0 0 10px;
	border-left:1px solid #ccc;
}

#text {
	float: left;
	width: 660px;
}

#text p {
	text-align:justify;
}

#text .image {
	border:1px solid #006;
	padding:3px;
	margin:0 auto;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   clear: both;
	height: 150px;
	padding-top: 30px;
	background: #ccc url(originals/bg2.png) repeat-x;
	text-align: center;
	font-size: .7em;
	color: #666;
}

#footer a {
	border: none;
	color: red;
}


/* Form */

.formlabel {
	float:left;
	text-align:right;
	width:140px;
	font-weight:bold;
	padding:5px 10px 0px 0px;
}
.formfield {
	float:left;
	text-align:left;
	width:400px;
}
#formsubmit {
	padding-left:150px;
	clear:both;
	padding-top:10px;
}
.formrow {
	clear:both;
	height:30px;
}

.clear {
	clear:both;
}

/* Gallery */
#gallery {
	width:180px;
	margin-top:20px;
}
.galleryrow {
	width:180px;
	margin-top:20px;
}
.galleryrow a {
	border:0;
}
.galleryrow img {
	border:1px solid #666;
}
.gallerycell_lh {
	float:left;
	margin-right:16px;
}
.gallerycell_rh {
	float:left;
}

#contactbutton  a {
		display:block;
		background: url(imgs/button1-up.png) no-repeat;
		font-size:12px;
		color:red;
		padding:10px 0 ;
		text-decoration:none;
		text-align:center;
		width:165px;
		height:56px;
		border:none;
		}
#contactbutton  a:hover {
		background: url(imgs/button1-down.png) no-repeat;
		color:white;
		text-decoration:none;
		}
