/* CSS Document */

body {
 background:#fff url(/i/shesh.jpg) repeat-y fixed center top;
 margin:0;
 text-align:center;
 font-family: "Lucida Grande", Verdana, sans-serif;
}

.container {
 width: 720px; 
 margin-top: 0;
 margin-bottom: 0;
 margin-right: auto;
 margin-left: auto;       
 background-color:#fff;
 /* opera does not like 'margin:20px auto' */
 text-align:left; 
 /* part 2 of 2 centering hack */
 width: 720px; /* ie5win fudge begins */
 voice-family: "\"}\"";
 voice-family:inherit;
 width: 720px;
}

html>body .container {
 width: 720px; /* ie5win fudge ends */
}

a {
 color:#690662;
 text-style:bold;
}

a:hover {
 color:tan;
}

p, h1, h2, h3, h4 {
 margin-right:12px;
 margin-left:12px;
}

h3 {
 color:maroon;
}

h6 {
 text-align:center;
}

li {
 margin-right:36px;
 list-style-color:maroon;
}

p, li, blockquote {
 font-size: 12px;
 line-height:16px;
}

.nav {
 height:18px;
 background-color:maroon;
 clear:both;
 font-size: 11px;
}

.nav a {
 text-decoration:none;
 color:#fff;
}

.nav a:hover {
 color:tan;
}

.nav li {
 display:inline;
 list-style-type:none;
 color:tan;
 margin-right:18px;
}

.nav ul {

}
