/* AMG standard elements */
html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	color: #000;
	font-size: 100%;
	line-height: 1;
	font-family: "Lucida Sans Unicode",sans-serif;
	text-align: left;
}

a {
	color: #333;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
	background: #571ecd url(../img/bg.jpg) repeat-y center top;
	color: #443;
	margin: 0;
	font-size: 70%;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
	font: normal 1.1em/1.2em "Lucida Sans Unicode",sans-serif;
	
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
code {
	background: url(../img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(../img/quote.gif) no-repeat;
	color: #333333;
	font: normal 1.1em/1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */

.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
#wrapper {
	margin: 0 auto;
	}
#header {
	background: #77bfe4 url(../img/header.png) no-repeat center top;
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center;
}
#header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}

/* navigation */
#navigation {
	height: 31px;
	margin: 0 auto;
	width: 610px;
}
.nav a {
	background: url(../img/navigation.jpg) no-repeat;
	color: #660099;
	font: bold 1.1em serif;
	display: block;
	float: left;
	height: 31px; 
	text-align: center;
	text-decoration: none;
	width: 120px;
	padding: 0 1px 0 1px;
}
.nav a:hover {
	color: #660099;
	background-position: left bottom;
}
.me {
	position:relative;
	top: 5px;
	color: #660099;
	font: bold 1.1em serif;
}
/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #660066;
	font-size: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content h2 {
	color: #660066;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content img {
	float:right;
}
.gallery {
	padding-left: 5px;
}
/* footer */
.footer {
	color: #420eae;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #420eae;
}
.gallery img {
	float: left;
	padding: 10px;
	}
.divider {
	background: url(../img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}