* {
	padding: 0;
	margin: 0;
}


html,body {
	height: 100%;
}


body {
	font: normal 11px verdana,sans-serif;
	background: #ddd url(../images/mainbg.jpg) repeat-x fixed top center;
	color: #336;
	line-height: 16px;
}





/* main container */

div.container {
	min-height: 99%;
	width: 900px;
	margin: 0 auto;
}

* html div.container {
	height: 100%;
}





/* content */

div.content {
	background: url(../images/banner.png) no-repeat;
	background-position: 0px -150px;
	text-align: justify;
	padding: 0 40px;
}

div.text {
	padding: 0 2em 2em;
	border: 1px solid #fff;
	background: url(../images/transparent.png);
}

a {
	text-decoration: none;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0 15px 1em;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	background: #336;
	color: #fff;
	padding: 2px 5px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #006;
}




div.mediaplayer {
	text-align: center;
	margin-top: 100px;
}




div.email {
	margin-top: 25px;
	font-size: 10px;
}

div.about,
div.cv {
	margin: auto;
	text-align: justify;
	margin-top: 25px;
}


ul {
	margin: 10px 0 0 15px;
	list-style: square;
}

li {
	padding-left: 0;
}


/* tables */

table {
	font: normal 11px verdana,sans-serif;
	border-bottom: 1px solid #eef;
	border-right: 1px solid #eef;
	width: 775px;
}

table td,
table th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #eef;
	border-left: 1px solid #eef;
}

table th {
	color: #667;
	padding: 3px;
	padding-left: 10px;
	text-align: left;
	font-size: 15px;
	background: #dde;
}

table strong {
	color: #334;
}

table.gallery th {
	text-align: center;
}

table.gallery td {
	width: 50%;
}

table.gallery img {
	border: 1px solid #fff;;
}


/* header */

div.header {
	background: url(../images/banner.png) no-repeat;
	height: 110px;
}





/* footer */

div.clearfooter {
	height: 30px;
}

div.footer {
	color: #aaa;
	width: 900px;
	height: 30px;
	margin: -30px auto 0 auto;
	text-align: center;
}