body {
	margin:7px;
	padding: 0px;
	font-family: Arial, Georqia, geoqia;
	font-size: 16px;
	background:          #ffffff  url("images/bg.gif") top center repeat-y;
}

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


#content{
	float:left;
	width: 65%;
	padding:11px;
	margin-top:0px;
}

#avmenu{
	margin-top: 0px;
	margin-left:505px;
	padding-left:10px;
	padding-top:10px;
	width:30%;
	font-size: 10px;
}

/* thats what i have used to change fonts color and size */
*.author{ font-size:30px;
color:#0011FA;
}


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

/* end of block elements for the page */

/* defining specific HTML tags */

h1 {
	padding 10px;
	border-top-color:#10F500;
	border-top-style:solid;
	border-top-width:3px ;
	border-bottom-color:#10F500;
	border-bottom-style:solid;
	border-bottom-width:3px ;
	line-height:130%;
	text-align:center;
}

h2 {
	padding 10px;
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	line-height:130%;
}


#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: 22px;
	text-decoration:none;
	color: #0011FA;
	display: block;
	padding: 6px 0 0 5px;
	background:#ffffff ;
	border-left: 0px solid #cccccc;
}	
	
#avmenu li a:hover {
	background:  #ffffff;
	color: #0000ff;
	border-left: 2px solid #0000ff;
}

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

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: none;
	color: #0000ff;





}

a img {
	border: 0;
}


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

#footer a:hover {
	color: #0000ff;
	text-decoration: none;
}

.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;

}
















