
body {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #f4f4f4 url("images/bg.gif") top center repeat-y;
}

/* building block elements for the page */
#wrap {   
	width: 650px;
	padding-top: 120px;
	line-height:130%;
	margin-left: auto;
	margin-right:auto;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#content {   
	width: 630px;
}



#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.8em;
}

/* end of block elements for the page */

/* defining specific HTML tags */

h1 {
	font-family:Georgia, Times, serif;
	color:#AA0000;
	line-height:110%;
	text-align:center;
}

h2 {
	padding 10px;
	text-align:center;
	line-height:110%;
}

.h2red {
	color:#AA0000;
}

h3 {
	font-family:Georgia, Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#AA0000;
	text-align:center;
	line-height:110%;
}


#avmenu ul {	
	list-style: none;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li {
	margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	color: #0000CC;
	display: block;
	padding: 6px 0 0 5px;
	background: #f4f4f4;
	border-left: 2px solid #cccccc;
}	
	
#avmenu li a:hover {
	background: #ffffff;
	color: #990000;
	border-left: 2px solid #286ea0;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
}

a {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a img {
	border: 0;
}


#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}


.hide {
	display: none;
}

.gavban {
	float:left;
	width: 140px;
}
