body {
  	background: #fff repeat-y url(./img/bg.gif);
  	padding: 0;
  	margin: 0;
  	font-family: Georgia, sans-serif;
    font-size: 76%;	
    color: #000;
}

a:link {
    color: #481;
    text-decoration: none;
}

a:visited {
    color: #481;
    text-decoration: none;
}

a:hover {
    color: #8b5;
    text-decoration: none;
}

.error {
    color: #c00;
}

.success {
    color: #090;
}

img {
    border: 0;
}

#nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 263px;
    padding: 410px 0 50px 0;    
    background: no-repeat url(./img/headshot.gif);
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    margin: 0 35px 0 30px;
    padding: .2em 0;
    font-size: 1.6em;
    color: #b50;
    line-height: 1.1em;    
    text-align: right;
}

#nav li p {
    margin: 0;
    font-size: .7em;
    line-height: 1.2em;        
    color: #000;       
}

#nav .left {
    text-align: left;
    padding: 1em 0 0 0;
}

#content {
    position: absolute;
    top: 0;
    left: 263px;
    width: 625px;
    padding-top: 197px;
    background: no-repeat url(./img/punkrockdevanagari.gif);
}

#intro {
    padding: 0 0 0 100px;
    width: 390px; 
}

#body {
    padding: 0 0 0 40px;
    width: 460px; 
}

h1 {
    margin: 0 0 60px 0;
    font-size: 1.3em;
    font-weight: normal;
}

h2 {
    margin: 0 0 -6px 0;
    font-size: 2.2em;
    font-weight: normal;
}

h3 {
    margin: 30px 0 -3px 0;
    font-size: 1.6em;
    font-weight: normal;
    color: #b50;
}

h3 small {
    font-size: .7em;
    color: #000;
}

h4 {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    color: #666;
}

p {
    font-size: 1.1em;
    line-height: 1.5em;
}

em {
    color: #b50;
    font-style: normal;
}

blockquote {
    margin: 0 0 0 25px;
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
    color: #333;
}

blockquote p {
    margin: 10px 0;
}

#tihtag {
    position: absolute;
    top: 480px;
    left: 810px;
    width: 25px;
}

#footnav {
    width: 536px;
    margin: 60px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#footnav li {
    padding: 0;    
    padding: 0 5px;
    display: inline;
}

input.submit {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	padding: 0.2em;
	background-image: url();
	background-repeat: repeat-x;
	color: #444;
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

input.submit:hover {
	border: 3px double #888;
	border-top-color: #bbb;
	border-left-color: #bbb;
}
		
input.submit:active {
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
}

