* {
	margin:0;
	padding:0;
}

body {
	font-family:arial,verdana,sans-serif;
	min-width:500px;
	max-width:900px;
	margin:0 auto;
	color:#333;
	background:#fff;
}

h1 {
	margin-left:25px;
}

@font-face {
	font-family:augie;
	src: url(../fonts/augie.ttf);
}

h2 {
	text-transform:lowercase;
	text-align:right;
	margin:20px 0;
	font-size:25px;
	font-family:augie, 'times new roman', serif;
	font-style:italic;
}

h2:before {
	content:'* ';
	color:#aaa;
}

h3 {
	margin:0 0 5px 0;
}

a {
	color:#007;
}

a:hover {
	background-color:#007;
	color:#fff;
	text-decoration:none;
}

a img {
	border:none;
}

p {
	margin:5px 0;
}

strong, em {
	color:#007;
}

#left {
	float:left;
	padding:0 15px 0 90px;
	text-align:right;

}

address {
	position:absolute;
	bottom:200px;
	color:#aaa;
	line-height:1.6em;
	font-size:0.8em;
}

#middle {
	background:url(../img/site/shadow.png) repeat-y;
	margin-left:220px;
}

#topmenu {
	float:right;
	padding-right:25px;
}

#topmenu li {
	display:inline;
	font-size:0.8em;
}

#content {
	margin:0 25px;
	text-align:justify;
	font-size:0.9em;
	line-height:150%;
	min-height:250px;
}

#content ul {
	list-style-position:inside;
}

.box {
	margin:10px 0;
	padding:25px 0 0 30px;
	clear:right;
	background:url(../img/site/box.png) no-repeat;
	min-height:135px;
}

.box img {
	float:right;
}

.box ul, .box a {
	margin:0 0 0 10px;
}

.box a.extern {
	padding:0 5px;
	font-family:augie;
	text-decoration:none;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

.box a.extern:before {
	content:'=> ';
}

#footer {
	background:url(../img/site/shadow_gradient.png) no-repeat;
	height:150px;
	color:#aaa;
	font-size:0.7em;
	text-align:right;
	padding-right:25px;
	clear:right;
}

#footer a, address a {
	color:#aaa;
}

#footer a:hover {
	color:#fff;
}
