body, td, p, .sub {
	font: 11px/160%  Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #420;
	}

body {
	background: #fff url(i/bg1.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
p { margin: 0 0 1.5em 3px; }

td {
	padding: 10px;
	margin: 0px;
	}
	
p, #con, #title, #nav {
	text-align: left;
	}
	

/*//// links ////*/
	
a, a:visited {
	font-weight: bold;
	color: #c99;
	text-decoration: none;
	}
a:hover, a:active {
	color: #caa;
	text-decoration: underline;
	}



#title a {
	font-weight: normal;
	color: #420;
	}
#title a:hover, #title a:active {
	text-decoration: underline;
	color: #753;
	}


/*//// heads ////*/
h1, h2, h3, h4, h5, h6 {
	color: #753;
	margin: 0px 0px 3px 0px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	}
h2 {
	font-size: 16px;
	margin-bottom: 5px;
	}
h3 { font-size: 13px; }
h1.no, h2.no { display: none; }



/*//// boxes ////*/
#boss {
	background: #fff;
	width: 620px;
	margin: 0 auto;
	position: relative;
	border-width: 0 1px 6px 1px;
	border-style: solid;
	border-color: #420;
	}


#title {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #753;
	}

#nav {
	background: #fdd;
	width: 100%;
	border-bottom: 1px solid #753;
	float: left;
	clear: right;
	}
#con {
	background: #fff;
	padding: 8px;
	clear: both;
	}
	
	
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	font-size: 10px;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	}
#nav li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 2px 8px;
	border-left: 1px solid #edd;
	border-right: 1px solid #edd;
	color: #420;
	float: left;
	}
#nav a:hover, #nav a:active, 
body.home a#home, body.cv a#cv, 
body.gal a#gal, body.links a#links {
	background: #fcc;
	border-left: 1px solid #caa;
	border-right: 1px solid #caa;
	}

#con img { border: 1px solid #420; }	

.righto {
	float: right;
	}
.righto img, img.righto {
	margin: 0 4px 8px 4px;
	}
.righto p {
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	}

/*//// text boxes ////*/

td p { text-align: center; }