/* ToTieATie.com style sheet */

body {
	background: #c28636 url(wood.jpg);
	margin: 0px;
	font-family: "times new roman", serif;
}

#table1 {
	width: 100%;
}

#table1TopCell {
	height: 40px;
	background: url(paperTop.jpg) bottom left repeat-x;
}

#table1MiddleCell {
	background: url(paper.jpg);
}

#table1BottomCell {
	padding-top: 25px;
	padding-bottom: 5px;
	background: url(paperBottom.jpg) repeat-x;
}

#table3 {
	width: 100%;
}

#menuCell {
	width: 160px;
	padding-top: 260px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#mainContentCell {
	background: url(shirt.jpg) top right no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
}

#breadcrumb {
	font-family: "tahoma", sans-serif;
	font-size: 70%;
	text-align: right;
}

p {
	font-family: "verdana", sans-serif;
	font-size: 80%;/*90%;*/
}

li.pBottomMenuItem {
	font-family: "verdana", sans-serif;
	font-size: 80%;/*90%;*/
	margin-top: 1px;
	margin-bottom: 1px;
}

.mainText {
	font-family: "verdana", sans-serif;
}

/*.codeText {
	font-family: "courier new", monospace;
}*/

h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 105%;
}
h4 {
	font-size: 90%;
}
/*
li p {
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
a {
	color: blue;
}
a:visited {
	color: gray;
}
a:hover {
	color: red;
}
a:active {
	color: red;
}

a.breadcrumbLink {
	text-decoration: none;
}
/*a.breadcrumbLink:visited {
}*/
a.breadcrumbLink:hover {
	text-decoration: underline;
}
a.breadcrumbLink:active {
	text-decoration: underline;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a.menuItem1 {
	width: 156px;
	color: black;
	display: block;
	text-decoration: none;
	font-family: "arial", sans-serif;
	font-size: 74%;/*70%;*/
/*	font-weight: bold;*/
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}
a.menuItem1:visited {
	color: black;
}
a.menuItem1:hover {
	color: white;
	background: #096e73;
}
a.menuItem1:active {
	color: white;
	background: #096e73;
}

div.menuText1 {
	font-family: "arial", sans-serif;
	font-size: 74%;/*70%;*/
	font-weight: bold;
	padding: 2px;
	margin-top: 16px;
	margin-bottom: 3px;
}

#menuLangSiteName {
	font-style: italic;
}

/*hr.menuHr {
	width: 100%;
	height: 1px;
	border: 0px;
	color: gray;
	background-color: gray;
}*/

p.sitemap1 {
	font-size: 95%;
	margin-left: 20px;
}

p.sitemap2 {
	font-size: 80%;
	margin-left: 50px;
}

.footer {
	font-family: "tahoma", sans-serif;
	font-size: 80%;
}

a.footerLink {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}
a.footerLink:visited {
	color: purple;
}
a.footerLink:hover {
	text-decoration: underline;
	color: white;
}
a.footerLink:active {
	text-decoration: underline;
	color: white;
}

#picFrame {
	position: absolute;
	top: 0;
	left: 0;/*500px;*/
	width: 264px;
	height: 24px;
	background: url(picFrame.jpg) no-repeat;
}

#pic1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 291px;
	background: url(pic1.jpg) no-repeat;	
}

#pic2 {
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
}

#today {
	position: absolute;
	top: 5px;
	left: 170px;
	font-family: "arial", sans-serif;
	font-size: 75%;
}