
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */

.clearline {clear: both;}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid white;
	border-top: none;
	background-position:center;
	width: 720px;
}
.main {
	background: #303030;
	/*border-bottom: 1px solid #2A2A2A;*/
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.logo 
{
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	background-image:url(img/logo.jpg);
	width: 720px;
	height: 157px;	
}

.gallery
{
	width: 680px;
}

.content {
	padding: 16px;
	font: normal "Lucida Sans Unicode",sans-serif;
	margin: 10px 10px 10px 10px;
}

/* content elements */
#aboutme
{
	margin:10px;
	margin-top: 0px;
}

.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav 
{
	background: #191919 url(img/nav.gif);
	width: 640;
}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	text-align: center;
	line-height: 51px;
	padding: 0 20px;
	width:318px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}
