@charset "utf-8";

body {
padding:0;
margin:0;
background-color:#fff;
}

* {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#555;
text-decoration:none;
font-size:12px;
} 

a {
line-height:10px;
border:none;
}

a:hover{
color:#a59aca;
border-bottom:none;
} 

img {
border: none;
outline:none;
}

h1 {
padding-top:30px;
margin:0 0 30px 0;
font-family: 'Josefin Sans', sans-serif;
font-weight:400;
font-size:20px;
}

h3 {
font-size:18px;
margin:0 0 20px 0;
font-family:'Josefin Sans', sans-serif;
font-weight:normal;
}

h4 {
margin:0 0 20px 0;}

.mainnav {
position: fixed;
margin:10px 0 0 8px;
padding:0;
}

.mainnav img{
margin:0 0 10px 0;
}

.mainnav li {
margin:0 0 2px 0;
padding:0;
list-style:none;
} 

.mainnav a{
font-family: 'Josefin Sans', sans-serif;
font-weight:300;
font-size:18px;
line-height:20px;
border-bottom:none;
}

.mainnav a:hover{
color:#a59aca;
}

.container {
margin: 0 auto;
width: 1024px;
padding:0;
}
    
.content {
margin:0;
padding:0;
}
    
.content-inside {
margin:0 0 0 240px;
}    
    
.scrollme {
height: 100px;
width: 180px;
overflow: auto;
padding-left: 8px;
border: 1px solid #999;
}
    
.scrollme-x {
}
    
.scrollme-x div,
.scrollme-x p {
}

#top, #news, #biography, #works, #contact, #link
{
min-height:500px;
margin:0 0 200px 0;
float:left;
}

#top
{
}

#top img
{
margin:0 0 0 100px;
}

#news a {
border-bottom: 1px dotted #555;
}

#news a:hover {
border-bottom: 1px dotted #a59aca;
}

#biography
{
}

#biography hr {
margin:20px 0;
float:left;
}

#works a
{
border-bottom:none;
}

#works a img
{
margin:0 10px 10px 0;
outline:#ddd solid 1px;
}

#works a img:hover
{
outline:#000 solid 1px;
}

#works hr {
margin:0;
float:left;
}

#contact a {
border-bottom: 1px dotted #555;
}

#contact a:hover {
border-bottom: 1px dotted #a59aca;
}

#link a {
border-bottom: 1px dotted #555;
}

#link a:hover {
border-bottom: 1px dotted #a59aca;
}

#num1, #num2 {
width:780px;
} 

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
	line-height:18px;
	padding: 0 10px;
	outline: none;
	border-bottom:none;
}
ul.tabs li a:hover {
	background: #000;
	color:#fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #dbd0e6;
	color:#000;
}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}

tr {
font-size:11px;
font-family:sans-serif;
line-height:16px;}

.left_column {
position:relative;
float:left;
margin:0 30px 0 0;
width:350px;
}

.right_column {
float:left;
width:350px;
position:relative;
clear:all;
}

.footer{
width:1024px;
bottom:0;
background-color:#fff;
position:fixed;
}

.footer p {
font-size:10px;
}

.footer a{
font-size:10px;
text-decoration:none;
border:none;
color:#555;
}