﻿@charset "UTF-8";

*{
	margin:0;
	padding:0
}

body{
	background-color:#f8f8ff;
	background-image:url(../img/bb.jpg);
	background-repeat:repeat-x;
	font-family:tahoma, arial, verdana, sans-serif, Lucida Sans;
	font-size:11pt;
	color:#494949
}

a{
	text-decoration:none;
	color:#494949
}

a:hover{
	text-decoration:underline;
	color:#000
}

div.clr{
	clear:both
}

#head{
	border-bottom:1px solid #494949;
	height:30px;
	text-align:center
}

#head a{
	margin-left:7px;
	line-height:30px;
	padding:6px 0
}

#content{
	margin:0 auto;
	padding:20px 0;
	width:760px
}

#content h1{
	margin-top:15px;
	text-align:center
}

#content h2{
	overflow:auto;
	margin:10px 0;
	text-align:center
}

#content h2{
	font-size:1.3em
}

h2 img{
	float:right;
	margin-left:12px;
	margin-bottom:7px
}

h2 img.left{
	float:left;
	margin-left:0;
	margin-right:12px
}

h2 a{
	font-size:0.8em;
	text-decoration:underline
}

h2 div{
	font-size:0.75em;
	font-weight:normal;
	padding:10px;
	padding-bottom:15px;
	text-align:right;
}

h2 div.left{
	text-align:left;
}

#foot{
	border-top:1px solid #494949;
	padding-top:6px;
	text-align:center
}
