* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(i/bg_lines.gif) 50% 0;
	text-align: center;
	font: 80%/155% georgia, times, "times new roman", serif;
	color: #210;
}

* html body {
	font-size: 70%;
}

h1, h2, h3 {
	color: #543;
	font-weight: normal;
	line-height: 110%;
	margin: 0 0 .2em 0;
}

p, hr {
	margin: 0 0 1em 0;
}

p.intro {
	font-size: 1.3em;
	color: #765;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #b8bc69;
}

a:visited {
	color: #969a47;
}
a:hover, a:active {
	color: #b8bc69;
	text-decoration: underline;
}





/*--- basic layout parameters ---*/

#wrap {
	width: 100%;
	background: #fff url(i/bg_mw.gif) 0 0 no-repeat;
	padding: 20px 0;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}

#main, #foot {
	width: 700px; 
	margin: 0 auto;
	position: relative;

}

#head {
	border-bottom: 3px double #ee9;
}

#pic, #thumbs {
	display: inline;
	float: left;
}

#pic {
	width: 560px;
	margin-right: 20px;
}

body.home #pic {
	width: 700px;
}

#pic img {
	border: 2px solid #432;
}

.col {
	margin-right: 20px;
	text-align: left;
	float: left;
}

.two {
	width: 330px;
}


#foot {
	background: #fff;
	background-image: none;
	padding: 30px 0 10px 0;
	clear: both;
	text-align: center;
	font-style: italic;
}
#foot a {
	font-weight: normal;
}

/*--- navigation lists ---*/

#nav, #navb {
	float: left;
	height: 30px;
	list-style: none;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#nav {
	width: 385px;
}

#navb {
	float: right;
	width: 300px;
}

#nav li, #navb li {
	display: inline;
	float: left;
}


#nav a, #navb a {
	float: left;
	padding-top: 30px;
	overflow: hidden;
	height: 0 !important;
	height /**/:30px; /*for IE5/Win only */
}
#nav a:hover, #nav a:active, #nav a.current, #navb a:hover, #navb a:active, #navb a.current {
	background-position: 0 -30px;
}

#nav a {	margin-right: 20px; }
#navb a {	margin-left: 15px; }

a#ido { 
	width: 29px;
	background: url(../i/b/ido.gif);
}
a#ring { 
	width: 98px;
	background: url(../i/b/ring.gif);
}
a#picture { 
	width: 105px;
	background: url(../i/b/picture.gif); 
}
a#innocence {
	width: 71px;
	background: url(../i/b/innocence.gif); 
}

a#home {
	width: 34px;
	background: url(../i/b/home.gif);
}

a#about {
	width: 51px;
	background: url(../i/b/about.gif);
}

a#contact {
	width: 62px;
	background: url(../i/b/contact.gif);
}

a#proofs {
	width: 68px;
	background: url(../i/b/proofs.gif);
}

/*--- thumbnails ---*/
#thumbs {
	width: 120px;
	float: left;
}

#thumbs a img {
	float: left;
	border: 2px solid #987;
	margin: 0 4px 8px 0;
}

#thumbs a:visited img {
	border-color: #432;
}

#thumbs a:hover img {
	border-color: #EBEF9C;
}

/*--- forms ---*/

label, input, textarea, select {
	display: block;
	margin-bottom: .3em;
	width: 200px;
}
input, textarea, select {
	padding: 1px;
}
input:focus, textarea:focus {
	background: #ffe;
}
input.but, select {
	width: auto;
	display: inline;
	font: 10px/100% arial, helvetica, sans-serif;
}


/*--- misc additions ---*/

img.r {
	float: right;
	margin: 0 0 1em 1em;
}

