*{
	margin:0
}

@font-face{
	font-family:Calibri;
	src:url("fonts/CALIBRI0.eot");
	src:local("Calibri"),url("fonts/calibri.ttf")
}

body{
	background:#fff url("top.jpg") repeat-x scroll top left;
	margin:0 auto;
	font:normal small Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	color:#000
}

h1,h2,h3{
	color:#000
}

a{
	color:#555
}

a:hover{
	text-decoration:none
}

mark,pre{
	background:#ff8;
	border:1px dotted #888
}
ul{
	list-style:disc;
	padding-left:15px;
	margin-bottom:15px
}

#wrap{
	width:750px;
	margin:0 auto
}

#header{ /* #header */
	width:750px;
	height:200px;
	margin:0 auto
}

#header header#logo{ /* #logo */
	float:left
}

#header header#logo *{ /* #logo * */
	margin:0;
	padding:0;
	text-transform:lowercase;
	color:#000
}

#header header#logo hgroup h1{ /* #header h1 */
	padding:115px 0 0 0;
	letter-spacing:-3px;
	font-size:3.5em
}

#header header#logo hgroup h2{ /* #header h2 */
	font-size:1em
}
 
#menu{
	float:right;
	padding:0px 30px 0px 30px;
	margin:-30px 0px 0px 15px;
	color:#000;
	background-color:#fff;
	border-bottom:#000 1px solid
}

#menu div{
	clear:both
}

#menu ul{
	display:block;
	list-style:none;
	padding:0;
	margin-bottom:0
}

#menu ul li{
	position:relative;
	top:1px;
	float:left;
	border:#000 1px solid;
	border-bottom:0;
	margin-right:5px
}
#menu ul li a{
	display:block;
	padding:5px 10px 8px 10px;
	text-decoration:none;
	background-color:inherit;
	color:#000
}

#menu ul li a:hover{
	background:#000;
	color:#fff
}

#menu ul li.active,#menu ul li.active a,#menu ul li.active a:hover{
	position:relative;
	top:1px;
	background:#fff;
	color:#000
}

#page {
	width:750px;
	margin:0 auto;
	padding:10px 0 0 0
}

section{
	float:left;
	width:510px
}

section article header h2{
	margin:0 0 -5px 0;
	font-size:2.2em
}

section article header h3{
	padding-top:15px;
	margin:0 0 -5px 0;
	font-size:1.9em
}

section article p,article ul,article ol{
	line-height:160%
}

section article p{
	padding-bottom:10px;
}

section article ul, section article ul.about,section article ul.about pre{
	list-style:none
}

section article ul.about, section article ul.about pre{
	padding:0
}

section article footer{
	font-size:x-small
}

aside{
	float:right;
	width:210px
}

aside ul{
	margin:0;
	padding:10px 0 0 0;
	list-style:none
}

aside li{
	margin-bottom:20px
}

aside li li{
	margin-bottom:auto
}

aside li ul{
	padding-left:5px;
	list-style:none
}
aside h2{
	padding-bottom:5px;
	font-size:1em;
	text-transform:uppercase;
	color:#000;
	padding-left:5px;
	border-bottom:#000 1px solid
}

aside ul li img{
	border:0;
	padding:0px 5px 0px 0px
}

aside p{
	padding-top:10px
}

div#footer {
	clear:both;
	height:40px;
	margin:0 auto;
	padding:20px 0
}

div#footer p{
	margin:0;
	padding-top:10px;
	border-top:#000 1px solid;
	text-align:center
}
