@charset "UTF-8";

body {
	background-color:#000;
	color:#bbb;
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
}
a {
	color:#cca;
}
#container {
	width:718px;
	height:471px;
	background-image: url('images/container.png');
	padding:14px;
	margin:auto;
	margin-top: 30px;
}
#buttons {
	width:718px;
	padding:5px 0 0 0;;
	margin:auto;
}

#buttons a {
	display:block;
	font-size:9px;
	padding:5px;
	float:right;
	text-align:center;
	width:125px;
	height:12px;
	color:#fff;
	text-decoration:none;
	margin-right:2px;
	text-transform: uppercase;
	background-image:url('images/button-1.png');
}

#buttons a:hover {
	background-image:url('images/button-2.png');
	color:#ffa;
}

#content {
	position:relative;
	width:	326px;
	height:417px;
	top:12px;
	left:323px;
	padding:17px 20px 15px 20px;
	overflow: hidden;

}

.page {
	width:326px;
	height:408px;
	vertical-align:top;
	overflow:auto;
	padding:20px;
	position:absolute;
	top:0;
	left:-350px;
}

h1 {
	display:none;
}
h2,h2 a {
	font-size:0.9em;
	line-height:1.5em;
	margin:0;
	text-transform: lowercase;
	color: #cca; 
	text-decoration: none;
}
h3 {
	color:#eee;
	font-size:0.9em;
}
em {
	color:#cca;
}
#resume table {
	width:300px;
	font-size:9px;
}
td {
	border-bottom: 1px dotted #ccc;
	font-size:1.2em;
	line-height:1.5em;
	vertical-align:top;
}
td.role {
	text-align:right;
	color:#eee;
}

#gallery img {
	margin:4px;
	float:left;
}
.error {
	color:red;
}

p {
	padding:0;
	margin:10px 0 0 0 ;
	font-size:0.8em;
	line-height:1.4em;
}

input, textarea {
	width:300px;
}
input#submit {
	width:120px;
}
p#agent,p#credit {
	font-size:0.7em;
	line-height:1.2em;
	text-align:center;
}