/* COMMON */
body {
	background: url(../images/bg.jpg) #691F00 repeat-x left top; 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #E4C8A8;
}
a {
	color: #CB3E29;
}
a:hover {
	color: #E94730;
}
#wrapper {
	display: block;
	width: 798px;
}
iframe {
	float: right;
	position: relative;
	top: 25px;
	right: 30px;
}

/* TEMPLATE */
#template {
	width: 798px;
	height: 433px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../images/template.jpg);
	background-repeat: no-repeat;
}

/* LOGO */
#logo {
	width: 753px;
	height: 43px;
	background-color: #FFFFFF;
	background-image: url(../images/marty_walsh.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* MENU */
#menu {
	float: right;
	position: relative;
	top: 28px;
	right: 20px;
	width: 390px;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
}
#menu a {
	padding: 2px 8px;
	color: #E4C8A8;
	text-decoration: none;
}
#menu a:hover {
	background-color: #57210A;
	padding: 1px 7px;
	color: #E4C8A8;
	text-decoration: none;
	border: 1px solid #E4C8A8;
}

/* COPY */
#copy {
	width: 330px;
	height: 346px;
	background: url(../images/copybg.jpg) #FFFFFF no-repeat fixed left top;
	padding: 10px 10px 10px 0px;
}
#copy img {
	border: 2px #E4C8A8 solid;
}
#copy table {
	width: 100%;
	margin-top: 2px;
}
#copy thead {
	background-color: #481C09;
	font-weight: bold;
}
#copy tr.t {
	background-color: #E4C8A8;
	font-weight: bold;
	color: #481C09;
}
#copy td {
	vertical-align: top;
	width: 33%;
}

/* GALLERY */
#gallery {
	width: 330px;
	height: 346px;
	background: url(../images/copybg.jpg) #FFFFFF no-repeat fixed left top;
	padding: 10px 10px 10px 0px;
}
#gallery img {
	border: 2px #E4C8A8 solid;
}
#gallery table {
	width: 100%;
	margin-top: 2px;
}
#gallery thead {
	background-color: #481C09;
	font-weight: bold;
}
#gallery tr.t {
	background-color: #E4C8A8;
	font-weight: bold;
	color: #481C09;
}
#gallery td {
	vertical-align: top;
	text-align: center;
	width: 33%;
}

/* FOOTER */
#footer {
	width: 798px;
	margin: 2px auto 20px auto;
	font-size: 10px;
}

/* COPYRIGHT */
#copyright {
	float: left;
	margin: 0px 0px 0px 20px;
}

/* LOOP */
#loop {
	float: right;
	margin: 0px 20px 0px 0px;
}

