body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	margin: 0;
	padding: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #666666;
}

.container {
	width:980px;
}

.menu {
	width:150px;
	padding:10px;
	float: left;
}

.content {
	width:600px;
      	padding:10px;
      	float: left;
      }
      
.left {
       	width:300px;
       	padding-right:10px;
       	float: left;
       	padding-bottom: 20px;
       }
       
.right {
       	width:290px;
       	float: left;
       	padding-bottom: 20px;
       }
       
.caption {
        width:580px;
        clear:both;
       	padding-bottom: 50px;
        }

p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 0.5em;
}

p.cv {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 2em;
	text-indent: -2em;
}

p.info {
	font-size: 9px;
	line-height: 11px;
	margin-top: 10px;
	margin-bottom: 1em;
	text-indent: 0em;
}

h1 {    font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 9px;
}

h2 {    font-family: Arial, sans-serif;
        font-size: 10px;
        font-weight: normal;
        line-height: 8px;
        padding-left: 5px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	color: #444444;
	margin-bottom: 3px;
	margin-top: 5px;
}

a:link		{ color: #999999; text-decoration: none;}
a:visited	{ color: #999999;  text-decoration: none;}
a:active	{ color: #999999;  text-decoration: none;}
a:hover		{ color: #000000; text-decoration: none; }
p a:hover	{ color: #000000; background-color: #ffffff; text-decoration: none; }

